.sap-tl-wrap-4c5bb6cc { width: 100%; }
.sap-tl-title-4c5bb6cc { margin: 0 0 12px 0; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.sap-tl-list-4c5bb6cc { list-style: none; margin: 0; padding: 0; }
.sap-tl-item-4c5bb6cc {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #333;
    cursor: pointer;
    transition: color .2s ease;
    font-size: 14px;
    line-height: 1.4;
}
.sap-tl-item-4c5bb6cc:last-child { border-bottom: none; }
.sap-tl-item-4c5bb6cc:hover { color: #ff6600; }
.sap-tl-item-4c5bb6cc.sap-active-4c5bb6cc { color: #ff6600; }
.sap-tl-label-4c5bb6cc {
    flex-shrink: 0;
    min-width: 28px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .7;
}
.sap-tl-name-4c5bb6cc { flex: 1; }
