.faq-cabb2c4f-wrapper {
    width: 100%;
}

.faq-cabb2c4f-item {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
}

.faq-cabb2c4f-title {
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    user-select: none;
}

.faq-cabb2c4f-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    transition: transform 0.3s ease;
}

.faq-cabb2c4f-icon::before,
.faq-cabb2c4f-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s ease;
}

/* Horizontal line */
.faq-cabb2c4f-icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

/* Vertical line */
.faq-cabb2c4f-icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.faq-cabb2c4f-item.is-active .faq-cabb2c4f-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-cabb2c4f-content {
    display: none;
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.faq-cabb2c4f-content-inner {
    padding-top: 10px;
    line-height: 1.6;
}

.faq-cabb2c4f-text {
    margin: 0;
}

/* Gallery Section */
.faq-cabb2c4f-gallery {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    width: 100%;
}

.faq-cabb2c4f-thumb-wrap {
    cursor: zoom-in;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-cabb2c4f-thumb-wrap:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.faq-cabb2c4f-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* Lightbox overlay */
.faq-cabb2c4f-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.faq-cabb2c4f-lightbox-content {
    max-width: 85%;
    max-height: 85%;
}

.faq-cabb2c4f-lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 4px;
    object-fit: contain;
}

.faq-cabb2c4f-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.faq-cabb2c4f-lightbox-prev,
.faq-cabb2c4f-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 16px;
    cursor: pointer;
    transition: color 0.2s;
}

.faq-cabb2c4f-lightbox-prev:hover,
.faq-cabb2c4f-lightbox-next:hover {
    color: #ccc;
}

.faq-cabb2c4f-lightbox-prev {
    left: 20px;
}

.faq-cabb2c4f-lightbox-next {
    right: 20px;
}
