.utrc-app {
    max-width: 980px;
    margin: 24px auto;
    padding: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #162016;
}

.utrc-hero {
    border-radius: 22px;
    padding: 24px;
    background: linear-gradient(135deg, #0f7a3b, #ffc857);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.utrc-kicker {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.utrc-hero h2 {
    margin: 12px 0 8px;
    font-size: clamp(1.8rem, 5vw, 3rem);
    line-height: 1.02;
}

.utrc-hero p {
    margin: 0;
    max-width: 760px;
    font-size: 1.02rem;
    line-height: 1.55;
}

.utrc-panel,
.utrc-info-card,
.utrc-source,
.utrc-day,
.utrc-fallback,
.utrc-ordinance,
.utrc-report {
    background: #ffffff;
    border: 1px solid rgba(15, 122, 59, 0.18);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.utrc-search-panel {
    margin-top: 16px;
    padding: 16px;
}

.utrc-search-panel label,
.utrc-report label {
    display: block;
    margin-bottom: 8px;
    font-weight: 850;
}

.utrc-report label span {
    font-size: .78rem;
    color: #687568;
    font-weight: 700;
}

.utrc-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.utrc-search-row select,
.utrc-search-row button,
.utrc-report input,
.utrc-report select,
.utrc-report textarea,
.utrc-report button,
.utrc-report-actions a {
    min-height: 46px;
    border-radius: 13px;
    font-size: 1rem;
}

.utrc-search-row select,
.utrc-report input,
.utrc-report select,
.utrc-report textarea {
    width: 100%;
    border: 1px solid #c8d7c9;
    padding: 0 12px;
    background: #fbfffb;
    color: #162016;
    box-sizing: border-box;
}

.utrc-report textarea {
    min-height: 130px;
    padding-top: 12px;
    resize: vertical;
}

.utrc-search-row button,
.utrc-fallback a,
.utrc-source a,
.utrc-report button,
.utrc-report-actions a {
    border: 0;
    background: #0f7a3b;
    color: #ffffff;
    font-weight: 850;
    padding: 0 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    cursor: pointer;
}

.utrc-report button:disabled {
    opacity: .65;
    cursor: wait;
}

.utrc-help {
    margin: 10px 0 0;
    color: #465546;
    font-size: .92rem;
}

.utrc-status,
.utrc-report-status {
    margin: 14px 0;
    min-height: 24px;
    font-size: .94rem;
    color: #465546;
}

.utrc-status-ok,
.utrc-report-status-ok {
    color: #0f6f38;
    font-weight: 750;
}

.utrc-status-error,
.utrc-report-status-error {
    color: #9b1c1c;
    font-weight: 750;
}

.utrc-report-status-loading {
    color: #465546;
    font-weight: 750;
}

.utrc-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.utrc-day {
    padding: 16px;
    border-left: 8px solid #9aa0a6;
}

.utrc-day-top {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.utrc-date {
    font-weight: 800;
    font-size: .92rem;
}

.utrc-pill {
    white-space: nowrap;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: .78rem;
    font-weight: 900;
    background: #eef2ef;
}

.utrc-day h3 {
    margin: 0 0 8px;
    font-size: 1.45rem;
}

.utrc-desc,
.utrc-note,
.utrc-day details p {
    margin: 8px 0;
    line-height: 1.45;
    font-size: .96rem;
}

.utrc-note {
    font-weight: 700;
}

.utrc-day details {
    margin-top: 12px;
}

.utrc-day summary {
    cursor: pointer;
    font-weight: 850;
}

.utrc-level-alto {
    border-left-color: #c62828;
    background: #fffafa;
}

.utrc-level-alto .utrc-pill {
    background: #ffe2e2;
    color: #8b0000;
}

.utrc-level-moderato {
    border-left-color: #f57c00;
}

.utrc-level-moderato .utrc-pill {
    background: #fff0d8;
    color: #8a4300;
}

.utrc-level-basso {
    border-left-color: #fbc02d;
}

.utrc-level-basso .utrc-pill {
    background: #fff8cc;
    color: #705c00;
}

.utrc-level-nessuno {
    border-left-color: #2e7d32;
}

.utrc-level-nessuno .utrc-pill {
    background: #e3f7e7;
    color: #155d25;
}

.utrc-ordinance {
    margin-top: 16px;
    padding: 18px;
    border-left: 8px solid #c62828;
    background: #fff8f8;
}

.utrc-ordinance-badge,
.utrc-report-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-weight: 900;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.utrc-ordinance-badge {
    background: #ffe2e2;
    color: #8b0000;
}

.utrc-report-badge {
    background: #e7f4ff;
    color: #073b66;
}

.utrc-ordinance h3,
.utrc-report h3 {
    margin: 10px 0 8px;
    font-size: 1.35rem;
}

.utrc-ordinance h3 {
    color: #8b0000;
}

.utrc-ordinance p,
.utrc-report p {
    margin: 8px 0 0;
    line-height: 1.5;
}

.utrc-ordinance-small {
    font-weight: 800;
}

.utrc-stop {
    margin: 8px 0 12px;
    border-radius: 16px;
    padding: 14px;
    background: #b00020;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 26px rgba(176, 0, 32, 0.22);
}

.utrc-stop-title {
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: .03em;
}

.utrc-stop-time {
    margin-top: 4px;
    font-size: 1.25rem;
    font-weight: 950;
}

.utrc-stop-text {
    margin-top: 6px;
    font-size: .88rem;
    line-height: 1.35;
    font-weight: 750;
}

.utrc-link-secondary {
    margin-left: 8px;
    background: #243024 !important;
}

.utrc-grid-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.utrc-info-card,
.utrc-source,
.utrc-fallback,
.utrc-report {
    padding: 16px;
}

.utrc-info-card h3,
.utrc-fallback h3 {
    margin: 0 0 8px;
}

.utrc-info-card p,
.utrc-source p,
.utrc-fallback p {
    margin: 0;
    line-height: 1.5;
}

.utrc-source,
.utrc-report {
    margin-top: 16px;
    font-size: .94rem;
    line-height: 1.5;
}

.utrc-source a,
.utrc-fallback a {
    margin-top: 12px;
    min-height: 42px;
    padding: 0 14px;
}

.utrc-fallback {
    grid-column: 1 / -1;
}

.utrc-technical {
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff8e6;
    border: 1px solid rgba(160, 90, 0, 0.22);
    font-size: 0.92rem;
    overflow-wrap: anywhere;
}

.utrc-report {
    border-left: 8px solid #0f7a3b;
}

.utrc-report-form {
    margin-top: 14px;
}

.utrc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.utrc-form-row {
    margin-bottom: 10px;
}

.utrc-check {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    background: #f5fbf6;
    border: 1px solid rgba(15, 122, 59, 0.18);
}

.utrc-check input {
    width: auto;
    min-height: auto;
    margin-top: 4px;
}

.utrc-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.utrc-facebook-box {
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid rgba(7, 59, 102, 0.20);
    background: #f4faff;
    padding: 14px;
}

.utrc-facebook-box h4 {
    margin: 0 0 6px;
    font-size: 1.08rem;
}

.utrc-facebook-box textarea {
    margin-top: 10px;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
}

.utrc-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.utrc-report-actions a {
    background: #1877f2;
}

@media (max-width: 760px) {
    .utrc-app {
        margin: 0 auto 72px;
        padding: 12px;
    }

    .utrc-hero {
        border-radius: 20px;
        padding: 20px;
    }

    .utrc-search-row,
    .utrc-results,
    .utrc-grid-info,
    .utrc-form-grid {
        grid-template-columns: 1fr;
    }

    .utrc-search-row button,
    .utrc-report button,
    .utrc-report-actions a,
    .utrc-source a,
    .utrc-fallback a {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .utrc-day-top {
        flex-direction: column;
    }

    .utrc-pill {
        white-space: normal;
    }

    .utrc-stop-title {
        font-size: 1.25rem;
    }
}

.utrc-source-warning {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-left: 4px solid #c4002f;
    background: #fff6f6;
    border-radius: 10px;
    color: #7d1021;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.45;
}


.utrc-home-banner {
    margin: 24px auto;
    padding: 26px 28px;
    border-radius: 26px;
    background: linear-gradient(135deg, #0f7a3b, #ffc857);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.utrc-home-banner-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20);
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.utrc-home-banner h2 {
    margin: 16px 0 10px;
    color: #ffffff;
    font-size: clamp(1.8rem, 5vw, 4rem);
    line-height: 1.02;
}

.utrc-home-banner p {
    margin: 0;
    max-width: 880px;
    color: #ffffff;
    font-size: 1.04rem;
    line-height: 1.6;
}

.utrc-home-banner-actions {
    margin-top: 18px;
}

.utrc-home-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 13px;
    background: rgba(255,255,255,.18);
    color: #ffffff;
    text-decoration: none;
    font-weight: 850;
    border: 1px solid rgba(255,255,255,.28);
}

.utrc-home-banner-button:hover {
    background: rgba(255,255,255,.24);
    color: #ffffff;
}

@media (max-width: 640px) {
    .utrc-home-banner {
        padding: 20px 18px;
        border-radius: 22px;
        margin: 18px auto;
    }

    .utrc-home-banner p {
        font-size: .98rem;
    }
}


/* Mobile refinement 0.1.12: app-like layout without touching desktop */
@media (max-width: 760px) {
    .utrc-app {
        padding: 10px;
        margin: 0 auto 56px;
    }

    .utrc-hero {
        padding: 16px;
        border-radius: 18px;
    }

    .utrc-kicker {
        padding: 6px 10px;
        font-size: .74rem;
    }

    .utrc-hero h2 {
        margin: 10px 0 8px;
        font-size: clamp(1.8rem, 8vw, 2.6rem);
        line-height: 1.05;
    }

    .utrc-hero p {
        font-size: .96rem;
        line-height: 1.48;
        max-width: none;
    }

    .utrc-search-panel,
    .utrc-ordinance,
    .utrc-info-card,
    .utrc-report,
    .utrc-source,
    .utrc-day {
        border-radius: 16px;
    }

    .utrc-search-panel {
        padding: 14px;
    }

    .utrc-search-panel label,
    .utrc-ordinance h3,
    .utrc-report h3,
    .utrc-info-card h3 {
        font-size: 1.1rem;
    }

    .utrc-search-row select,
    .utrc-search-row button,
    .utrc-report input,
    .utrc-report select,
    .utrc-report textarea,
    .utrc-report button,
    .utrc-report-actions a {
        min-height: 52px;
        font-size: 1rem;
    }

    .utrc-search-row button {
        font-size: 1.05rem;
        font-weight: 900;
    }

    .utrc-help,
    .utrc-ordinance p,
    .utrc-report p,
    .utrc-info-card p,
    .utrc-source {
        font-size: .92rem;
        line-height: 1.45;
    }

    .utrc-day {
        padding: 14px;
    }

    .utrc-date {
        font-size: .9rem;
    }

    .utrc-day h3 {
        font-size: 1.3rem;
    }

    .utrc-desc,
    .utrc-note,
    .utrc-day details p {
        font-size: .92rem;
        line-height: 1.42;
    }

    .utrc-pill {
        font-size: .76rem;
    }

    .utrc-stop {
        padding: 12px;
        border-radius: 14px;
    }

    .utrc-stop-title {
        font-size: 1.15rem;
    }

    .utrc-stop-time {
        font-size: 1.1rem;
    }

    .utrc-form-grid {
        gap: 10px;
    }

    .utrc-check {
        padding: 10px;
        gap: 8px;
        font-size: .9rem;
    }

    .utrc-home-banner {
        margin: 14px auto 16px;
        padding: 16px;
        border-radius: 20px;
    }

    .utrc-home-banner-kicker {
        padding: 6px 10px;
        font-size: .74rem;
    }

    .utrc-home-banner h2 {
        margin: 12px 0 8px;
        font-size: clamp(1.55rem, 8vw, 2.3rem);
        line-height: 1.05;
    }

    .utrc-home-banner p {
        font-size: .95rem;
        line-height: 1.45;
        max-width: none;
    }

    .utrc-home-banner-button {
        width: 100%;
        min-height: 50px;
        font-size: 1rem;
    }
}

@media (max-width: 420px) {
    .utrc-app {
        padding: 8px;
    }

    .utrc-hero,
    .utrc-home-banner {
        padding: 14px;
        border-radius: 18px;
    }

    .utrc-hero h2 {
        font-size: 1.65rem;
    }

    .utrc-home-banner h2 {
        font-size: 1.48rem;
    }

    .utrc-search-panel,
    .utrc-report,
    .utrc-ordinance,
    .utrc-info-card,
    .utrc-day,
    .utrc-source {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* Mobile app shell 0.1.13: PWA-like experience, desktop untouched */
.utrc-mobile-shell-head,
.utrc-mobile-bottom-nav {
    display: none;
}

@media (max-width: 760px) {
    .utrc-app {
        max-width: 430px;
        margin: 0 auto 82px;
        padding: 10px 10px 78px;
        background: #f3f7f3;
        border-radius: 0;
        box-sizing: border-box;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .utrc-mobile-shell-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        position: sticky;
        top: 0;
        z-index: 20;
        margin: -10px -10px 10px;
        padding: 12px 14px;
        background: rgba(255,255,255,.96);
        border-bottom: 1px solid rgba(15,122,59,.14);
        box-shadow: 0 8px 18px rgba(0,0,0,.06);
        backdrop-filter: blur(10px);
    }

    .utrc-mobile-shell-head span {
        display: block;
        color: #0f7a3b;
        font-size: .72rem;
        line-height: 1;
        font-weight: 900;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .utrc-mobile-shell-head strong {
        display: block;
        margin-top: 3px;
        color: #132013;
        font-size: 1.04rem;
        line-height: 1.1;
        font-weight: 950;
    }

    .utrc-mobile-shell-head a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 10px;
        border-radius: 999px;
        background: #e9f6ed;
        color: #0f6f38;
        text-decoration: none;
        font-size: .78rem;
        font-weight: 900;
    }

    .utrc-hero {
        padding: 16px 16px 18px;
        border-radius: 24px;
        background: linear-gradient(135deg, #0f7a3b 0%, #58a05b 52%, #ffc857 100%);
        box-shadow: 0 16px 34px rgba(15, 122, 59, .20);
    }

    .utrc-kicker {
        padding: 7px 11px;
        font-size: .72rem;
        line-height: 1;
    }

    .utrc-hero h2 {
        margin: 12px 0 8px;
        font-size: 2rem;
        line-height: 1.02;
        letter-spacing: -.02em;
    }

    .utrc-hero p {
        font-size: .98rem;
        line-height: 1.42;
    }

    .utrc-panel,
    .utrc-info-card,
    .utrc-source,
    .utrc-day,
    .utrc-fallback,
    .utrc-ordinance,
    .utrc-report {
        border-radius: 22px;
        box-shadow: 0 12px 26px rgba(0,0,0,.08);
    }

    .utrc-search-panel {
        margin-top: 12px;
        padding: 16px;
    }

    .utrc-search-panel label,
    .utrc-report label {
        font-size: .92rem;
        margin-bottom: 7px;
    }

    .utrc-search-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .utrc-search-row select,
    .utrc-search-row button,
    .utrc-report input,
    .utrc-report select,
    .utrc-report textarea,
    .utrc-report button,
    .utrc-report-actions a {
        min-height: 52px;
        border-radius: 16px;
        font-size: 1rem;
    }

    .utrc-search-row button,
    .utrc-report button {
        width: 100%;
        background: #0f7a3b;
        box-shadow: 0 12px 24px rgba(15,122,59,.20);
        font-weight: 950;
    }

    .utrc-help {
        font-size: .88rem;
        line-height: 1.42;
    }

    .utrc-status {
        margin: 12px 2px;
        font-size: .86rem;
        min-height: 18px;
    }

    .utrc-results,
    .utrc-grid-info,
    .utrc-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .utrc-day {
        padding: 15px;
        border-left-width: 7px;
    }

    .utrc-day-top {
        flex-direction: row;
        align-items: center;
    }

    .utrc-date {
        font-size: .9rem;
    }

    .utrc-pill {
        white-space: normal;
        text-align: center;
        font-size: .74rem;
    }

    .utrc-day h3 {
        font-size: 1.36rem;
    }

    .utrc-desc,
    .utrc-note,
    .utrc-day details p {
        font-size: .93rem;
        line-height: 1.42;
    }

    .utrc-stop {
        border-radius: 18px;
        padding: 14px;
    }

    .utrc-stop-title {
        font-size: 1.28rem;
    }

    .utrc-stop-time {
        font-size: 1.16rem;
    }

    .utrc-ordinance,
    .utrc-report,
    .utrc-info-card,
    .utrc-source {
        padding: 16px;
    }

    .utrc-ordinance h3,
    .utrc-report h3,
    .utrc-info-card h3 {
        font-size: 1.22rem;
        line-height: 1.16;
    }

    .utrc-ordinance p,
    .utrc-report p,
    .utrc-info-card p,
    .utrc-source {
        font-size: .91rem;
        line-height: 1.44;
    }

    .utrc-report textarea {
        min-height: 120px;
    }

    .utrc-check {
        grid-template-columns: 22px 1fr;
        padding: 12px;
        font-size: .88rem;
        line-height: 1.35;
    }

    .utrc-mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        position: fixed;
        left: max(10px, env(safe-area-inset-left));
        right: max(10px, env(safe-area-inset-right));
        bottom: max(10px, env(safe-area-inset-bottom));
        z-index: 9999;
        max-width: 430px;
        margin: 0 auto;
        padding: 8px;
        border: 1px solid rgba(15,122,59,.16);
        border-radius: 22px;
        background: rgba(255,255,255,.96);
        box-shadow: 0 18px 42px rgba(0,0,0,.18);
        backdrop-filter: blur(14px);
    }

    .utrc-mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        min-height: 52px;
        border-radius: 16px;
        color: #243024;
        text-decoration: none;
        font-size: .75rem;
        font-weight: 900;
    }

    .utrc-mobile-bottom-nav span {
        font-size: 1.12rem;
        line-height: 1;
    }

    .utrc-mobile-bottom-nav a:first-child {
        background: #e9f6ed;
        color: #0f6f38;
    }

    .utrc-home-banner {
        border-radius: 22px;
        padding: 16px;
        margin: 12px auto 14px;
        box-shadow: 0 14px 30px rgba(15, 122, 59, .18);
    }

    .utrc-home-banner h2 {
        font-size: 1.8rem;
        line-height: 1.04;
    }

    .utrc-home-banner p {
        font-size: .95rem;
        line-height: 1.42;
    }
}

@media (max-width: 380px) {
    .utrc-app {
        padding-left: 8px;
        padding-right: 8px;
    }

    .utrc-hero h2 {
        font-size: 1.72rem;
    }

    .utrc-hero p,
    .utrc-home-banner p {
        font-size: .91rem;
    }

    .utrc-mobile-bottom-nav {
        left: 8px;
        right: 8px;
    }
}


/* Aggiornamento 0.1.15: testo Comuni gestiti e link Worklimate */
.utrc-hero p a,
.utrc-home-banner p a {
    color: #ffffff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 760px) {
    .utrc-hero p {
        font-size: .90rem;
        line-height: 1.38;
    }

    .utrc-home-banner p {
        font-size: .88rem;
        line-height: 1.38;
    }

    .utrc-home-banner h2 {
        font-size: 1.65rem;
    }

    .utrc-hero h2 {
        font-size: 1.88rem;
    }
}

@media (max-width: 380px) {
    .utrc-hero p,
    .utrc-home-banner p {
        font-size: .86rem;
        line-height: 1.36;
    }

    .utrc-home-banner h2 {
        font-size: 1.52rem;
    }

    .utrc-hero h2 {
        font-size: 1.64rem;
    }
}


/* 0.1.16 - Avviso dinamico homepage per Cenadi */
.utrc-home-alert-card {
    position: relative;
    max-width: 980px;
    margin: 20px auto;
    padding-left: 18px;
}
.utrc-home-alert-rail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    border-radius: 20px;
    background: #b11e29;
}
.utrc-home-alert-inner {
    background: #fbf7f7;
    border: 1px solid #e4dddd;
    border-radius: 34px;
    padding: 28px 28px 30px;
    box-shadow: 0 18px 44px rgba(177,30,41,.08);
}
.utrc-home-alert-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.utrc-home-alert-date {
    color: #212522;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .02em;
}
.utrc-home-alert-chip {
    background: #f1dddd;
    color: #b11e29;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: .98rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.utrc-home-alert-stopbox {
    margin: 28px 0 24px;
    padding: 28px 22px;
    background: #b11e29;
    color: #fff;
    border-radius: 26px;
    text-align: center;
}
.utrc-home-alert-stop-title {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: .04em;
}
.utrc-home-alert-stop-time {
    margin-top: 10px;
    font-size: 1.9rem;
    font-weight: 900;
}
.utrc-home-alert-stop-copy {
    max-width: 540px;
    margin: 12px auto 0;
    font-size: 1.15rem;
    line-height: 1.45;
    font-weight: 800;
}
.utrc-home-alert-level {
    margin: 8px 0 14px;
    font-size: 2.2rem;
    color: #222824;
}
.utrc-home-alert-advice,
.utrc-home-alert-strong {
    color: #262b27;
    line-height: 1.6;
    font-size: 1.12rem;
}
.utrc-home-alert-strong {
    margin-top: 16px;
    font-weight: 900;
}
.utrc-home-alert-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}
.utrc-home-alert-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #d9d3d3;
    background: #fff;
    color: #212522;
    text-decoration: none;
    font-weight: 900;
}
.utrc-home-alert-link.primary {
    background: #f7f1f1;
}
.utrc-home-alert-link:hover,
.utrc-home-alert-link:focus {
    text-decoration: none;
    transform: translateY(-1px);
}
@media (max-width: 640px) {
    .utrc-home-alert-card { padding-left: 12px; margin: 18px auto; }
    .utrc-home-alert-rail { width: 12px; border-radius: 18px; }
    .utrc-home-alert-inner { padding: 18px 16px 22px; border-radius: 24px; }
    .utrc-home-alert-top { align-items: flex-start; }
    .utrc-home-alert-date { font-size: 1.05rem; }
    .utrc-home-alert-chip { font-size: .72rem; padding: 8px 12px; }
    .utrc-home-alert-stopbox { margin: 18px 0 18px; padding: 18px 14px; border-radius: 20px; }
    .utrc-home-alert-stop-title { font-size: 1.55rem; }
    .utrc-home-alert-stop-time { font-size: 1.48rem; }
    .utrc-home-alert-stop-copy { font-size: .98rem; }
    .utrc-home-alert-level { font-size: 1.8rem; }
    .utrc-home-alert-advice, .utrc-home-alert-strong { font-size: 1rem; line-height: 1.5; }
    .utrc-home-alert-actions { gap: 10px; }
    .utrc-home-alert-link { width: 100%; min-height: 48px; }
}
