.wp-block-child-pages-accordion {
    font-family: inherit;
    max-width: 400px;
}

.cpa__heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cpa__list,
.cpa__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-child-pages-accordion > .cpa__list {
    padding-left: 0;
}

.cpa__list > .cpa__item:first-child {
    border-top: none;
}

.cpa__item {
    border-bottom: 1px solid #e0e0e0;
}

.cpa__item-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 16px 0;
}

.cpa__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    color: #00788C;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.cpa__link {
    text-decoration: none;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.cpa__link:hover {
    text-decoration: underline;
}

/* Sub-list (nested children) */
.cpa__sublist {
    padding-left: 2.25rem;
    padding-bottom: 0.5rem;
}

.cpa__sublist .cpa__item {
    border: none;
}

.cpa__sublist .cpa__item-header {
    padding: 0.5rem 0;
}

.cpa__sublist .cpa__link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #00788C;
}

.cpa__sublist .cpa__link:hover {
    text-decoration: underline;
}

/* Hidden state for sublists */
.cpa__sublist[aria-hidden="true"] {
    display: none;
}

.cpa__sublist[aria-hidden="false"] {
    display: block;
}
