.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//scpweather.com/wp-content/plugins/ws40/assets/vendor/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//scpweather.com/wp-content/plugins/ws40/assets/vendor/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//scpweather.com/wp-content/plugins/ws40/assets/vendor/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}[class*="ws40"] button,
[class*="ws40"] dl,
[class*="ws40"] dt,
[class*="ws40"] dd,
[class*="ws40"] h1,
[class*="ws40"] h2,
[class*="ws40"] h3,
[class*="ws40"] h4,
[class*="ws40"] h5,
[class*="ws40"] h6,
[class*="ws40"] p,
[class*="ws40"] small,
[class*="ws40"] table,
[class*="ws40"] tr,
[class*="ws40"] td,
[class*="ws40"] th,
[class*="ws40"] ul,
[class*="ws40"] ol,
[class*="ws40"] li {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
text-overflow: clip !important;
font-family: inherit;
font-style: inherit;
text-transform: none;
letter-spacing: normal;
text-decoration: none;
text-shadow: none;
float: none;
list-style: none;
} [class*="ws40"] button,
[class*="ws40"] dl,
[class*="ws40"] dt,
[class*="ws40"] h1,
[class*="ws40"] h2,
[class*="ws40"] h3,
[class*="ws40"] h4,
[class*="ws40"] h5,
[class*="ws40"] h6,
[class*="ws40"] p,
[class*="ws40"] small,
[class*="ws40"] li {
white-space: normal !important;
} [class*="ws40"] button::before,  [class*="ws40"] button::after,
[class*="ws40"] dl::before,      [class*="ws40"] dl::after,
[class*="ws40"] dt::before,      [class*="ws40"] dt::after,
[class*="ws40"] dd::before,      [class*="ws40"] dd::after,
[class*="ws40"] h1::before,      [class*="ws40"] h1::after,
[class*="ws40"] h2::before,      [class*="ws40"] h2::after,
[class*="ws40"] h3::before,      [class*="ws40"] h3::after,
[class*="ws40"] h4::before,      [class*="ws40"] h4::after,
[class*="ws40"] h5::before,      [class*="ws40"] h5::after,
[class*="ws40"] h6::before,      [class*="ws40"] h6::after,
[class*="ws40"] p::before,       [class*="ws40"] p::after,
[class*="ws40"] small::before,   [class*="ws40"] small::after,
[class*="ws40"] li::before,      [class*="ws40"] li::after {
content: none !important;
} .ws40con-rain__svg .ws40con-rain__wave--a { fill: #1f6fd6 !important; }
.ws40con-rain__svg .ws40con-rain__wave--b { fill: #7fb6ee !important; }
.ws40con-rain__svg .ws40con-rain__ring    { fill: none !important; stroke: #8fc0ee !important; }
.ws40con-rain__svg .ws40con-rain__pct     { fill: #0f1c2e !important; }
.ws40con-rain__gauge.is-filled .ws40con-rain__svg .ws40con-rain__pct { fill: #fff !important; }
@supports (fill: color-mix(in srgb, red, blue)) {
.ws40con-rain__svg .ws40con-rain__wave--a { fill: var(--ws40con-blue, #1f6fd6) !important; }
.ws40con-rain__svg .ws40con-rain__wave--b { fill: color-mix(in srgb, var(--ws40con-blue, #1f6fd6) 60%, #fff) !important; }
.ws40con-rain__svg .ws40con-rain__ring    { stroke: color-mix(in srgb, var(--ws40con-blue, #1f6fd6) 40%, #fff) !important; }
.ws40con-rain__svg .ws40con-rain__pct     { fill: var(--ws40con-ink, #0f1c2e) !important; }
}.ws40-radar-wrap { margin: 0 0 12px; }
.ws40-radar__title { margin: 0 0 8px; font-size: 1.05em; font-weight: 600; }
.ws40-radar {
width: 100%;
min-height: 200px;
border-radius: 10px;
overflow: hidden;
background: #1b2430;
z-index: 0;
}
.ws40-radar .leaflet-container { font: inherit; background: #1b2430; }
.ws40-radar__attr {
margin: 6px 2px 0;
font-size: 11px;
line-height: 1.4;
color: #6b7280;
}
.ws40-radar__attr a { color: #6b7280; text-decoration: none; }
.ws40-radar__attr a:hover { text-decoration: underline; } .ws40-radar__bar {
position: absolute;
left: 50%;
bottom: 12px;
transform: translateX(-50%);
z-index: 500;
display: flex;
flex-direction: column;
gap: 7px;
width: min(340px, calc(100% - 24px));
padding: 9px 12px 8px;
background: rgba(17, 24, 39, .82);
border-radius: 14px;
box-shadow: 0 4px 16px rgba(0, 0, 0, .35);
color: #fff;
font-size: 12px;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.ws40-radar__row {
display: flex;
align-items: center;
gap: 8px;
}
.ws40-radar__btn {
width: 30px; height: 30px;
border: 0;
border-radius: 50%;
background: rgba(255, 255, 255, .14);
color: #fff;
font-size: 13px;
line-height: 1;
cursor: pointer;
padding: 0;
display: flex; align-items: center; justify-content: center;
transition: background .15s ease;
}
.ws40-radar__btn:hover { background: rgba(255, 255, 255, .28); }
.ws40-radar__play { background: #2563eb; }
.ws40-radar__play:hover { background: #1d4ed8; }
.ws40-radar__time {
margin-left: auto;
display: inline-flex;
align-items: center;
gap: 6px;
font-weight: 600;
font-variant-numeric: tabular-nums;
letter-spacing: .02em;
}
.ws40-radar__dot {
width: 8px; height: 8px;
border-radius: 50%;
background: transparent;
flex: 0 0 auto;
}
.ws40-radar__bar.is-live .ws40-radar__dot {
background: #ef4444;
animation: ws40-radar-pulse 1.6s infinite;
}
.ws40-radar__bar.is-forecast .ws40-radar__tlabel { color: #fcd34d; }
@keyframes ws40-radar-pulse {
0%   { box-shadow: 0 0 0 0 rgba(239, 68, 68, .55); }
70%  { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.ws40-radar__timeline {
position: relative;
height: 14px;
cursor: pointer;
display: flex;
align-items: center;
}
.ws40-radar__timeline::before {
content: "";
position: absolute;
left: 0; right: 0; top: 50%;
height: 4px;
transform: translateY(-50%);
background: rgba(255, 255, 255, .22);
border-radius: 999px;
}
.ws40-radar__tl-fill {
position: absolute;
left: 0; top: 50%;
height: 4px;
width: 0;
transform: translateY(-50%);
background: #60a5fa;
border-radius: 999px;
pointer-events: none;
}
.ws40-radar__tl-now {
position: absolute;
top: 50%;
width: 2px; height: 12px;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, .65);
display: none;
pointer-events: none;
}
.ws40-radar__tl-knob {
position: absolute;
top: 50%;
left: 0;
width: 12px; height: 12px;
border-radius: 50%;
background: #fff;
transform: translate(-50%, -50%);
box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
pointer-events: none;
}.ws40-forecast {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 100%;
margin: 0 auto;
}
.ws40-forecast__title {
font-size: 1.1em;
font-weight: 600;
color: #1d2327;
margin: 0 0 14px;
}
.ws40-forecast__grid {
display: flex;
flex-direction: row;
overflow-x: auto;
overflow-y: visible;
gap: 12px;
padding-bottom: 12px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
justify-content: flex-start;
scrollbar-width: thin;
scrollbar-color: var(--ws40con-blue, #1D9E75) #e0e0e0;
}
.ws40-forecast__grid::-webkit-scrollbar {
height: 6px;
}
.ws40-forecast__grid::-webkit-scrollbar-track {
background: #e0e0e0;
border-radius: 3px;
}
.ws40-forecast__grid::-webkit-scrollbar-thumb {
background: var(--ws40con-blue, #1D9E75);
border-radius: 3px;
}
.ws40-forecast__grid::-webkit-scrollbar-button {
display: none;
}
.ws40-forecast__card {
flex: 0 0 168px;
min-width: 168px;
max-width: 168px;
scroll-snap-align: start;
}   .ws40-forecast__card {
background: #ffffff;
border: 1px solid #dcdcde;
border-top: 3px solid #1D9E75;
border-radius: 8px;
padding: 14px 12px 12px;
text-align: center;
transition: box-shadow 0.15s ease;
}
.ws40-forecast__card:hover {
box-shadow: 0 2px 8px rgba(0,0,0,.08);
} .ws40-forecast__day {
font-size: 13px;
font-weight: 700;
color: #1d2327;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.ws40-forecast__date {
font-size: 11px;
color: #8c8f94;
margin-bottom: 8px;
} .ws40-forecast__icon {
margin-bottom: 4px;
line-height: 1;
}
.ws40-forecast__icon-img {
width: 56px;
height: 56px;
display: inline-block;
}
.ws40-forecast__icon-svg {
width: 64px;
height: 64px;
}
.ws40-forecast__icon-emoji {
font-size: 40px;
display: inline-block;
line-height: 1.1;
} .ws40-forecast__desc {
font-size: 11px;
color: #646970;
margin-bottom: 10px;
min-height: 16px;
line-height: 1.3;
} .ws40-forecast__temps {
display: flex;
align-items: center;
justify-content: center;
gap: 3px;
margin-bottom: 8px;
white-space: nowrap;
overflow: visible;
}
.ws40-forecast__max {
font-size: 15px;
font-weight: 700;
color: #c0392b;
}
.ws40-forecast__sep {
font-size: 11px;
color: #c3c4c7;
}
.ws40-forecast__min {
font-size: 15px;
font-weight: 700;
color: #2271b1;
} .ws40-forecast__extras {
display: flex;
flex-direction: column;
gap: 3px;
margin-bottom: 8px;
}
.ws40-forecast__extra {
font-size: 11px;
color: #50575e;
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
}
.ws40-forecast__extra-icon {
font-size: 12px;
} .ws40-forecast__moon {
border-top: 1px solid #f0f0f1;
padding-top: 8px;
margin-top: 4px;
}
.ws40-forecast__moon-emoji {
font-size: 18px;
display: block;
line-height: 1.2;
}
.ws40-forecast__moon-name {
font-size: 10px;
color: #8c8f94;
display: block;
margin-top: 2px;
}   .ws40-forecast__loading .ws40-forecast__skeleton {
background: #f6f7f7;
border: 1px solid #dcdcde;
border-top: 3px solid #dcdcde;
border-radius: 8px;
min-height: 200px;
animation: ws40fc-pulse 1.4s ease-in-out infinite;
}
@keyframes ws40fc-pulse {
0%, 100% { opacity: 1; }
50%       { opacity: 0.5; }
} .ws40-forecast__error {
color: #b32d2e;
font-size: 13px;
background: #fef2f2;
border: 1px solid #f7bdbd;
border-radius: 6px;
padding: 10px 14px;
margin: 0;
}   @media (max-width: 480px) {
.ws40-forecast__icon-img {
width: 44px;
height: 44px;
}
.ws40-forecast__icon-emoji {
font-size: 32px;
}
.ws40-forecast__max,
.ws40-forecast__min {
font-size: 14px;
}
}.ws40-aq {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 100%;
margin: 0 auto;
}
.ws40-aq__head {
display: flex;
align-items: baseline;
justify-content: space-between;
margin: 0 0 12px;
gap: 10px;
}
.ws40-aq__title {
font-size: 1.1em;
font-weight: 600;
color: #1d2327;
margin: 0;
}
.ws40-aq__time {
font-size: 12px;
color: #8c8f94;
}
.ws40-aq__grid {
display: flex;
flex-direction: row;
overflow-x: auto;
overflow-y: visible;
gap: 12px;
padding-bottom: 12px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
justify-content: flex-start;
align-items: stretch;
scrollbar-width: thin;
scrollbar-color: var(--ws40con-blue, #1D9E75) #e0e0e0;
}
.ws40-aq__grid::-webkit-scrollbar { height: 6px; }
.ws40-aq__grid::-webkit-scrollbar-track { background: #e0e0e0; border-radius: 3px; }
.ws40-aq__grid::-webkit-scrollbar-thumb { background: var(--ws40con-blue, #1D9E75); border-radius: 3px; }
.ws40-aq__grid::-webkit-scrollbar-button { display: none; } .ws40-aq__card {
flex: 0 0 132px;
min-width: 132px;
max-width: 132px;
scroll-snap-align: start;
box-sizing: border-box;
display: flex;
flex-direction: column;
background: #ffffff;
border: 1px solid #dcdcde;
border-top: 4px solid #9e9e9e; border-radius: 8px;
padding: 12px 10px 12px;
text-align: center;
transition: box-shadow 0.15s ease;
}
.ws40-aq__card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.ws40-aq__label {
font-size: 12px;
font-weight: 600;
color: #50575e;
letter-spacing: .02em;
} .ws40-aq__band {
display: inline-block;
align-self: center;
font-size: 11px;
font-weight: 600;
line-height: 1;
padding: 3px 11px;
border-radius: 999px;
margin: 6px 0 4px;
}
.ws40-aq__value {
font-size: 25px;
font-weight: 700;
line-height: 1.1;
color: #1d2327;
margin: 4px 0 2px;
}
.ws40-aq__unit {
display: block;
font-size: 11px;
font-weight: 600;
color: #8c8f94;
letter-spacing: .02em;
} .ws40-aq__foot {
margin-top: auto;
border-top: 1px solid #f0f0f1;
padding-top: 7px;
margin-top: 10px;
font-size: 11px;
color: #8c8f94;
line-height: 1.5;
}
.ws40-aq__foot--push { margin-top: auto; }
.ws40-aq__cap {
margin-top: 6px;
font-size: 12px;
color: #646970;
}
.ws40-aq__nodata {
padding: 16px;
background: #f6f7f7;
border: 1px solid #dcdcde;
border-radius: 6px;
font-size: 13px;
color: #50575e;
}
@media (max-width: 480px) {
.ws40-aq__value { font-size: 22px; }
}.ws40-sun { font-size:14px; color:#1d2327; max-width:520px; }
.ws40-sun__title { margin:0 0 12px; font-size:18px; font-weight:700; }
.ws40-sun__list {
background:#fff; border:1px solid #e3e5e8; border-radius:10px;
box-shadow:0 1px 2px rgba(0,0,0,.04); overflow:hidden;
}
.ws40-sun__row {
display:flex; align-items:center; gap:10px;
padding:10px 14px; border-bottom:1px solid #f0f0f1;
}
.ws40-sun__row:last-child { border-bottom:0; }
.ws40-sun__icon { width:22px; text-align:center; flex:0 0 22px; }
.ws40-sun__img { width:22px; height:22px; display:block; }
.ws40-sun__label { color:#3c434a; flex:1 1 auto; }
.ws40-sun__value { font-weight:600; color:#1d2327; white-space:nowrap; }
.ws40-sun__attr { margin:8px 0 0; font-size:12px; color:#646970; }