.kl-cr-skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: #111827;
    color: #f9fafb;
    padding: 0.5rem 1rem;
    z-index: 100;
}

.kl-cr-skip-link:focus {
    left: 0.75rem;
    top: 0.75rem;
    border-radius: 0.375rem;
    outline: 2px solid #fbbf24;
    outline-offset: 2px;
}

.community-resources {
    max-width: 900px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem 1.25rem 2.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    color: #111827;
    background: #f9fafb;
    border-radius: 0.75rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.community-resources a {
    color: #0f766e;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.15em;
}

.community-resources a:focus-visible {
    outline: 2px solid #f97316;
    outline-offset: 3px;
}

.community-resources a:hover {
    color: #115e59;
}

.kl-cr-header {
    text-align: left;
    margin-bottom: 2rem;
}

.kl-cr-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    margin: 0 0 0.25rem;
}

.kl-cr-title {
    font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    color: #0f172a;
}

.kl-cr-intro {
    margin: 0;
    font-size: 0.98rem;
    color: #374151;
}

.kl-cr-hero {
    margin: 0 0 2rem;
}

.kl-cr-hero img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.22);
}

.kl-cr-hero figcaption {
    font-size: 0.8rem !important;
    font-style: italic !important;
    color: #6b7280;
    margin-top: 0.5rem;
}

.kl-cr-section {
    margin-bottom: 1.9rem;
    padding: 1.25rem 1.1rem 1.3rem;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
}

.kl-cr-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.75rem;
    margin-bottom: 0.4rem;
}

.kl-cr-section h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #002D74;
}

.kl-cr-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #ecfdf3;
    color: #166534;
    font-weight: 600;
}

.kl-cr-section p {
    margin: 0.25rem 0 0.75rem;
    font-size: 0.94rem;
    color: #4b5563;
}

.kl-cr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kl-cr-list-item {
    padding: 0.6rem 0.1rem;
    border-top: 1px solid #e5e7eb;
}

.kl-cr-list-item:first-child {
    border-top: none;
}

.kl-cr-link-title {
    display: inline;
    font-weight: 600;
}

.kl-cr-link-note {
    display: block;
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.15rem;
}

.kl-cr-inline-note {
    font-size: 0.9rem;
    color: #4b5563;
    margin-top: 0.3rem;
}

.kl-cr-secondary-image {
    margin: 2rem 0 0;
}

.kl-cr-secondary-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

.kl-cr-secondary-image figcaption {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.kl-cr-footer {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.85rem;
    color: #6b7280;
}

.kl-cr-footer strong {
    color: #111827;
}

@media (max-width: 768px) {
    .community-resources {
        padding: 1.25rem 1rem 2rem;
        box-shadow: none;
        border-radius: 0;
        background: #ffffff;
    }

    .kl-cr-title {
        font-size: 1.5rem;
    }

    .kl-cr-section {
        padding: 1rem 0.9rem 1.1rem;
    }
}