.pnext {
    --pn-ink: #0b1e3b;
    --pn-blue: #1769e0;
    --pn-blue-dark: #0b56c5;
    --pn-cyan: #28b8ed;
    --pn-muted: #60708a;
    --pn-line: #e3ebf5;
    --pn-soft: #f4f8fd;
    --pn-radius-sm: 12px;
    --pn-radius-card: 18px;
    --pn-radius-section: 28px;
    --pn-shadow: 0 14px 40px rgba(18, 55, 102, .08);
    width: 100%;
    max-width: 100%;
    color: var(--pn-ink);
    background: #fff;
    font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pnext *,
.pnext *::before,
.pnext *::after {
    box-sizing: border-box;
}

.pnext img,
.pnext svg,
.pnext canvas,
.pnext iframe {
    max-width: 100%;
}

.pnext a {
    text-decoration: none;
}

.pnext button,
.pnext a,
.pnext input {
    touch-action: manipulation;
}

.pnext-shell {
    width: min(1180px, calc(100% - 48px));
    min-width: 0;
    margin-inline: auto;
}

.pnext .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* HERO */
.pnext-hero {
    position: relative;
    z-index: 20;
    overflow: visible;
    padding: 70px 0 60px;
    background: linear-gradient(135deg, #071a38 0%, #0a3978 58%, #1266bb 100%);
    color: #fff;
    isolation: isolate;
}

.pnext-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 35%, #000);
    mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.pnext-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(3px);
    opacity: .5;
    pointer-events: none;
}

.pnext-hero__glow--one {
    width: 540px;
    height: 540px;
    right: -160px;
    top: -230px;
    background: radial-gradient(circle, rgba(51, 202, 255, .55), transparent 67%);
}

.pnext-hero__glow--two {
    width: 330px;
    height: 330px;
    left: 35%;
    bottom: -240px;
    background: radial-gradient(circle, rgba(44, 118, 240, .42), transparent 68%);
}

.pnext-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr);
    gap: 60px;
    align-items: center;
}

.pnext-hero__copy,
.pnext-now,
.pnext-hero__grid > * {
    min-width: 0;
}

.pnext-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #bde9ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pnext-eyebrow i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #36dd92;
    box-shadow: 0 0 0 6px rgba(54, 221, 146, .13);
}

.pnext-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.052em;
}

.pnext-hero h1 span {
    display: block;
    color: #86d8ff;
}

.pnext-hero__copy > p {
    max-width: 680px;
    margin: 0 0 25px;
    color: #d6e4f5;
    font-size: 18px;
    line-height: 1.65;
}

/* SEARCH */
.pnext-search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 720px;
    padding: 8px 8px 8px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--pn-radius-card);
    background: #fff;
    box-shadow: 0 18px 50px rgba(3, 15, 38, .27);
    transition: border-color .2s, box-shadow .2s;
}

.pnext-search:focus-within {
    border-color: #78cfff;
    box-shadow: 0 0 0 4px rgba(92, 199, 255, .2), 0 18px 50px rgba(3, 15, 38, .27);
}

.pnext-search__icon {
    width: 23px;
    flex: 0 0 23px;
    fill: none;
    stroke: #6c7b91;
    stroke-width: 2;
    stroke-linecap: round;
}

.pnext-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 52px;
    padding: 0 15px;
    border: 0 !important;
    outline: 0;
    background: transparent;
    color: #152944;
    font-size: 16px;
    box-shadow: none !important;
}

.pnext-search input::placeholder {
    color: #7b899e;
    opacity: 1;
}

.pnext-search > button {
    height: 52px;
    flex: 0 0 auto;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #1674ef, #1258cb);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 9px 20px rgba(23, 105, 224, .28);
}

