/* Hava durumu v2 — profesyonel alternatif taslak
   Yalnızca .body-weather-v2 / .wx2 — v1 stillerine dokunmaz */

.body-weather-v2 {
    --wx2-ink: #0c1924;
    --wx2-muted: #5b6b7a;
    --wx2-line: rgba(12, 25, 36, 0.1);
    --wx2-paper: #f3f7fb;
    --wx2-accent: #0284c7;
    --wx2-accent-2: #0ea5e9;
    --wx2-warm: #f0b429;
    --wx2-display: "Fraunces", "Georgia", serif;
    --wx2-sans: "Sora", "Segoe UI", sans-serif;
}

.body-weather-v2 .wx2 {
    font-family: var(--wx2-sans);
    background:
        radial-gradient(900px 420px at 80% -10%, rgba(14, 165, 233, 0.08), transparent 60%),
        linear-gradient(180deg, #e8f2f9 0%, var(--wx2-paper) 28%, #eef3f7 100%);
    margin-bottom: 0;
    padding-bottom: 4rem;
}

/* —— Atmosferik hero (header ile aynı palet devamı) —— */
.wx2-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin: 0 0 1.75rem;
    background:
        radial-gradient(900px 320px at 78% 18%, rgba(240, 180, 41, 0.28), transparent 55%),
        radial-gradient(700px 280px at 12% 80%, rgba(56, 189, 248, 0.22), transparent 50%),
        linear-gradient(180deg, #125d84 0%, #0e4a6b 38%, #0b3a55 100%);
    animation: wx2-hero-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wx2-hero__sky {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.wx2-orb--sun {
    position: absolute;
    top: -4%;
    right: 8%;
    width: min(280px, 42vw);
    height: min(280px, 42vw);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 40%, #fff7d6 0%, #f0b429 28%, rgba(240, 180, 41, 0.15) 55%, transparent 70%);
    animation: wx2-sun-breathe 6s ease-in-out infinite;
    filter: blur(0.5px);
}

.wx2-cloud {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    filter: blur(1px);
}

.wx2-cloud--a {
    width: 220px;
    height: 54px;
    top: 28%;
    left: -40px;
    box-shadow: 60px 12px 0 -8px rgba(255, 255, 255, 0.1);
    animation: wx2-drift 28s linear infinite;
}

.wx2-cloud--b {
    width: 160px;
    height: 40px;
    top: 52%;
    right: -30px;
    opacity: 0.7;
    animation: wx2-drift 36s linear infinite reverse;
}

.wx2-haze {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(8, 47, 69, 0.35));
}

.wx2-hero__inner {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.6rem;
}

.wx2-hero .wx-breadcrumb {
    margin-bottom: 1.35rem;
}

.wx2-hero__stage {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: end;
}

.wx2-meta {
    margin: 0.65rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.55rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.58);
}

.wx2-meta__draft {
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    background: rgba(240, 180, 41, 0.22);
    border: 1px solid rgba(240, 180, 41, 0.4);
    color: #fde68a;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.wx2-meta__link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.wx2-meta__link:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.55);
}

.wx2-hero--region .wx2-hero__stage {
    grid-template-columns: 1fr;
}

.wx2-region-cities {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wx2-region-cities a {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid var(--wx2-line);
    background: rgba(255, 255, 255, 0.55);
    color: var(--wx2-ink);
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.wx2-region-cities a:hover {
    border-color: rgba(2, 132, 199, 0.35);
    background: #fff;
}

.wx2-region-cities span {
    font-weight: 600;
    font-size: 0.95rem;
}

.wx2-region-cities small {
    font-size: 0.75rem;
    color: var(--wx2-muted);
}

.wx2-related .wx2-panel__head a {
    color: var(--wx2-accent);
    font-weight: 600;
    text-decoration: none;
}

.wx2-related .wx2-panel__head a:hover {
    text-decoration: underline;
}

.wx2-title {
    margin: 0;
    font-family: var(--wx2-display);
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.95;
    color: #fff;
    animation: wx2-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.wx2-condition {
    margin: 0.7rem 0 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.wx2-lede {
    margin: 0.55rem 0 0;
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.68);
}

.wx2-lede .wx2-city {
    font-weight: 700;
    color: #fff;
}

.wx2-hero__temp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.15rem;
    position: relative;
    animation: wx2-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}

.wx2-temp-num {
    font-family: var(--wx2-display);
    font-size: clamp(5.5rem, 14vw, 8.5rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.85;
    color: #fff;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.wx2-temp-unit {
    font-family: var(--wx2-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 500;
    margin-top: 0.55rem;
    opacity: 0.85;
}

.wx2-temp-icon {
    position: absolute;
    left: 0.25rem;
    bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.85);
    opacity: 0.9;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

.wx2-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.6rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    animation: wx2-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.wx2-metrics div {
    min-width: 0;
}

.wx2-metrics dt {
    margin: 0 0 0.25rem;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.wx2-metrics dd {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.wx2-metrics small {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
}

/* —— Body panels —— */
.wx2-body {
    max-width: 960px;
}

.wx2-panel {
    margin-bottom: 1.75rem;
    padding: 1.35rem 0 0.25rem;
    border-top: 1px solid var(--wx2-line);
    animation: wx2-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wx2-panel:nth-of-type(1) { animation-delay: 0.12s; }
.wx2-panel:nth-of-type(2) { animation-delay: 0.18s; }
.wx2-panel:nth-of-type(3) { animation-delay: 0.24s; }
.wx2-panel:nth-of-type(4) { animation-delay: 0.3s; }

.wx2-panel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.4rem 1rem;
    margin-bottom: 1rem;
}

.wx2-panel__head h2 {
    margin: 0;
    font-family: var(--wx2-display);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--wx2-ink);
}

.wx2-panel__head p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--wx2-muted);
}

.wx2-narrative {
    max-width: 40rem;
}

.wx2-narrative p {
    margin: 0 0 0.7rem;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #334155;
}

.wx2-narrative__lead {
    font-size: 1.12rem !important;
    font-weight: 500;
    color: var(--wx2-ink) !important;
    line-height: 1.55 !important;
}

.wx2-narrative .wx2-city {
    font-weight: 700;
    color: var(--wx2-ink);
}

.wx2-seo {
    clear: both;
    display: block;
    width: 100%;
    max-width: none;
    margin: -0.35rem 0 1rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--wx2-muted);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.wx2-seo .wx2-city {
    font-weight: 700;
    color: var(--wx2-ink);
}

/* FAQ */
.wx2-faq__list {
    display: grid;
    gap: 0.65rem;
}

.wx2-faq__item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.15rem 0.95rem 0.15rem;
}

.wx2-faq__item summary {
    cursor: pointer;
    list-style: none;
    padding: 0.85rem 0;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--wx2-ink);
    line-height: 1.35;
}

.wx2-faq__item summary::-webkit-details-marker {
    display: none;
}

.wx2-faq__item summary::after {
    content: "+";
    float: right;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    color: var(--wx2-muted);
}

.wx2-faq__item[open] summary::after {
    content: "-";
}

.wx2-faq__item p {
    margin: 0 0 0.95rem;
    padding-right: 1.5rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--wx2-muted);
}

/* Spark + hourly */
.wx2-spark {
    height: 72px;
    margin-bottom: 0.85rem;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.08), transparent);
}

