.lux-acc-5750e226-wrapper {
    width: 100%;
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

.lux-acc-5750e226-item {
    border-top: 0.5px solid rgba(0,0,0,0.1);
}

.lux-acc-5750e226-header {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

.lux-acc-5750e226-ripple {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.1);
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.lux-acc-5750e226-ripple.flash {
    animation: luxRippleFlash 0.6s ease-out;
}

@keyframes luxRippleFlash {
    0% {
        width: 0;
        height: 0;
        opacity: 0.8;
    }
    100% {
        width: 800px;
        height: 800px;
        opacity: 0;
    }
}

.lux-acc-5750e226-title-wrapper {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.lux-acc-5750e226-title {
    font-family: 'ITC Avant Garde', 'Avant Garde', 'Century Gothic', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    font-weight: 500;
    transition: font-size 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
    transform: translateX(0);
    position: relative;
}

.lux-acc-5750e226-title::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #111;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.lux-acc-5750e226-item.is-active .lux-acc-5750e226-title {
    font-size: 17px;
    transform: translateX(10px);
}

.lux-acc-5750e226-item.is-active .lux-acc-5750e226-title::after {
    width: 100%;
}

.lux-acc-5750e226-icon {
    width: 14px;
    height: 14px;
    position: relative;
    display: block;
    z-index: 2;
}

.lux-acc-5750e226-line-h, .lux-acc-5750e226-line-v {
    position: absolute;
    background: #111;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease;
}

.lux-acc-5750e226-line-h {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}

.lux-acc-5750e226-line-v {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}

.lux-acc-5750e226-item.is-active .lux-acc-5750e226-line-h {
    transform: translateY(-50%) rotate(180deg);
}

.lux-acc-5750e226-item.is-active .lux-acc-5750e226-line-v {
    transform: translateX(-50%) rotate(90deg);
}

.lux-acc-5750e226-content {
    background: transparent;
}

.lux-acc-5750e226-content-inner {
    padding: 0 0 32px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    opacity: 0;
    transform: translateX(0) translateY(10px); /* Mirrored movement via JS or CSS */
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Mirror the active state movement of the title */
.lux-acc-5750e226-item.is-active .lux-acc-5750e226-content-inner {
    opacity: 1;
    transform: translateX(10px) translateY(0);
}