.pnext-search > button:hover {
    background: linear-gradient(135deg, #2482fa, #0b50bc);
}

.pnext-search__loader {
    display: none;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 2px solid #d5e4f5;
    border-top-color: #1769e0;
    border-radius: 50%;
    animation: pnext-spin .7s linear infinite;
}

.pnext-search.is-loading .pnext-search__loader {
    display: block;
}

.pnext-search-results {
    position: absolute;
    z-index: 2500;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid #dce7f4;
    border-radius: 16px;
    background: #fff;
    color: var(--pn-ink);
    box-shadow: 0 22px 60px rgba(5, 25, 55, .25);
    overscroll-behavior: contain;
}

.pnext-search-results[hidden] {
    display: none;
}

.pnext-search-results button {
    display: grid;
    width: 100%;
    min-height: 58px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 9px 11px;
    border: 0;
    border-radius: 11px;
    background: #fff;
    color: var(--pn-ink);
    text-align: left;
    cursor: pointer;
}

.pnext-search-results button:hover,
.pnext-search-results button:focus-visible,
.pnext-search-results button.is-active {
    outline: 0;
    background: #edf6ff;
}

.pnext-result-mark {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    background: #e8f3ff;
    color: #1769e0;
    font-size: 19px;
}

.pnext-search-results button > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.pnext-search-results strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pnext-search-results small {
    overflow: hidden;
    color: #657791;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pnext-search-results__empty {
    margin: 0;
    padding: 15px;
    color: #64748a;
    font-size: 13px;
    text-align: center;
}

.pnext-popular {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
    margin-top: 18px;
    color: #96afcf;
    font-size: 13px;
}

.pnext-popular a {
    color: #fff;
    font-weight: 650;
}

.pnext-popular a:hover {
    text-decoration: underline;
}

/* CURRENT CARD */
.pnext-now {
    position: relative;
    align-self: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--pn-radius-section);
    background: linear-gradient(155deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .07));
    box-shadow: 0 30px 80px rgba(0, 9, 32, .3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.pnext-now__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pnext-now__top > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.pnext-now__top span {
    color: #c7d8eb;
    font-size: 12px;
}

.pnext-now__top strong {
    color: #fff;
    font-size: 14px;
}

.pnext-live {
    display: flex !important;
    align-items: center;
    align-self: flex-start;
    gap: 7px !important;
    padding: 7px 10px;
    border: 1px solid rgba(84, 235, 159, .25);
    border-radius: 999px;
    background: rgba(20, 138, 87, .24);
    color: #9bf2c4 !important;
    font-weight: 800;
    letter-spacing: .06em;
}

.pnext-live i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #3dec91;
    box-shadow: 0 0 0 4px rgba(61, 236, 145, .14);
}

.pnext-now__weather {
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 24px 0 21px;
}

.pnext-now__weather > div:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.pnext-now__weather strong {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -.05em;
}

.pnext-now__weather span {
    margin-top: 6px;
    color: #eef7ff;
    font-size: 16px;
    font-weight: 700;
}

.pnext-now__weather small {
    margin-top: 3px;
    color: #bcd0e8;
    font-size: 12px;
    line-height: 1.4;
}

.pnext-weather-icon {
    display: grid;
    width: 86px;
    height: 78px;
    flex: 0 0 86px;
    place-items: center;
}

.pnext-weather-icon svg {
    width: 82px;
    height: 82px;
    overflow: visible;
    filter: drop-shadow(0 12px 18px rgba(0, 12, 35, .23));
}

.pnext-now__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    background: rgba(255, 255, 255, .12);
}

.pnext-now__facts div {
    display: flex;
    min-width: 0;
    min-height: 66px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    background: rgba(4, 29, 67, .36);
    text-align: center;
}

.pnext-now__facts span {
    color: #c7d8eb;
    font-size: 10px;
}

.pnext-now__facts strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 14px;
}

.pnext-now__link {
    display: flex;
    min-height: 44px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
}

.pnext-now__link span {
    color: #7dd7ff;
}

.pnext-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.pnext-location-actions button {
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 11px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font: 700 12px/1 inherit;
    cursor: pointer;
}