.wx2-spark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.wx2-hourly {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.85rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.wx2-hour {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.wx2-hour__time {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--wx2-muted);
}

.wx2-hour__bar {
    width: 8px;
    height: 56px;
    border-radius: 999px;
    background: rgba(2, 132, 199, 0.12);
    position: relative;
    overflow: hidden;
}

.wx2-hour__bar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--bar, 40%);
    border-radius: inherit;
    background: linear-gradient(180deg, var(--wx2-accent-2), var(--wx2-accent));
    animation: wx2-bar-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wx2-hour__temp {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--wx2-ink);
}

.wx2-hour__pop {
    font-size: 0.68rem;
    color: var(--wx2-muted);
}

/* Daylight arc */
.wx2-daylight__track {
    position: relative;
    height: 88px;
    margin: 0.25rem 0 0.55rem;
}

.wx2-daylight__arc {
    position: absolute;
    left: 6%;
    right: 6%;
    top: 18%;
    height: 120%;
    border: 2px solid rgba(2, 132, 199, 0.22);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.wx2-daylight__sun {
    position: absolute;
    top: 22%;
    left: 58%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fff7d6, var(--wx2-warm));
    box-shadow: 0 0 0 6px rgba(240, 180, 41, 0.18);
    animation: wx2-sun-pulse 3.5s ease-in-out infinite;
}

