html.exact-employer-article .parca[data-backend-connected] {
    align-items: stretch;
}

html.exact-employer-article .cms-reading-card {
    min-height: 0;
    border: 1px solid rgba(66, 101, 47, 0.2);
    background: #fff;
    box-shadow: 0 12px 32px rgba(35, 58, 24, 0.1);
}

html.exact-employer-article .cms-reading-card > a {
    height: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
}

html.exact-employer-article .cms-reading-card figure {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

html.exact-employer-article .cms-reading-card figcaption {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

html.exact-employer-article .cms-reading-card h2 {
    margin: 0;
    color: #203317;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.8;
}

html.exact-employer-article .cms-reading-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: auto !important;
    color: #42652f;
    font-weight: 800;
}

html.exact-employer-article .cms-reading-placeholder {
    min-height: 240px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #edf5e8, #cfff98);
    color: #355226;
    font-size: 1.2rem;
    font-weight: 900;
}

html.exact-employer-article .cms-reading-state {
    grid-column: 1 / -1;
    min-height: 180px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 24px;
    border: 1px dashed rgba(66, 101, 47, 0.36);
    border-radius: 18px;
    background: #f8faf6;
    color: #355226;
    text-align: center;
}

html.exact-employer-article .cms-reading-state.is-error {
    border-color: rgba(180, 35, 24, 0.38);
    background: #fff7f6;
    color: #8f261d;
}

html.exact-employer-article .cms-reading-card a:focus-visible {
    outline: 3px solid #167453;
    outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
    html.exact-employer-article .cms-reading-card {
        transition: transform 180ms ease, box-shadow 180ms ease;
    }

    html.exact-employer-article .cms-reading-card:hover {
        box-shadow: 0 18px 42px rgba(35, 58, 24, 0.16);
        transform: translateY(-4px) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.exact-employer-article .cms-reading-card {
        transition: none;
    }
}