.pnext-location-actions button:hover {
    background: rgba(255, 255, 255, .18);
}

.pnext-location-actions button[hidden] {
    display: none;
}

.pnext.has-error [data-pnext-retry] {
    display: inline-flex;
    align-items: center;
}

.pnext-data-source {
    margin: 10px 0 0 !important;
    color: #b9cbe2;
    font-size: 10px;
    line-height: 1.45;
}

/* COLOURED WEATHER ICON SYSTEM */
.pnext-weather-svg {
    display: grid;
    place-items: center;
}

.pnext-weather-svg svg {
    display: block;
    width: 42px;
    height: 42px;
    overflow: visible;
}

.pnext-wx-sun,
.pnext-svg-sun {
    fill: #ffd45c;
    stroke: #f2a82a;
    stroke-width: 1.3;
}

.pnext-wx-rays,
.pnext-wx-rays path {
    fill: none;
    stroke: #ffd45c;
    stroke-width: 3;
    stroke-linecap: round;
}

.pnext-wx-moon {
    fill: #ffe9a6;
    stroke: #f3c764;
    stroke-width: 1.5;
}

.pnext-wx-cloud,
.pnext-svg-cloud {
    fill: url(#pnext-cloud-gradient);
    fill: #eef8ff;
    stroke: #9ccbe8;
    stroke-width: 1.5;
    stroke-linejoin: round;
}

.pnext-wx-cloud--dark {
    fill: #dcecf7;
    stroke: #89b6d3;
}

.pnext-wx-rain,
.pnext-wx-rain path,
.pnext-svg-rain {
    fill: none;
    stroke: #2f9dec;
    stroke-width: 3.2;
    stroke-linecap: round;
}

.pnext-wx-snow,
.pnext-wx-snow path {
    fill: none;
    stroke: #66c9ef;
    stroke-width: 2;
    stroke-linecap: round;
}

.pnext-wx-lightning,
.pnext-svg-lightning {
    fill: #ffd84e;
    stroke: #efa628;
    stroke-width: 1;
    stroke-linejoin: round;
}

.pnext-wx-fog,
.pnext-wx-fog path {
    fill: none;
    stroke: #8caac0;
    stroke-width: 3;
    stroke-linecap: round;
}

/* SHORTCUTS */
.pnext-shortcuts {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    border-bottom: 1px solid var(--pn-line);
    background: #f6f9fd;
}

.pnext-shortcuts__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px;
    align-items: stretch;
}

.pnext-shortcuts a {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 82px;
    height: 100%;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--pn-line);
    border-radius: var(--pn-radius-card);
    background: #fff;
    color: var(--pn-ink);
    box-shadow: 0 6px 18px rgba(20, 60, 110, .04);
    cursor: pointer;
    pointer-events: auto !important;
    -webkit-tap-highlight-color: rgba(23, 105, 224, .12);
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

.pnext-shortcuts a > * {
    pointer-events: none;
}

.pnext-shortcuts a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
}

.pnext-shortcuts a:hover {
    border-color: #bad5f5;
    transform: translateY(-2px);
    box-shadow: var(--pn-shadow);
}

.pnext-shortcuts a:active {
    transform: translateY(1px);
}

.pnext-shortcuts a > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: var(--pn-radius-sm);
}

.pnext-shortcuts a > span svg {
    width: 32px;
    height: 32px;
    overflow: visible;
}

