.ci-fbb58961__wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.ci-fbb58961__container {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1100px;
}

/* Header Styles */
.ci-fbb58961__header {
    margin-bottom: 40px;
    text-align: center;
}
.ci-fbb58961__eyebrow {
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}
.ci-fbb58961__heading {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px 0;
}

/* Panel Styles */
.ci-fbb58961__panel {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    overflow: hidden;
}

/* Issue Row Items - ABSOLUTELY NO HOVER STYLES ALLOWED */
.ci-fbb58961__item {
    border-bottom: 1px solid #eaeaea;
}
.ci-fbb58961__item:last-child {
    border-bottom: none;
}
.ci-fbb58961__item-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent !important;
    border: none !important;
    padding: 28px 40px;
    cursor: pointer;
    text-align: left;
    outline: none;
    box-shadow: none !important;
}
.ci-fbb58961__item-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: normal;
    word-break: break-word;
}
.ci-fbb58961__item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
    margin-left: 20px;
    flex-shrink: 0;
}
.ci-fbb58961__item-arrow svg {
    fill: currentColor;
}
.ci-fbb58961__item.is-active .ci-fbb58961__item-arrow {
    transform: rotate(90deg);
}

/* Item Expanded Content */
.ci-fbb58961__item-content {
    padding: 0 40px 36px 40px;
    overflow: hidden;
    background: transparent !important;
}
.ci-fbb58961__item-summary {
    font-size: 18px;
    line-height: 1.65;
    max-width: 820px;
}
.ci-fbb58961__item-summary p {
    margin: 0 0 1em 0;
}
.ci-fbb58961__item-summary p:last-child {
    margin-bottom: 0;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .ci-fbb58961__heading {
        font-size: 32px;
    }
    .ci-fbb58961__item-trigger {
        padding: 20px 24px;
    }
    .ci-fbb58961__item-content {
        padding: 0 24px 28px 24px;
    }
    .ci-fbb58961__item-title {
        font-size: 18px;
    }
    .ci-fbb58961__item-summary {
        font-size: 15px;
    }
}
