body.page-wildlife .yh-wildlife-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 16px 16px 32px;
}

body.page-wildlife .yh-wildlife-card {
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 12px;
    padding: 22px 20px 20px;
}

body.page-wildlife .yh-wildlife-card h1 {
    margin: 0 0 10px;
    font-size: 1.78rem;
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.03em;
}

body.page-wildlife .yh-wildlife-lead {
    margin: 0 0 20px;
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.55;
}

body.page-wildlife .yh-wildlife-topics {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.page-wildlife .yh-wildlife-topic {
    margin: 0;
    position: relative;
    padding: 4px 4px 4px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.65), rgba(15, 23, 42, 0.45));
    border: 1px solid rgba(100, 116, 139, 0.35);
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.35);
}

body.page-wildlife .yh-wildlife-topic::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #fbbf24, #f97316);
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.35);
}

body.page-wildlife .yh-wildlife-topic-main {
    display: block;
    padding: 18px 20px;
    border-radius: 12px;
    text-decoration: none !important;
    border: 2px solid rgba(125, 211, 252, 0.55);
    background: linear-gradient(180deg, #7dd3fc 0%, #38bdf8 42%, #0284c7 100%);
    box-shadow:
        0 4px 0 rgba(2, 6, 23, 0.28),
        0 12px 32px rgba(2, 132, 199, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.22) inset;
    transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

body.page-wildlife .yh-wildlife-topic-main:hover {
    filter: brightness(1.05);
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow:
        0 5px 0 rgba(2, 6, 23, 0.32),
        0 16px 40px rgba(2, 132, 199, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

body.page-wildlife .yh-wildlife-topic-main--streets {
    border-color: rgba(251, 191, 36, 0.65);
    background: linear-gradient(180deg, #fde68a 0%, #fbbf24 45%, #d97706 100%);
}

body.page-wildlife .yh-wildlife-topic-main--streets .yh-wildlife-topic-title {
    color: #422006;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

body.page-wildlife .yh-wildlife-topic-main--streets .yh-wildlife-topic-sub {
    color: #451a03;
}

body.page-wildlife .yh-wildlife-topic-title {
    display: block;
    font-weight: 800;
    font-size: 1.28rem;
    letter-spacing: -0.03em;
    color: #082f49;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

body.page-wildlife .yh-wildlife-topic-sub {
    display: block;
    margin-top: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #0c4a6e;
}

body.page-wildlife .yh-wildlife-topic--soon {
    padding: 16px 18px 16px 22px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(30, 41, 59, 0.72);
    color: #e2e8f0;
    font-size: 0.92rem;
    line-height: 1.55;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.35);
}

body.page-wildlife .yh-wildlife-topic--soon strong {
    color: #fef3c7;
    font-size: 1.02em;
}

body.page-wildlife .yh-wildlife-back {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #7dd3fc;
    text-decoration: none;
}

body.page-wildlife .yh-wildlife-back:hover {
    text-decoration: underline;
}

body.page-wildlife .yh-wildlife-article h1 {
    margin: 0 0 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(56, 189, 248, 0.45);
    font-size: clamp(1.45rem, 4.2vw, 1.95rem);
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 18px rgba(2, 6, 23, 0.45);
}

body.page-wildlife .yh-wildlife-card:not(.yh-wildlife-article) h1 {
    border-bottom: none;
    padding-bottom: 0;
    text-shadow: none;
}

body.page-wildlife .yh-wildlife-article .yh-wildlife-meta {
    margin: 0 0 16px;
    font-size: 0.82rem;
    color: #94a3b8;
}

body.page-wildlife .yh-wildlife-article p {
    margin: 0 0 12px;
    color: #e2e8f0;
    line-height: 1.6;
    font-size: 0.95rem;
}

body.page-wildlife .yh-wildlife-article ul,
body.page-wildlife .yh-wildlife-article-list {
    margin: 0 0 18px;
    padding: 14px 16px 14px 22px;
    list-style: none;
    color: #e2e8f0;
    font-size: 0.94rem;
    line-height: 1.58;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(51, 65, 85, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.page-wildlife .yh-wildlife-article ul li,
body.page-wildlife .yh-wildlife-article-list li {
    position: relative;
    padding-left: 1rem;
}

body.page-wildlife .yh-wildlife-article ul li::before,
body.page-wildlife .yh-wildlife-article-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(180deg, #38bdf8, #0ea5e9);
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.45);
}

body.page-wildlife .yh-wildlife-article li + li,
body.page-wildlife .yh-wildlife-article-list li + li {
    margin-top: 10px;
}

/* ── Street Sweeping page ── */

/* Steps */
body.page-wildlife .yh-sweep-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 20px 0 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(51, 65, 85, 0.65);
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.3);
}

body.page-wildlife .yh-sweep-step__num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #0284c7);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
    margin-top: 2px;
}

body.page-wildlife .yh-sweep-step__body {
    flex: 1;
    min-width: 0;
}

body.page-wildlife .yh-sweep-step__title {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 6px;
}

body.page-wildlife .yh-sweep-step__desc {
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cbd5e1;
}

/* Day-of-week chips */
body.page-wildlife .yh-sweep-day-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body.page-wildlife .yh-sweep-day-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.45);
    border: 1px solid rgba(var(--chip-color, #888), 0.3);
    font-size: 0.82rem;
    font-weight: 600;
    color: #e2e8f0;
    border-color: color-mix(in srgb, var(--chip-color) 40%, transparent);
}

body.page-wildlife .yh-sweep-day-chip .lang-en,
body.page-wildlife .yh-sweep-day-chip .lang-es {
    min-width: 0;
    white-space: nowrap;
}

body.page-wildlife .yh-sweep-day-chip__dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--chip-color, #888);
    box-shadow: 0 0 8px color-mix(in srgb, var(--chip-color) 60%, transparent);
}

/* Color cards */

/* Color cards */
body.page-wildlife .yh-sweep-color-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

body.page-wildlife .yh-sweep-color-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(51, 65, 85, 0.7);
    box-shadow: 0 4px 16px rgba(2, 6, 23, 0.3);
}

body.page-wildlife .yh-sweep-color-card--green {
    border-left: 4px solid #22c55e;
}

body.page-wildlife .yh-sweep-color-card--yellow {
    border-left: 4px solid #eab308;
}

body.page-wildlife .yh-sweep-color-dot {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

body.page-wildlife .yh-sweep-color-dot--green {
    background: #22c55e;
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.65);
}

body.page-wildlife .yh-sweep-color-dot--yellow {
    background: #eab308;
    box-shadow: 0 0 14px rgba(234, 179, 8, 0.6);
}

body.page-wildlife .yh-sweep-color-card__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.page-wildlife .yh-sweep-color-card__label {
    font-size: 1rem;
    font-weight: 800;
    color: #f1f5f9;
}

body.page-wildlife .yh-sweep-color-card--green .yh-sweep-color-card__label {
    color: #86efac;
}

body.page-wildlife .yh-sweep-color-card--yellow .yh-sweep-color-card__label {
    color: #fde68a;
}

body.page-wildlife .yh-sweep-color-card__weeks {
    font-size: 0.88rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Note + foot */
body.page-wildlife .yh-sweep-note {
    margin: 0 0 10px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.87rem;
    line-height: 1.6;
    color: #cbd5e1;
    background: rgba(2, 6, 23, 0.35);
    border: 1px solid rgba(71, 85, 105, 0.45);
}

body.page-wildlife .yh-sweep-foot {
    margin: 0 0 18px;
    font-size: 0.87rem;
    color: #94a3b8;
    line-height: 1.55;
}

body.page-wildlife .yh-sweep-foot strong {
    color: #e2e8f0;
}

/* Buttons */
body.page-wildlife .yh-sweep-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.page-wildlife .yh-sweep-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 160px;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 0.93rem;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.25;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.12s ease;
}

body.page-wildlife .yh-sweep-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
    text-decoration: none !important;
}

body.page-wildlife .yh-sweep-btn--primary {
    background: linear-gradient(180deg, #fef08a 0%, #facc15 50%, #ca8a04 100%);
    color: #422006 !important;
    border: 1px solid rgba(251, 191, 36, 0.5);
    box-shadow: 0 4px 18px rgba(202, 138, 4, 0.4), 0 1px 0 rgba(255,255,255,0.18) inset;
}

body.page-wildlife .yh-sweep-btn--secondary {
    background: rgba(30, 41, 59, 0.85);
    color: #e0f2fe !important;
    border: 1px solid rgba(125, 211, 252, 0.4);
    box-shadow: 0 4px 14px rgba(2, 6, 23, 0.3);
}

body.page-wildlife .yh-wildlife-article .yh-wildlife-sources {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(51, 65, 85, 0.8);
    font-size: 0.85rem;
    color: #94a3b8;
}

body.page-wildlife .yh-wildlife-article .yh-wildlife-sources a {
    color: #7dd3fc;
}

body.page-wildlife .yh-wildlife-article .yh-wildlife-sources__muted {
    font-size: 0.8rem;
    color: #64748b;
}

body.page-wildlife .yh-wildlife-foot-disclaimer {
    margin: 16px 0 0;
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.55;
    color: #f8fafc;
    text-align: center;
    background: linear-gradient(180deg, rgba(30, 27, 75, 0.88), rgba(15, 23, 42, 0.95));
    border: 2px solid rgba(129, 140, 248, 0.55);
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.5) inset,
        0 12px 32px rgba(2, 6, 23, 0.45);
}

body.page-wildlife .yh-wildlife-foot-disclaimer strong {
    color: #fde68a;
    font-weight: 800;
}

@media (min-width: 641px) {
    body.page-wildlife .yh-street-sweep-external-links {
        flex-direction: row;
        flex-wrap: wrap;
    }

    body.page-wildlife .yh-street-sweep-external-links__btn {
        flex: 1 1 auto;
        min-width: 200px;
    }
}

@media (max-width: 640px) {
    body.page-wildlife .yh-wildlife-card h1 {
        font-size: 1.42rem;
    }

    body.page-wildlife .yh-sweep-day-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-wildlife .yh-sweep-day-chip {
        font-size: 0.78rem;
        line-height: 1.25;
        padding: 7px 8px;
        white-space: nowrap;
    }

    body.page-wildlife .yh-wildlife-foot-disclaimer {
        font-size: 0.92rem;
        padding: 14px 14px;
    }
}
