.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(//newwave-events.co.uk/wp-content/plugins/nwe-venue-finder/assets/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//newwave-events.co.uk/wp-content/plugins/nwe-venue-finder/assets/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(//newwave-events.co.uk/wp-content/plugins/nwe-venue-finder/assets/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;
}
}.nwe-vf {
--nwe-accent: #0d9488;
--nwe-water: #fbfdff;
--nwe-map-height: 520px;
--nwe-ink: #1e293b;
--nwe-muted: #64748b;
--nwe-line: #dbe3ec;
font-family: inherit;
color: var(--nwe-ink);
max-width: 100%;
}
.nwe-vf *, .nwe-vf *::before, .nwe-vf *::after { box-sizing: border-box; } .nwe-vf .nwe-vf-bar {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
justify-content: center;
margin: 0 0 18px;
padding: 0;
}
.nwe-vf input.nwe-vf-input {
flex: 1 1 260px;
max-width: 480px;
min-width: 0;
margin: 0;
padding: 12px 20px !important;
font-size: 16px !important;
line-height: 1.3 !important;
border: 1.5px solid var(--nwe-line) !important;
border-radius: 999px !important;
background: #ffffff !important;
color: var(--nwe-ink) !important;
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.nwe-vf input.nwe-vf-input:focus {
outline: none !important;
border-color: var(--nwe-accent) !important;
box-shadow: 0 0 0 3px color-mix(in srgb, var(--nwe-accent) 18%, transparent);
}
.nwe-vf .nwe-vf-radius {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: var(--nwe-muted);
margin: 0;
font-weight: 400;
}
.nwe-vf select.nwe-vf-select {
-webkit-appearance: none;
appearance: none;
margin: 0;
padding: 11px 38px 11px 16px !important;
font-size: 15px !important;
line-height: 1.3 !important;
border: 1.5px solid var(--nwe-line) !important;
border-radius: 999px !important;
background: #ffffff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 15px center !important;
color: var(--nwe-ink) !important;
cursor: pointer;
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.nwe-vf button.nwe-vf-btn {
margin: 0;
padding: 12px 28px !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
letter-spacing: normal !important;
text-transform: none !important;
border: none !important;
border-radius: 999px !important;
background: var(--nwe-accent) !important;
color: #ffffff !important;
cursor: pointer;
box-shadow: 0 2px 8px color-mix(in srgb, var(--nwe-accent) 35%, transparent);
transition: filter 0.15s ease, transform 0.1s ease;
}
.nwe-vf button.nwe-vf-btn:hover { filter: brightness(1.08); background: var(--nwe-accent) !important; }
.nwe-vf button.nwe-vf-btn:active { transform: scale(0.98); }
.nwe-vf button.nwe-vf-btn:disabled { opacity: 0.7; cursor: wait; } .nwe-vf .nwe-vf-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 330px;
gap: 18px;
align-items: stretch;
}
@media (max-width: 880px) {
.nwe-vf .nwe-vf-grid { grid-template-columns: 1fr; }
.nwe-vf .nwe-vf-side { max-height: none; }
} .nwe-vf .nwe-vf-map {
height: var(--nwe-map-height);
min-height: 320px;
border-radius: 18px;
background: var(--nwe-water);
border: 1px solid var(--nwe-line);
box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
overflow: hidden;
z-index: 0;
}
.nwe-vf .nwe-vf-map.leaflet-container {
background: var(--nwe-water);
font: inherit;
}
.nwe-vf .nwe-vf-dot {
cursor: pointer;
filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.35));
}
.nwe-vf .nwe-vf-tip {
background: var(--nwe-ink);
color: #fff;
border: none;
border-radius: 8px;
padding: 6px 11px;
font-size: 13px;
font-weight: 600;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
}
.nwe-vf .nwe-vf-tip::before { display: none; } .nwe-vf .leaflet-popup-content-wrapper {
border-radius: 14px;
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
padding: 0;
overflow: hidden;
}
.nwe-vf .leaflet-popup-content { margin: 0; width: 240px !important; font: inherit; }
.nwe-vf .nwe-vf-pop-img {
display: block;
width: 100%;
height: 110px;
object-fit: cover;
margin: 0;
}
.nwe-vf .nwe-vf-pop-body {
display: flex;
flex-direction: column;
gap: 3px;
padding: 12px 14px 14px;
font-size: 14px;
}
.nwe-vf .nwe-vf-pop-body strong { font-size: 15px; line-height: 1.3; color: var(--nwe-ink); }
.nwe-vf .nwe-vf-pop-meta { color: var(--nwe-muted); font-size: 13px; }
.nwe-vf .nwe-vf-pop-dist { color: var(--nwe-accent); font-weight: 600; font-size: 13px; }
.nwe-vf a.nwe-vf-pop-link {
margin-top: 7px;
font-weight: 600;
font-size: 14px;
color: var(--nwe-accent) !important;
text-decoration: none !important;
}
.nwe-vf a.nwe-vf-pop-link:hover { text-decoration: underline !important; } .nwe-vf .nwe-vf-side {
display: flex;
flex-direction: column;
gap: 10px;
max-height: var(--nwe-map-height);
min-width: 0;
}
.nwe-vf .nwe-vf-summary {
font-size: 14px;
color: var(--nwe-muted);
line-height: 1.45;
padding: 2px 4px;
}
.nwe-vf .nwe-vf-summary.nwe-vf-error { color: #b91c1c; }
.nwe-vf .nwe-vf-hint { color: var(--nwe-muted); }
.nwe-vf .nwe-vf-list {
display: flex;
flex-direction: column;
gap: 8px;
overflow-y: auto;
padding: 2px;
scrollbar-width: thin;
}
.nwe-vf .nwe-vf-card {
cursor: pointer;
display: flex;
flex-direction: column;
gap: 2px;
padding: 12px 14px;
border: 1px solid var(--nwe-line);
border-radius: 14px;
background: #fff;
text-decoration: none !important;
color: inherit;
transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
}
.nwe-vf .nwe-vf-card:hover {
border-color: var(--nwe-accent);
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
transform: translateY(-1px);
}
.nwe-vf .nwe-vf-card-title {
font-weight: 600;
font-size: 15px;
line-height: 1.35;
color: var(--nwe-ink);
}
.nwe-vf .nwe-vf-card-meta { font-size: 13px; color: var(--nwe-muted); }
.nwe-vf .nwe-vf-card-dist {
margin-top: 4px;
align-self: flex-start;
font-size: 12.5px;
font-weight: 600;
color: var(--nwe-accent);
background: color-mix(in srgb, var(--nwe-accent) 10%, #ffffff);
border-radius: 999px;
padding: 2px 10px;
} .nwe-vf .nwe-vf-admin-note {
margin: 0 0 14px;
padding: 12px 16px;
border: 1px solid #f0c36d;
border-left-width: 4px;
border-radius: 10px;
background: #fffaf0;
color: #7c5a12;
font-size: 14px;
line-height: 1.5;
}
.nwe-vf .nwe-vf-admin-note a { color: #7c5a12; font-weight: 600; } .nwe-vf .nwe-vf-credit {
margin-top: 10px;
font-size: 11.5px;
color: #94a3b8;
text-align: center;
}
.nwe-vf .nwe-vf-credit a { color: inherit; } .nwe-vf .leaflet-control-zoom {
border: none;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
border-radius: 12px;
overflow: hidden;
}
.nwe-vf .leaflet-control-zoom a {
background: #fff;
color: var(--nwe-ink);
border-bottom: 1px solid var(--nwe-line);
}
.nwe-vf .leaflet-control-zoom a:hover { background: #f1f5f9; } .nwe-vf .nwe-vf-input-wrap { position: relative; flex: 1 1 260px; max-width: 480px; min-width: 0; }
.nwe-vf .nwe-vf-input-wrap input.nwe-vf-input { width: 100%; max-width: none; }
.nwe-vf ul.nwe-vf-suggest {
position: absolute;
top: calc(100% + 6px);
left: 0;
right: 0;
margin: 0;
padding: 6px;
list-style: none;
background: #fff;
border: 1px solid var(--nwe-line);
border-radius: 14px;
box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
z-index: 1100;
max-height: 300px;
overflow-y: auto;
}
.nwe-vf ul.nwe-vf-suggest li.nwe-vf-suggest-item {
padding: 9px 12px;
border-radius: 9px;
cursor: pointer;
font-size: 14.5px;
color: var(--nwe-ink);
margin: 0;
list-style: none;
}
.nwe-vf ul.nwe-vf-suggest li.nwe-vf-suggest-item.is-active { background: #f1f5f9; }
.nwe-vf .nwe-vf-suggest-sub { color: var(--nwe-muted); font-size: 12.5px; }
.nwe-vf ul.nwe-vf-suggest li.nwe-vf-suggest-powered {
padding: 6px 12px 2px;
font-size: 10.5px;
color: #94a3b8;
text-align: right;
cursor: default;
list-style: none;
} .nwe-vf button.nwe-vf-clearbtn {
margin: 0;
padding: 12px 20px !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
letter-spacing: normal !important;
text-transform: none !important;
border: 1.5px solid var(--nwe-line) !important;
border-radius: 999px !important;
background: #ffffff !important;
color: var(--nwe-muted) !important;
cursor: pointer;
transition: border-color 0.15s ease, color 0.15s ease;
}
.nwe-vf button.nwe-vf-clearbtn:hover {
border-color: var(--nwe-accent) !important;
color: var(--nwe-accent) !important;
background: #ffffff !important;
} .nwe-vf .nwe-vf-modal-overlay {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(15, 23, 42, 0.55);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
}
.nwe-vf .nwe-vf-modal {
position: relative;
width: 100%;
max-width: 660px;
max-height: min(85vh, 760px);
display: flex;
flex-direction: column;
background: #fff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 24px 70px rgba(15, 23, 42, 0.35);
animation: nweVfModalIn 0.18s ease;
}
@keyframes nweVfModalIn {
from { opacity: 0; transform: translateY(10px) scale(0.98); }
to   { opacity: 1; transform: none; }
}
.nwe-vf button.nwe-vf-modal-close {
position: absolute;
top: 12px;
right: 12px;
z-index: 2;
width: 36px;
height: 36px;
padding: 0 !important;
border: none !important;
border-radius: 999px !important;
background: rgba(255, 255, 255, 0.92) !important;
color: var(--nwe-ink) !important;
font-size: 22px !important;
line-height: 1 !important;
cursor: pointer;
box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2);
}
.nwe-vf button.nwe-vf-modal-close:hover { background: #ffffff !important; }
.nwe-vf .nwe-vf-modal-img {
float: left;
width: 250px;
max-width: 46%;
aspect-ratio: 1 / 1;
height: auto;
object-fit: cover;
border-radius: 14px;
margin: 4px 20px 12px 0;
}
.nwe-vf .nwe-vf-modal-body { padding: 24px 28px 28px; overflow-y: auto; flex: 1 1 auto; min-width: 0; } .nwe-vf .nwe-vf-modal-body,
.nwe-vf .nwe-vf-modal-body p,
.nwe-vf .nwe-vf-modal-body div,
.nwe-vf .nwe-vf-modal-body h3,
.nwe-vf .nwe-vf-modal-body h4 { text-align: left !important; }
.nwe-vf .nwe-vf-modal-title { margin: 0 0 6px; font-size: 22px; line-height: 1.25; color: var(--nwe-ink); }
.nwe-vf .nwe-vf-modal-meta {
font-size: 13.5px;
color: var(--nwe-muted);
margin: 0 0 12px;
display: flex;
flex-wrap: wrap;
gap: 6px 10px;
align-items: center;
}
.nwe-vf .nwe-vf-modal-dist {
font-size: 12.5px;
font-weight: 600;
color: var(--nwe-accent);
background: color-mix(in srgb, var(--nwe-accent) 10%, #ffffff);
border-radius: 999px;
padding: 2px 10px;
}
.nwe-vf .nwe-vf-modal-short { font-size: 15px; line-height: 1.55; color: var(--nwe-ink); margin: 0 0 14px; font-weight: 500; }
.nwe-vf .nwe-vf-modal-heading { margin: 0 0 8px; font-size: 17px; color: var(--nwe-ink); }
.nwe-vf .nwe-vf-modal-content { font-size: 14.5px; line-height: 1.65; color: #334155; }
.nwe-vf .nwe-vf-modal-content p { margin: 0 0 12px; }
.nwe-vf .nwe-vf-modal-content img { max-width: 100%; height: auto; border-radius: 12px; }
@media (max-width: 640px) {
.nwe-vf .nwe-vf-modal-overlay { padding: 10px; }
.nwe-vf .nwe-vf-modal-img { float: none; width: 100%; max-width: 100%; margin: 4px 0 14px; }
} .nwe-vf .nwe-vf-modal-readmore { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--nwe-line); }
.nwe-vf button.nwe-vf-modal-toggle {
margin: 2px 0 0;
padding: 0 !important;
border: none !important;
background: none !important;
color: var(--nwe-accent) !important;
font-size: 14px !important;
font-weight: 600 !important;
cursor: pointer;
text-decoration: underline;
text-underline-offset: 3px;
}