
.simple-list .title,
.simple-list .subtitle,
.simple-list .title-block {
    background: none;
    width: 100%;
    flex: 1;
    padding: 0.2rem;
    font-size: 1rem;
}

.simple-list .subtitle {
    font-size: 0.8rem;
    padding: 0 0 0 0.25rem;
    margin: 0;
}

.simple-list .icon {
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
}

.simple-list .action-item {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
}

.simple-item > .circle > * {
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.simple-item > .circle {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background: #ffffffcc;
    /*border: 2px solid #ffffff88;*/
}

.simple-item .action-item:hover {
    background: #ffffff33;
}

.simple-item .action-item .icon {
    max-width: 16px;
    max-height: 16px;
}

.simple-list {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
    gap: 1px;
    padding: 1px;
    width: 100%;
}

.simple-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background: #FFFFFFcc;
    width: 100%;
    cursor: pointer;
}

.simple-item:hover {
    background-color: #0002;
}