.wx2-daylight__labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--wx2-muted);
    padding: 0 0.25rem;
}

/* 7-day range bars */
.wx2-week {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.wx2-week__row {
    display: grid;
    grid-template-columns: 5.5rem 1.75rem minmax(0, 1fr) 2.2rem minmax(5.5rem, 1.4fr) 2.4rem;
    gap: 0.55rem;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(12, 25, 36, 0.06);
}

.wx2-week__row:last-child {
    border-bottom: 0;
}

.wx2-week__day {
    font-weight: 700;
    color: var(--wx2-ink);
    font-size: 0.92rem;
}

.wx2-week__icon {
    color: var(--wx2-accent);
    display: inline-flex;
}

.wx2-week__label {
    font-size: 0.84rem;
    color: var(--wx2-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wx2-week__min,
.wx2-week__max {
    font-size: 0.88rem;
    font-weight: 700;
    text-align: right;
}

.wx2-week__min {
    color: var(--wx2-muted);
}

.wx2-week__max {
    color: var(--wx2-ink);
}

.wx2-week__range {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(2, 132, 199, 0.1);
    overflow: hidden;
}

.wx2-week__fill {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #7dd3fc, var(--wx2-accent) 45%, var(--wx2-warm));
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.25);
}

.wx2-body .container-bn.wx2-ad {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0.35rem 0 1rem;
}

.wx2-body .container-bn.wx2-ad .bn-content {
    width: 100%;
}

.wx2-body .container-bn.wx2-ad .bn-inner {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wx2-body .container-bn.wx2-ad .bn-inner > * {
    max-width: 100%;
}

.wx2-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.5rem;
    padding: 1.15rem 1.25rem;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(2, 132, 199, 0.08), rgba(240, 180, 41, 0.1));
    border: 1px solid rgba(2, 132, 199, 0.18);
    animation: wx2-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}

.wx2-alert--heat,
.wx2-alert--heat_critical {
    background: linear-gradient(120deg, rgba(220, 38, 38, 0.08), rgba(240, 180, 41, 0.14));
    border-color: rgba(220, 38, 38, 0.22);
}

.wx2-alert--cold_alert {
    background: linear-gradient(120deg, rgba(67, 56, 202, 0.1), rgba(148, 163, 184, 0.14));
    border-color: rgba(67, 56, 202, 0.22);
}

.wx2-alert--frost {
    background: linear-gradient(120deg, rgba(2, 132, 199, 0.1), rgba(148, 163, 184, 0.12));
}

.wx2-alert--wind {
    background: linear-gradient(120deg, rgba(100, 116, 139, 0.1), rgba(2, 132, 199, 0.08));
}

.wx2-alert h2 {
    margin: 0 0 0.3rem;
    font-family: var(--wx2-display);
    font-size: 1.2rem;
    color: var(--wx2-ink);
}

.wx2-alert p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--wx2-muted);
    max-width: 40rem;
}

.wx2-alert__body {
    min-width: 0;
    flex: 1;
}

.wx2-alert__summary {
    margin-bottom: 0.65rem !important;
}

.wx2-alert__tips {
    margin: 0 0 0.65rem;
    padding-left: 1.15rem;
    color: var(--wx2-ink);
    font-size: 0.88rem;
    line-height: 1.45;
    max-width: 42rem;
}

.wx2-alert__tips li + li {
    margin-top: 0.35rem;
}

.wx2-alert__more {
    margin-top: 0.25rem !important;
}

.wx2-alert__more a {
    color: var(--wx2-accent);
    font-weight: 600;
    font-size: 0.88rem;
}

.wx2-alert__badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.72);
    color: var(--wx2-ink);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.wx2-alert__badges {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    flex-shrink: 0;
}