.pnext-shortcuts .is-blue { background: #e8f2ff; }
.pnext-shortcuts .is-violet { background: #f0ebff; }
.pnext-shortcuts .is-cyan { background: #e7faff; }
.pnext-shortcuts .is-orange { background: #fff1e4; }

.pnext-svg-wind {
    fill: none;
    stroke: #079bc8;
    stroke-width: 4;
    stroke-linecap: round;
}

.pnext-svg-shield {
    fill: #ffad54;
    stroke: #ef6c19;
    stroke-width: 2;
}

.pnext-svg-alert {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
}

.pnext-shortcuts div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.pnext-shortcuts strong {
    font-size: 14px;
    line-height: 1.25;
}

.pnext-shortcuts small {
    overflow: hidden;
    color: var(--pn-muted);
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pnext-shortcuts b {
    color: #9aa9bd;
    font-size: 18px;
    font-weight: 500;
    transition: color .2s, transform .2s;
}

.pnext-shortcuts a:hover b {
    color: var(--pn-blue);
    transform: translateX(4px);
}

/* HOURLY */
.pnext-forecast {
    padding: 34px 0 40px;
    border-bottom: 1px solid var(--pn-line);
    background: #f5f9fe;
}

.pnext-forecast__title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 18px;
}

.pnext-forecast__title > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.pnext-forecast__title span {
    color: #1971d9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.pnext-forecast__title strong {
    display: block;
    max-width: 100%;
    color: var(--pn-ink);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.025em;
    white-space: normal;
}

.pnext-forecast__title > a,
.pnext-daily-head a,
.pnext-section__head > a {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    padding: 0 13px;
    border-radius: 11px;
    color: var(--pn-blue);
    font-size: 13px;
    font-weight: 750;
    transition: background .2s;
}

.pnext-forecast__title > a:hover,
.pnext-daily-head a:hover,
.pnext-section__head > a:hover {
    background: #e8f3ff;
}

.pnext-hourly {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--pn-line);
    border-radius: var(--pn-radius-card);
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 66, 116, .05);
}

.pnext-hour {
    display: flex;
    min-width: 0;
    min-height: 136px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 15px 8px;
    border-right: 1px solid var(--pn-line);
    background: #fff;
}

.pnext-hour:last-child {
    border-right: 0;
}

.pnext-hour.is-current {
    background: #eef6ff;
    box-shadow: inset 0 3px 0 #1c75de;
}

.pnext-hour > span {
    color: #40536d;
    font-size: 13px;
    font-weight: 700;
}

.pnext-hour > b {
    display: grid;
    width: 46px;
    height: 40px;
    place-items: center;
}

.pnext-hour > strong {
    color: var(--pn-ink);
    font-size: 23px;
}

.pnext-hour small {
    min-height: 18px;
    color: #70819a;
    font-size: 12px;
}

.pnext-hour small i,
.pnext-day > i > span:first-child {
    color: #238de5;
    font-size: 8px;
    font-style: normal;
}

.pnext-hour small em {
    font-style: normal;
}

/* MAIN SECTIONS */
.pnext-section {
    padding: 84px 0;
}

.pnext-live-cities {
    background: #fff;
}

.pnext-section__head {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: flex-end;
    margin-bottom: 32px;
}

.pnext-section__head > div {
    min-width: 0;
}

.pnext-section__head h2 {
    margin: 0;
    color: var(--pn-ink);
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.pnext-section__head p {
    margin: 11px 0 0;
    color: var(--pn-muted);
    font-size: 16px;
}

.pnext-eyebrow--light {
    margin-bottom: 12px;
    color: #1971d9;
}

/* LARGE CITIES */
.pnext-city-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    align-items: stretch;
}

.pnext-city {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 146px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--pn-line);
    border-radius: var(--pn-radius-card);
    background: #fff;
    color: var(--pn-ink);
    box-shadow: 0 7px 24px rgba(28, 66, 116, .05);
    transition: transform .22s, border-color .22s, box-shadow .22s;
}

.pnext-city:hover {
    border-color: #bcd6f6;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(28, 66, 116, .11);
}

.pnext-city > div {
    display: grid;
    min-width: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
}

.pnext-city > div strong {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pnext-city > div small {
    grid-column: 2;
    margin-top: 3px;
    color: #556983;
    font-size: 12px;
    line-height: 1.35;
}

.pnext-mini-icon {
    width: 34px;
    height: 34px;
    grid-row: 1 / 3;
    border-radius: 10px;
    background: #edf6ff;
}

.pnext-mini-icon svg {
    width: 31px;
    height: 31px;
}

.pnext-city > b {
    color: var(--pn-ink);
    font-size: 31px;
    letter-spacing: -.04em;
}

.pnext-city__meta {
    display: flex;
    grid-column: 1 / 3;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid var(--pn-line);
    color: #70819a;
    font-size: 12px;
}

.pnext-city__meta i {
    margin-right: 5px;
    color: #1a80de;
    font-style: normal;
}

.pnext-city__meta em {
    font-style: normal;
}

/* DAILY */
.pnext-daily-wrap {
    margin-top: 54px;
    padding: 29px;
    border: 1px solid var(--pn-line);
    border-radius: 24px;
    background: #f8fbff;
}

.pnext-daily-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 20px;
}

.pnext-daily-head > div {
    min-width: 0;
}

.pnext-daily-head > div > span {
    color: #1971d9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.pnext-daily-head h3 {
    margin: 3px 0 0;
    color: var(--pn-ink);
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.pnext-daily-head h3 [data-pnext-daily-city] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: none;
}

.pnext-daily {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--pn-line);
    border-radius: 18px;
    background: #fff;
}

