/* SCF Services Interactive List - 42e2cfff */

.sil-42e2cfff-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

/* List */
.sil-42e2cfff-list {
    display: flex;
    flex-direction: column;
}

.sil-42e2cfff-item {
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
    position: relative;
}

.sil-42e2cfff-item:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -2px;
}

.sil-42e2cfff-item-title {
    display: block;
    transition: color 0.3s ease;
    user-select: none;
}

/* Description Area */
.sil-42e2cfff-desc-area {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 80px;
}

.sil-42e2cfff-desc-panel {
    display: none;
    opacity: 0;
}

.sil-42e2cfff-desc-panel.sil-42e2cfff-desc-active {
    display: block;
    opacity: 1;
}

.sil-42e2cfff-desc-text {
    margin: 0;
    line-height: 1.6;
}