.wx2-alert__badge--band {
    background: color-mix(in srgb, var(--wx-band-color, #0284c7) 14%, white);
    border-color: color-mix(in srgb, var(--wx-band-color, #0284c7) 35%, transparent);
    color: color-mix(in srgb, var(--wx-band-color, #0284c7) 85%, black);
}

.wx2-alert__badge--health.wx-health--attention {
    background: rgba(234, 179, 8, 0.14);
    border-color: rgba(234, 179, 8, 0.35);
    color: #854d0e;
}

.wx2-alert__badge--health.wx-health--risky {
    background: rgba(249, 115, 22, 0.14);
    border-color: rgba(249, 115, 22, 0.35);
    color: #9a3412;
}

.wx2-alert__badge--health.wx-health--high-risk {
    background: rgba(220, 38, 38, 0.12);
    border-color: rgba(220, 38, 38, 0.32);
    color: #991b1b;
}

.wx2-alert__badge--health.wx-health--vital-risk {
    background: rgba(127, 29, 29, 0.14);
    border-color: rgba(127, 29, 29, 0.38);
    color: #7f1d1d;
}

.wx2-alert__badge--quiet {
    opacity: 0.72;
    font-weight: 500;
}

.wx2-alert__badge--active {
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #92400e;
    background: rgba(240, 180, 41, 0.22);
    border: 1px solid rgba(240, 180, 41, 0.35);
}

.wx2-alert__badge--active {
    color: #991b1b;
    background: rgba(220, 38, 38, 0.14);
    border-color: rgba(220, 38, 38, 0.3);
}

.wx2-compare {
    margin: 1.75rem 0 0;
    font-size: 0.85rem;
    color: var(--wx2-muted);
}

.wx2-compare a {
    color: var(--wx2-accent);
    font-weight: 600;
    text-decoration: none;
}

.wx2-compare a:hover {
    text-decoration: underline;
}

.wx2-related {
    margin: 1.75rem 0 0;
    padding-top: 1.35rem;
    border-top: 1px solid var(--wx2-line);
}

.wx2-related .wx2-seo {
    margin: -0.35rem 0 0.85rem;
}

.wx2-related__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wx2-related__list li {
    margin: 0;
}

.wx2-related__list li:not(:last-child)::after {
    content: "·";
    margin: 0 0.55rem;
    color: rgba(12, 25, 36, 0.28);
}

.wx2-related__list a {
    color: var(--wx2-accent);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
}

.wx2-related__list a:hover {
    text-decoration: underline;
}

@keyframes wx2-hero-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes wx2-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

@keyframes wx2-sun-breathe {
    0%, 100% { transform: scale(1); opacity: 0.95; }
    50% { transform: scale(1.06); opacity: 1; }
}

@keyframes wx2-sun-pulse {
    0%, 100% { box-shadow: 0 0 0 6px rgba(240, 180, 41, 0.18); }
    50% { box-shadow: 0 0 0 10px rgba(240, 180, 41, 0.28); }
}

@keyframes wx2-drift {
    from { transform: translateX(0); }
    to { transform: translateX(40vw); }
}

@keyframes wx2-bar-up {
    from { transform: scaleY(0); transform-origin: bottom; }
    to { transform: scaleY(1); transform-origin: bottom; }
}

@media (max-width: 991.98px) {
    .wx2-hero__stage {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .wx2-hero__temp {
        justify-content: flex-start;
    }

    .wx2-temp-icon {
        left: auto;
        right: 0.5rem;
        bottom: 0.6rem;
    }

    .wx2-week__row {
        grid-template-columns: 4.5rem 1.5rem minmax(0, 1fr) 2rem minmax(4rem, 1fr) 2.2rem;
    }

    .wx2-week__label {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .wx2-hero .wx2-hero__inner {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .wx2-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem 0.4rem;
    }

    .wx2-metrics dt {
        font-size: 0.62rem;
        letter-spacing: 0.04em;
    }

    .wx2-metrics dd {
        font-size: 0.95rem;
    }

    .wx2-metrics small {
        font-size: 0.62rem;
    }

    .wx2-orb--sun {
        right: -8%;
        top: -8%;
        opacity: 0.85;
    }

    .wx2-alert {
        flex-direction: column;
        align-items: flex-start;
    }

    .wx2-week__row {
        grid-template-columns: 4rem 2rem 1.8rem minmax(3.5rem, 1fr) 2rem;
    }

    .wx2-week__icon {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wx2-hero,
    .wx2-title,
    .wx2-hero__temp,
    .wx2-metrics,
    .wx2-panel,
    .wx2-alert,
    .wx2-orb--sun,
    .wx2-cloud,
    .wx2-daylight__sun,
    .wx2-hour__bar::after {
        animation: none !important;
    }
}