.pnext-day {
    display: flex;
    min-width: 0;
    min-height: 174px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 7px;
    border-right: 1px solid var(--pn-line);
}

.pnext-day:last-child {
    border-right: 0;
}

.pnext-day.is-today {
    background: #f0f7ff;
    box-shadow: inset 0 3px 0 #1c75de;
}

.pnext-day > strong {
    color: var(--pn-ink);
    font-size: 13px;
}

.pnext-day > span {
    margin-top: 2px;
    color: #8391a4;
    font-size: 10px;
}

.pnext-day > b {
    width: 48px;
    height: 45px;
    margin: 7px 0 4px;
}

.pnext-day > b svg {
    width: 45px;
    height: 45px;
}

.pnext-day > div {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.pnext-day > div em {
    color: #102849;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
}

.pnext-day > div small {
    color: #78889d;
    font-size: 13px;
}

.pnext-day > i {
    margin-top: 7px;
    color: #2d8edc;
    font-size: 11px;
    font-style: normal;
}

.pnext-day > i.is-muted {
    visibility: hidden;
}

/* MAP */
.pnext-map-section {
    background: var(--pn-soft);
}

.pnext-map-frame {
    min-width: 0;
    padding: 16px;
    border: 1px solid #dce7f4;
    border-radius: var(--pn-radius-section);
    background: #fff;
    box-shadow: 0 18px 55px rgba(34, 68, 112, .09);
}

.pnext-map-frame .pwm-widget {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.pnext-map-frame .pwm-search {
    position: relative;
    z-index: 7;
}

.pnext-map-frame .pwm-stage {
    min-height: 520px;
}

.pnext-map-frame .pwm-toolbar button {
    min-height: 44px;
}

.pnext-map-unavailable {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 30px;
    border-radius: 20px;
    background: #f4f8fd;
    color: var(--pn-muted);
    text-align: center;
}

.pnext-map-unavailable strong {
    color: var(--pn-ink);
    font-size: 20px;
}

/* TRUST */
.pnext-trust {
    padding: 55px 0;
    background: #0d2a50;
    color: #fff;
}

.pnext-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.pnext-trust__grid > div {
    position: relative;
    min-width: 0;
    min-height: 110px;
    padding: 6px 34px 6px 78px;
}

.pnext-trust__grid > div + div {
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.pnext-trust__grid span {
    position: absolute;
    left: 20px;
    top: 0;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(115, 211, 255, .35);
    border-radius: 14px;
    color: #73d3ff;
    font-size: 14px;
    font-weight: 800;
}

.pnext-trust h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
}

.pnext-trust p {
    margin: 0;
    color: #c1cfe0;
    font-size: 15px;
    line-height: 1.65;
}

/* LOADING AND ERRORS */
.pnext-now,
.pnext-hourly,
.pnext-daily {
    transition: opacity .2s;
}

.pnext.is-updating .pnext-now,
.pnext.is-updating .pnext-hourly,
.pnext.is-updating .pnext-daily {
    opacity: .72;
}

.pnext.is-loading .pnext-data-value,
.pnext.is-loading [data-hour-time],
.pnext.is-loading [data-day-name],
.pnext.is-loading [data-day-date] {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    background: rgba(193, 211, 232, .32);
    color: transparent !important;
    user-select: none;
}

.pnext.is-loading .pnext-data-value::after,
.pnext.is-loading [data-hour-time]::after,
.pnext.is-loading [data-day-name]::after,
.pnext.is-loading [data-day-date]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent);
    transform: translateX(-100%);
    animation: pnext-shimmer 1.2s infinite;
}

