.ape2025-card {
    border: 0.5px solid #fed7aa;
    border-radius: 8px;
    width: 85%;
    margin: 0 5rem 1.5rem 5rem;
}

.ape2025-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff7ed;
    padding: 8px 14px;
    border-bottom: 0.5px solid #fed7aa;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ape2025-header-label {
    font-size: 14px;
    font-weight: 600;
    color: #9a3412;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ape2025-body {
    background: #ffffff;
}

.ape2025-rows {
    padding: 4px 14px 0;
}

.ape2025-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 5px 0;
    border-bottom: 0.5px solid #fed7aa;
}

.ape2025-code {
    font-size: 14px;
    font-weight: 600;
    color: #9a3412;
    white-space: nowrap;
}

.ape2025-sep {
    color: #fed7aa;
    font-size: 14px;
}

.ape2025-name {
    font-size: 14px;
    color: #1f2937;
}

.ape2025-extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.ape2025-extra.open {
    max-height: 2000px;
    transition: max-height 0.4s ease;
}

.ape2025-card + .card {
    margin-top: 0;
}

.ape2025-toggle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #c2410c !important;
    cursor: pointer !important;
    padding: 6px 14px !important;
    border-top: 0.5px solid #fed7aa !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

.ape2025-toggle:hover {
    text-decoration: underline !important;
    box-shadow: none !important;
}

.badge {
    white-space: nowrap;
}