.pnext.is-loading .pnext-weather-svg,
.pnext.is-loading .pnext-weather-icon {
    border-radius: 50%;
    background: rgba(193, 211, 232, .23);
}

.pnext.has-error .pnext-now {
    border-color: rgba(255, 188, 188, .35);
}

/* ACCESSIBILITY */
.pnext a:focus-visible,
.pnext button:focus-visible,
.pnext input:focus-visible {
    outline: 3px solid #76cfff;
    outline-offset: 3px;
}

@keyframes pnext-spin {
    to { transform: rotate(360deg); }
}

@keyframes pnext-shimmer {
    to { transform: translateX(100%); }
}

/* WORDPRESS / DIVI FULL WIDTH */
.pnext-preview-page #main-content {
    padding-top: 0 !important;
}

.pnext-preview-page #main-content > .container {
    width: 100%;
    max-width: none;
    padding-top: 0 !important;
}

.pnext-preview-page #main-content > .container::before,
.pnext-preview-page #sidebar {
    display: none !important;
}

.pnext-preview-page #left-area {
    float: none;
    width: 100%;
    padding: 0;
}

.pnext-preview-page #left-area article,
.pnext-preview-page #left-area article > .entry-content {
    margin: 0;
    padding: 0 !important;
}

.pnext-preview-page #left-area > .entry-title,
.pnext-preview-page #left-area > .post-meta,
.pnext-preview-page #left-area article > .entry-title,
.pnext-preview-page #left-area article > .post-meta {
    display: none !important;
}

.pnext-preview-page .pnext {
    width: 100%;
    margin: 0;
}

.pnext-preview-page button[aria-label*="lokalizacji"],
.pnext-preview-page button[title*="lokalizacji"] {
    z-index: 30;
}

/* TABLET */
@media (max-width: 980px) {
    .pnext-shell {
        width: min(100% - 34px, 800px);
    }

    .pnext-hero {
        padding: 62px 0 58px;
    }

    .pnext-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .pnext-now {
        width: 100%;
        max-width: 600px;
    }

    .pnext-shortcuts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .pnext-hourly {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .pnext-hour {
        min-height: 128px;
        border: 1px solid var(--pn-line);
        border-radius: 16px;
        box-shadow: 0 7px 20px rgba(28, 66, 116, .045);
    }

    .pnext-hour:last-child {
        border-right: 1px solid var(--pn-line);
    }

    .pnext-city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pnext-daily {
        grid-template-columns: repeat(7, minmax(112px, 1fr));
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    .pnext-day {
        scroll-snap-align: start;
    }

    .pnext-trust__grid {
        grid-template-columns: 1fr;
    }

    .pnext-trust__grid > div {
        padding-left: 76px;
    }

    .pnext-trust__grid > div + div {
        padding-top: 26px;
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-left: 0;
    }
}

/* PHONE */
@media (max-width: 640px) {
    .pnext-shell {
        width: calc(100% - 28px);
    }

    .pnext-hero {
        padding: 40px 0 44px;
    }

    .pnext-hero h1 {
        font-size: clamp(36px, 10.4vw, 42px);
    }

    .pnext-hero__copy > p {
        font-size: 16px;
    }

    .pnext-hero__grid {
        gap: 28px;
    }

    .pnext-search {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr) 20px;
        padding: 9px 10px 9px 17px;
        border-radius: 17px;
    }

    .pnext-search input {
        height: 47px;
        padding: 0 8px;
        font-size: 14px;
    }

    .pnext-search__loader {
        grid-column: 3;
        grid-row: 1;
    }

    .pnext-search > button {
        grid-column: 1 / 4;
        width: 100%;
        height: 48px;
        margin-top: 7px;
    }

    .pnext-search-results {
        top: calc(100% + 8px);
        max-height: min(360px, 58vh);
    }

    .pnext-popular {
        line-height: 1.8;
    }

    .pnext-now {
        padding: 20px;
        border-radius: 22px;
    }

    .pnext-now__top {
        gap: 12px;
    }

    .pnext-live {
        padding: 6px 8px;
        font-size: 10px;
    }

    .pnext-now__weather {
        gap: 14px;
        padding: 21px 0 18px;
    }

    .pnext-weather-icon {
        width: 70px;
        height: 68px;
        flex-basis: 70px;
    }

    .pnext-weather-icon svg {
        width: 68px;
        height: 68px;
    }

    .pnext-now__weather strong {
        font-size: 48px;
    }

    .pnext-now__weather span {
        font-size: 15px;
    }

    .pnext-now__facts strong {
        font-size: 12px;
    }

    .pnext-location-actions button {
        flex: 1 1 calc(50% - 4px);
        padding-inline: 9px;
    }

    .pnext-shortcuts {
        padding: 14px 0;
    }

    .pnext-shortcuts__grid {
        width: calc(100% - 28px);
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    .pnext-shortcuts a {
        display: flex;
        min-height: 118px;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        padding: 13px;
    }

    .pnext-shortcuts a > span {
        width: 38px;
        height: 38px;
    }

    .pnext-shortcuts a > span svg {
        width: 29px;
        height: 29px;
    }

    .pnext-shortcuts a b {
        position: absolute;
        right: 12px;
        top: 14px;
    }

    .pnext-shortcuts small {
        overflow: visible;
        white-space: normal;
    }

    .pnext-forecast {
        padding: 30px 0 34px;
    }

    .pnext-forecast__title,
    .pnext-daily-head,
    .pnext-section__head {
        display: block;
    }

    .pnext-forecast__title > a,
    .pnext-daily-head a,
    .pnext-section__head > a {
        margin-top: 10px;
    }

    .pnext-hourly {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pnext-hour {
        min-height: 126px;
        padding: 13px 8px;
    }

    .pnext-section {
        padding: 58px 0;
    }

    .pnext-section__head > a {
        margin-top: 18px;
    }

    .pnext-city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pnext-city {
        min-height: 150px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        padding: 14px 12px;
    }

    .pnext-city > div {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .pnext-city > div strong {
        font-size: 13px;
    }

    .pnext-city > div small {
        font-size: 10px;
    }

    .pnext-mini-icon {
        width: 30px;
        height: 30px;
    }

    .pnext-mini-icon svg {
        width: 28px;
        height: 28px;
    }

    .pnext-city > b {
        font-size: 24px;
    }

    .pnext-city__meta {
        padding-top: 10px;
        font-size: 10px;
    }

    .pnext-daily-wrap {
        margin-top: 38px;
        padding: 18px 10px;
    }

    .pnext-daily-head h3 {
        font-size: 23px;
    }

    .pnext-daily {
        grid-template-columns: repeat(7, 108px);
    }

    .pnext-day {
        min-height: 164px;
    }

    .pnext-map-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .pnext-map-section > .pnext-shell {
        width: calc(100% - 20px);
    }

    .pnext-map-frame {
        padding: 0;
        border: 0;
        border-radius: 18px;
        background: transparent;
        box-shadow: none;
    }

    .pnext-map-frame .pwm-widget {
        overflow: visible;
    }

    .pnext-map-frame .pwm-stage {
        min-height: 500px;
    }

    .pnext-trust__grid > div {
        padding: 18px 8px 18px 68px;
    }

    .pnext-trust__grid span {
        left: 7px;
    }

    .pnext-preview-page #pogodynka-fab {
        right: 10px !important;
        bottom: 66px !important;
        width: 44px !important;
        height: 44px !important;
        opacity: .94;
    }

    .pnext-preview-page .et_pb_scroll_top {
        right: 10px !important;
        bottom: 14px !important;
        width: 44px !important;
        height: 44px !important;
        line-height: 44px !important;
        opacity: .94;
    }
}

@media (max-width: 370px) {
    .pnext-shell {
        width: calc(100% - 20px);
    }

    .pnext-hero h1 {
        font-size: 34px;
    }

    .pnext-now {
        padding: 16px;
    }

    .pnext-now__facts div {
        padding-inline: 5px;
    }

    .pnext-shortcuts__grid {
        width: calc(100% - 20px);
    }

    .pnext-city {
        padding-inline: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pnext *,
    .pnext *::before,
    .pnext *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/* V0.5.2 — świeży stan danych i bardziej zwarta karta mobilna */
.pnext-live b{font:inherit;color:inherit}
.pnext-live.is-stale{border-color:rgba(251,191,36,.30);background:rgba(180,120,10,.22);color:#ffe29a!important}
.pnext-live.is-stale i{background:#fbbf24;box-shadow:0 0 0 4px rgba(251,191,36,.14)}
@media(max-width:640px){
    .pnext-now{padding:18px 16px 16px;border-radius:24px}
    .pnext-now__top{align-items:flex-start;gap:12px}
    .pnext-now__top span{font-size:11px;line-height:1.35}
    .pnext-now__top strong{font-size:13px;line-height:1.25}
    .pnext-live{flex:0 0 auto;padding:6px 8px;font-size:9px}
    .pnext-now__weather{display:grid;grid-template-columns:72px minmax(0,1fr);gap:13px;padding:17px 0 15px}
    .pnext-weather-icon{width:72px;height:68px;place-self:center}
    .pnext-weather-icon svg{width:68px;height:68px}
    .pnext-now__weather>div:last-child{align-items:flex-start;text-align:left}
    .pnext-now__weather strong{font-size:52px;line-height:.92}
    .pnext-now__weather span{margin-top:7px;font-size:19px;line-height:1.12}
    .pnext-now__weather small{font-size:12px;line-height:1.35}
    .pnext-now__facts{border-radius:15px}
    .pnext-now__facts div{min-height:58px;padding:9px 5px}
    .pnext-now__facts span{font-size:9px}
    .pnext-now__facts strong{font-size:12px;line-height:1.25}
    .pnext-now__link{min-height:48px;margin-top:12px;padding:0 13px;border:1px solid rgba(125,215,255,.20);border-radius:14px;background:rgba(3,31,72,.22);font-size:14px}
    .pnext-location-actions{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr);gap:8px;margin-top:9px}
    .pnext-location-actions button{width:100%;min-width:0;padding:0 10px;font-size:11px;white-space:normal}
    .pnext-location-actions [data-pnext-retry]{grid-column:1/-1}
    .pnext-data-source{margin-top:9px!important;padding:8px 10px;border-radius:11px;background:rgba(3,31,72,.18);font-size:9px;line-height:1.4}
}
@media(max-width:370px){
    .pnext-location-actions{grid-template-columns:1fr}
    .pnext-location-actions [data-pnext-retry]{grid-column:auto}
}
