
    @media (min-width: 769px) {
        .wvarc-connection-table thead th:first-child .wvarc-sort-header {
            gap: 4px;
            white-space: nowrap;
        }
        .wvarc-connection-table thead th:first-child .wvarc-sort-header > span:first-child {
            white-space: nowrap;
        }
    }
    


        .wvarc-page-shell {
            background: #003366;
            color: #fff3c8;
            font-family: Roboto, Arial, sans-serif;
            margin: 0;
            margin-top: -14px;
            min-height: 100vh;
            overflow-x: hidden;
            position: relative;
            max-width: 100%;
            width: 100%;
        }
        .et_pb_section:has(.wvarc-page-shell),
        .et_pb_row:has(.wvarc-page-shell),
        .et_pb_column:has(.wvarc-page-shell),
        .et_pb_module:has(.wvarc-page-shell),
        .et_pb_text_inner:has(.wvarc-page-shell) {
            margin: 0 !important;
            max-width: none !important;
            padding: 0 !important;
            width: 100% !important;
        }
        .et_pb_text_inner:has(.wvarc-page-shell) {
            line-height: 0 !important;
        }
        .et_pb_text_inner:has(.wvarc-page-shell) .wvarc-page-shell {
            line-height: normal !important;
        }
        .wvarc-mobile-nav-bar {
            display: none;
        }
        .wvarc-mobile-nav-toggle {
            align-items: center;
            background: transparent;
            border: 0;
            cursor: pointer;
            display: none;
            height: 64px;
            justify-content: center;
            margin: 0 auto;
            padding: 0;
            width: 64px;
        }
        .wvarc-mobile-nav-toggle span {
            background: #ffffff;
            border-radius: 2px;
            display: block;
            height: 3px;
            margin: 4px 0;
            transition: opacity .16s ease, transform .16s ease;
            width: 28px;
        }
        .wvarc-page-shell.is-mobile-nav-open .wvarc-mobile-nav-toggle span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
        .wvarc-page-shell.is-mobile-nav-open .wvarc-mobile-nav-toggle span:nth-child(2) {
            opacity: 0;
        }
        .wvarc-page-shell.is-mobile-nav-open .wvarc-mobile-nav-toggle span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }
        .wvarc-shell-nav {
            align-items: center;
            background: #003366;
            box-sizing: border-box;
            display: flex;
            gap: 0;
            justify-content: center;
            min-height: 64px;
            padding: 0 24px;
            text-align: center;
        }
        .wvarc-shell-nav__item {
            align-items: center;
            display: inline-flex;
            min-height: 64px;
            position: relative;
        }
        .wvarc-shell-nav__link,
        .wvarc-shell-nav > a {
            color: #ffffff !important;
            display: inline-flex;
            align-items: center;
            font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 2px;
            line-height: 24px;
            min-height: 64px;
            padding: 0 15px;
            text-decoration: none !important;
            text-transform: uppercase;
            white-space: nowrap;
        }
        .wvarc-shell-nav__link:hover,
        .wvarc-shell-nav__link:focus,
        .wvarc-shell-nav__link.is-active,
        .wvarc-shell-nav > a:hover,
        .wvarc-shell-nav > a:focus,
        .wvarc-shell-nav > a.is-active {
            color: #ffffff !important;
            text-decoration: none !important;
        }
        .wvarc-shell-nav__item.is-open > .wvarc-shell-nav__link {
            background: rgba(255, 255, 255, .08);
            color: rgba(255, 255, 255, .72) !important;
        }
        .wvarc-shell-nav__item.is-open > .wvarc-shell-nav__link span {
            transform: rotate(180deg);
        }
        .wvarc-shell-nav span {
            color: #ffffff;
            font-size: 14px;
            margin-left: 4px;
            transition: transform .16s ease;
        }
        .wvarc-shell-nav__menu {
            background: #003f77;
            box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
            display: none;
            left: 50%;
            min-width: 230px;
            padding: 10px 0;
            position: absolute;
            top: 64px;
            transform: translateX(-50%);
            z-index: 50;
        }
        .wvarc-shell-nav__item.is-open .wvarc-shell-nav__menu {
            display: block;
        }
        .wvarc-shell-nav__menu a {
            color: #f7f7f7 !important;
            display: block;
            font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 2px;
            line-height: 1.25;
            padding: 12px 18px;
            text-align: left;
            text-decoration: none !important;
            text-transform: uppercase;
            white-space: nowrap;
        }
        .wvarc-shell-nav__menu a:hover,
        .wvarc-shell-nav__menu a:focus {
            background: #003366;
            color: #ffffff !important;
        }
        .full-width-wrapper {
            background-color: #111111 !important;
            border: none;
            height: 330px;
            margin: 0 auto;
            overflow: hidden;
            padding: 0;
            width: 100%;
        }
        .custom-wvarc-header {
            color: #ffffff;
            font-family: sans-serif;
            height: 100%;
            margin: 0 auto;
            max-width: 1476px;
            padding: 0 5%;
            position: relative;
            width: 100%;
        }
        .custom-wvarc-header .logo-box {
            align-items: center;
            display: flex;
            height: 330px;
            justify-content: center;
            left: 150px;
            overflow: hidden;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .custom-wvarc-header .logo-box img {
            display: block;
            height: 320px;
            width: auto;
        }
        .custom-wvarc-header .text-block {
            align-items: center;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            padding-left: 0;
            text-align: center;
            width: 100%;
        }
        .wvarc-page-shell .custom-wvarc-header h1.club-title {
            color: #f6c43d !important;
            font-family: sans-serif !important;
            font-size: 36px !important;
            font-weight: bold !important;
            letter-spacing: 0 !important;
            line-height: 1.1 !important;
            margin: 0 !important;
            text-transform: none !important;
            white-space: nowrap;
        }
        .wvarc-page-shell .custom-wvarc-header .sub-text {
            color: #00A3DA !important;
            font-family: sans-serif !important;
            font-size: 20px !important;
            font-weight: 500 !important;
            letter-spacing: 0 !important;
            line-height: 1.2 !important;
            margin-top: 4px !important;
            text-transform: none !important;
        }
        .wvarc-shell-main {
            background: #003366;
            box-sizing: border-box;
            padding: 40px 0 112px;
        }
        .wvarc-donate-bar,
        .wvarc-donate-bar * {
            box-sizing: border-box;
        }
        .wvarc-donate-bar {
            background-color: #DAA520 !important;
            margin: 0 !important;
            overflow: hidden !important;
            padding: 38px 12px 44px !important;
            text-align: center;
            width: 100%;
        }
        .wvarc-donate-title {
            color: #003366 !important;
            font-family: Georgia, "Times New Roman", serif !important;
            font-size: 19px !important;
            font-weight: 700 !important;
            line-height: 1.15 !important;
            margin: 0 0 12px !important;
            padding: 0 !important;
        }
        .wvarc-donate-link {
            display: inline-block;
            line-height: 0 !important;
            margin: 0 !important;
            overflow: hidden !important;
            padding: 0 !important;
        }
        .wvarc-donate-image {
            border: 0 !important;
            display: block;
            height: auto !important;
            margin: 0 auto !important;
            max-width: 80vw !important;
            padding: 0 !important;
            width: 180px !important;
        }
        .wvarc-shell-footer {
            background: #003366;
            border-top: 0;
            box-sizing: border-box;
            color: #fff3c8;
            font-family: Roboto, Arial, sans-serif;
            padding: 36px 24px 34px;
            text-align: center;
        }
        .wvarc-shell-footer nav {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 0 8px;
            justify-content: center;
            margin: 0 auto 40px;
            max-width: 1110px;
        }
        .wvarc-shell-footer a {
            color: #ffffff !important;
            font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 2px;
            line-height: 1.2;
            padding: 8px 9px;
            text-decoration: none !important;
            text-transform: uppercase;
        }
        .wvarc-shell-footer p {
            color: #fff3c8;
            font-size: 13px !important;
            line-height: 1.45;
            margin: 0;
        }
        .wvarc-shell-footer__address {
            color: #F6C43D !important;
            font-size: 15px !important;
            margin-bottom: 36px !important;
            text-align: center;
        }
        .wvarc-shell-footer__lower {
            align-items: flex-start;
            display: grid;
            gap: 24px;
            grid-template-columns: minmax(0, 1fr) 180px;
            margin: 0 auto;
            max-width: 1110px;
            text-align: left;
        }
        .wvarc-shell-footer__copy {
            display: grid;
            gap: 17px;
        }
        .wvarc-shell-footer__copy a {
            color: #ffffff !important;
            font-family: inherit;
            font-size: inherit;
            letter-spacing: 0;
            padding: 0;
            text-decoration: underline !important;
            text-transform: none;
        }
        .wvarc-shell-footer__powered {
            align-self: end;
            color: #ffffff;
            display: grid;
            gap: 8px;
            justify-items: center;
            margin-top: 54px;
            text-align: center;
        }
        .wvarc-shell-footer__powered span {
            font-size: 13px;
        }
        .wvarc-shell-footer__powered strong {
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.1;
        }
        body.page-id-650 .entry-title.main_title,
        body.page-id-650 h1.entry-title,
        body.page-id-650 .et_post_meta_wrapper {
            display: none !important;
        }
        body.page-id-650 #post-650 {
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            padding: 0 !important;
        }
        .wvarc-node-status {
            --wvarc-navy: #003366;
            --wvarc-navy-2: #04284f;
            --wvarc-blue: #05658c;
            --wvarc-gold: #DAA520;
            --wvarc-bright-gold: #F6C43D;
            --wvarc-cream: #fff3c8;
            --wvarc-red: #cc0000;
            --wvarc-green: #39ff62;
            --wvarc-line: rgba(246, 196, 61, .42);
            color: var(--wvarc-cream);
            width: min(92vw, 1200px);
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            transform: none;
            font-family: inherit;
        }
        .wvarc-node-status * { box-sizing: border-box; }
        .wvarc-node-status__updated {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 8px;
            min-width: 180px;
        }
        .wvarc-node-status__updated small {
            color: var(--wvarc-cream);
            font-size: 12px;
            line-height: 1.25;
        }
        .wvarc-node-status__updated b {
            color: var(--wvarc-bright-gold);
            font-weight: 900;
        }
        .wvarc-node-status__pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(0, 51, 102, .45);
            background: var(--wvarc-bright-gold);
            color: var(--wvarc-navy);
            border-radius: 999px;
            padding: 8px 12px;
            font-size: 13px;
            line-height: 1;
            font-weight: 900;
            white-space: nowrap;
        }
        .wvarc-node-status__pill i {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--wvarc-gold);
            box-shadow: 0 0 0 3px rgba(218, 165, 32, .16);
        }
        .wvarc-state-online i {
            background: #00a33a;
            box-shadow: 0 0 0 3px rgba(0, 163, 58, .18);
        }
        .wvarc-state-offline i,
        .wvarc-state-unavailable i,
        .wvarc-state-invalid i {
            background: var(--wvarc-red);
            box-shadow: 0 0 0 3px rgba(204, 0, 0, .2);
        }
        .wvarc-node-status__sites {
            display: grid;
            gap: 18px;
        }
        .wvarc-site {
            border: 1px solid var(--wvarc-line) !important;
            border-radius: 8px;
            background: var(--wvarc-navy) !important;
            overflow: hidden;
        }
        .wvarc-site__head {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 14px;
            align-items: center;
            padding: 14px 20px;
            background: var(--wvarc-blue);
            border-bottom: 1px solid var(--wvarc-line);
        }
        .wvarc-site__head h2 {
            margin: 0;
            color: var(--wvarc-bright-gold);
            font-size: 22px;
            line-height: 1.15;
            letter-spacing: 0;
            font-weight: 900;
        }
        .wvarc-site__meta {
            margin: 4px 0 0;
            color: var(--wvarc-cream);
            font-size: 13px;
            line-height: 1.35;
        }
        .wvarc-site__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 8px;
        }
        .wvarc-broadcastify-link {
            align-items: center;
            background: var(--wvarc-bright-gold) !important;
            border: 1px solid rgba(255, 243, 200, .55);
            border-radius: 6px;
            color: var(--wvarc-navy) !important;
            display: inline-flex;
            font-size: 13px;
            font-weight: 900;
            line-height: 1;
            min-height: 30px;
            padding: 7px 11px;
            text-decoration: none !important;
        }
        .wvarc-broadcastify-link:hover,
        .wvarc-broadcastify-link:focus {
            background: var(--wvarc-cream) !important;
            color: var(--wvarc-navy) !important;
            text-decoration: none !important;
        }
        .wvarc-site__body {
            padding: 16px 20px 20px;
            max-width: 100%;
            min-width: 0;
            overflow-x: hidden;
            overflow-y: visible;
        }
        .wvarc-section-title {
            margin: 0 0 14px;
            color: var(--wvarc-bright-gold);
            font-size: 24px;
            line-height: 1.2;
            font-weight: 900;
        }
        .wvarc-talker-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            grid-auto-rows: 1fr;
            align-items: stretch;
            gap: 10px;
            margin-bottom: 18px;
        }
        .wvarc-talker-card {
            display: flex;
            flex-direction: column;
            min-width: 0;
            min-height: 118px;
            border: 1px solid var(--wvarc-line);
            border-radius: 8px;
            background: var(--wvarc-blue);
            padding: 10px;
            overflow-wrap: anywhere;
        }
        .wvarc-talker-card span {
            display: block;
            color: var(--wvarc-cream);
            font-size: 13px;
            line-height: 1.25;
        }
        .wvarc-talker-card__header {
            display: block;
            min-width: 0;
        }
        .wvarc-talker-card__header .wvarc-talker-card__title {
            min-width: 0;
            white-space: nowrap;
        }
        .wvarc-talker-card__header .wvarc-talker-card__title .wvarc-talker-card__clock-inline {
            display: inline;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            letter-spacing: 0;
            line-height: inherit;
            white-space: nowrap;
        }
        .wvarc-talker-card__header .wvarc-talker-card__title .wvarc-talker-card__clock-separator {
            display: inline;
            font-size: 15px;
            font-weight: 700;
            line-height: inherit;
        }
        .wvarc-talker-card strong {
            display: block;
            margin-top: 8px;
            color: var(--wvarc-bright-gold);
            font-size: 19px;
            line-height: 1.1;
            font-weight: 900;
        }
        .wvarc-talker-card small {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            min-width: 0;
            margin-top: 6px;
            color: var(--wvarc-cream);
            font-size: 13px;
            line-height: 1.25;
        }
        .wvarc-talker-card .wvarc-talker-source {
            font-weight: 800;
            white-space: nowrap;
        }
        .wvarc-talker-card .wvarc-talker-location {
            margin-top: 2px;
            min-width: 0;
            white-space: normal;
            overflow-wrap: anywhere;
        }
        .wvarc-talker-card .wvarc-talker-time {
            margin-top: auto;
            padding-top: 4px;
            font-weight: 800;
            white-space: nowrap;
        }
        .wvarc-connection-table {
            table-layout: fixed;
            width: 100%;
            max-width: 100%;
            border-collapse: collapse;
            overflow: hidden;
            border: 1px solid var(--wvarc-line) !important;
            border-radius: 8px;
        }
        .wvarc-connection-table th,
        .wvarc-connection-table td {
            padding: 12px;
            border-bottom: 1px solid rgba(246, 196, 61, .34) !important;
            color: var(--wvarc-cream) !important;
            font-size: 15px;
            line-height: 1.3;
            text-align: left;
            vertical-align: top;
            overflow-wrap: anywhere;
        }
        .wvarc-connection-table th {
            background: var(--wvarc-bright-gold) !important;
            color: var(--wvarc-navy) !important;
            border-bottom: 1px solid var(--wvarc-line) !important;
            font-size: 13px;
            text-transform: uppercase;
            white-space: nowrap;
        }
        .wvarc-sort-header {
            appearance: none;
            align-items: center;
            background: transparent;
            border: 0;
            color: inherit !important;
            cursor: pointer;
            display: inline-flex;
            font: inherit;
            font-weight: inherit;
            gap: 6px;
            letter-spacing: inherit;
            margin: -4px;
            padding: 4px;
            text-transform: inherit;
            max-width: 100%;
            min-width: 0;
            white-space: normal;
        }
        .wvarc-sort-header:hover,
        .wvarc-sort-header:focus-visible {
            background: rgba(0, 51, 102, .12);
            border-radius: 4px;
            outline: 2px solid var(--wvarc-navy);
            outline-offset: 1px;
        }
        .wvarc-sort-indicator {
            color: rgba(0, 51, 102, .78);
            display: inline-block;
            font-size: 11px;
            font-weight: 900;
            line-height: .8;
            -webkit-text-stroke: .35px currentColor;
            transform: scaleY(.78);
            transform-origin: center;
        }
        .wvarc-sort-header.is-active .wvarc-sort-indicator {
            color: var(--wvarc-navy);
            font-weight: 900;
        }
        .wvarc-connection-table td {
            background: var(--wvarc-navy) !important;
        }
        .wvarc-connection-table th:nth-child(1),
        .wvarc-connection-table td:nth-child(1) {
            width: 14%;
        }
        .wvarc-connection-table th:nth-child(2),
        .wvarc-connection-table td:nth-child(2) {
            width: 37%;
        }
        .wvarc-connection-table th:nth-child(3),
        .wvarc-connection-table td:nth-child(3) {
            width: 9%;
        }
        .wvarc-connection-table th:nth-child(4),
        .wvarc-connection-table td:nth-child(4) {
            width: 14%;
        }
        .wvarc-connection-table th:nth-child(5),
        .wvarc-connection-table td:nth-child(5) {
            width: 12%;
        }
        .wvarc-connection-table th:nth-child(6),
        .wvarc-connection-table td:nth-child(6) {
            width: 14%;
        }
        .wvarc-connection-table td {
            min-width: 0;
            white-space: normal;
            word-break: normal;
        }
        .wvarc-connection-table tr:nth-child(even) td {
            background: #043b73 !important;
        }
        .wvarc-connection-table tr:last-child td {
            border-bottom: 0;
        }
        .wvarc-connection-table .wvarc-lookup-link {
            appearance: none;
            background: transparent;
            border: 0;
            color: var(--wvarc-cream) !important;
            cursor: pointer;
            font-family: inherit !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            line-height: 1.3 !important;
            margin: 0;
            max-width: 100%;
            min-width: 0;
            overflow-wrap: anywhere;
            padding: 0;
            text-align: left;
            text-decoration: none;
            white-space: normal;
        }
        .wvarc-connection-table .wvarc-lookup-link:hover,
        .wvarc-connection-table .wvarc-lookup-link:focus {
            color: var(--wvarc-cream) !important;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
        }
        .wvarc-keyed {
            color: var(--wvarc-bright-gold);
            font-weight: 900;
        }
        .wvarc-connection-hint {
            margin: -6px 0 12px;
            color: var(--wvarc-cream);
            font-size: 13px;
            line-height: 1.35;
        }
        .wvarc-sort-toolbar {
            align-items: center;
            display: flex;
            justify-content: flex-end;
            margin: 0 0 10px;
        }
        .wvarc-sort-toolbar.is-default {
            margin: 0;
        }
        .wvarc-sort-mobile {
            display: none;
        }
        .wvarc-sort-reset {
            appearance: none;
            background: transparent;
            border: 1px solid var(--wvarc-line);
            border-radius: 5px;
            color: var(--wvarc-cream) !important;
            cursor: pointer;
            font-size: 12px;
            font-weight: 800;
            line-height: 1;
            padding: 7px 10px;
        }
        .wvarc-sort-reset:hover,
        .wvarc-sort-reset:focus-visible {
            background: var(--wvarc-bright-gold);
            color: var(--wvarc-navy) !important;
            outline: 0;
        }
        .wvarc-map-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 14px 0;
        }
        .wvarc-map-button,
        .wvarc-map-close,
        .wvarc-map-fallback {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--wvarc-line);
            border-radius: 6px;
            background: var(--wvarc-bright-gold);
            color: var(--wvarc-navy) !important;
            cursor: pointer;
            font-size: 13px;
            line-height: 1;
            font-weight: 900;
            padding: 9px 12px;
            text-decoration: none !important;
        }
        .wvarc-map-button:hover,
        .wvarc-map-button:focus,
        .wvarc-map-close:hover,
        .wvarc-map-close:focus,
        .wvarc-map-fallback:hover,
        .wvarc-map-fallback:focus {
            background: #ffffff;
            color: var(--wvarc-navy) !important;
        }
        .wvarc-map-panel {
            border: 1px solid var(--wvarc-line);
            border-radius: 8px;
            background: var(--wvarc-navy-2);
            margin: 14px 0 18px;
            overflow: hidden;
        }
        .wvarc-map-panel[hidden] {
            display: none;
        }
        .wvarc-map-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 10px 12px;
            background: #001b36;
            border-bottom: 1px solid var(--wvarc-line);
        }
        .wvarc-map-head strong {
            color: var(--wvarc-bright-gold);
            font-size: 15px;
            line-height: 1.2;
            font-weight: 900;
        }
        .wvarc-map-body {
            display: grid;
            padding: 12px;
        }
        .wvarc-station-map {
            background: var(--wvarc-navy);
            border-radius: 6px;
            height: min(68vh, 620px);
            min-height: 360px;
            overflow: hidden;
            position: relative;
            width: 100%;
        }
        .wvarc-map-loading {
            align-items: center;
            background: rgba(0, 51, 102, .92);
            border: 1px solid var(--wvarc-line);
            border-radius: 6px;
            color: var(--wvarc-bright-gold);
            display: flex;
            font-size: 14px;
            font-weight: 900;
            justify-content: center;
            min-height: 220px;
            padding: 18px;
            text-align: center;
        }
        .wvarc-station-map .leaflet-pane,
        .wvarc-station-map .leaflet-marker-icon,
        .wvarc-station-map .leaflet-interactive,
        .wvarc-station-map .leaflet-container,
        .wvarc-station-map .leaflet-control,
        .wvarc-station-map .leaflet-control a,
        .wvarc-station-map .leaflet-control button {
            filter: none !important;
            outline: 0 !important;
            box-shadow: none !important;
        }
        .wvarc-station-map .leaflet-zoom-box,
        .wvarc-station-map .leaflet-popup-pane,
        .wvarc-station-map .leaflet-tooltip-pane {
            display: none !important;
            pointer-events: none !important;
        }
        .wvarc-station-marker {
            background: var(--wvarc-bright-gold);
            border: 3px solid var(--wvarc-navy);
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(246, 196, 61, .28);
            height: 16px;
            pointer-events: none;
            width: 16px;
        }
        .wvarc-station-info-card {
            background: rgba(0, 51, 102, .96);
            border: 1px solid var(--wvarc-line);
            border-radius: 8px;
            box-shadow: 0 10px 26px rgba(0, 0, 0, .36);
            box-sizing: border-box;
            color: var(--wvarc-cream);
            max-width: min(280px, calc(100% - 28px));
            padding: 14px 44px 14px 14px;
            position: absolute;
            right: 14px;
            top: 14px;
            z-index: 700;
        }
        .wvarc-station-info-card[hidden] {
            display: none !important;
        }
        .wvarc-station-info-card strong {
            color: var(--wvarc-bright-gold);
            display: block;
            font-size: 18px;
            font-weight: 900;
            line-height: 1.15;
            margin: 0 0 6px;
        }
        .wvarc-station-info-card span {
            display: block;
            font-size: 13px;
            line-height: 1.35;
            margin-top: 3px;
        }
        .wvarc-station-info-card button {
            align-items: center;
            appearance: none;
            background: var(--wvarc-bright-gold);
            border: 0;
            border-radius: 999px;
            color: var(--wvarc-navy);
            cursor: pointer;
            display: flex;
            font-size: 15px;
            font-weight: 900;
            height: 26px;
            justify-content: center;
            line-height: 1;
            padding: 0;
            position: absolute;
            right: 10px;
            top: 10px;
            width: 26px;
        }
        .wvarc-map-body img {
            aspect-ratio: 16 / 9;
            box-sizing: border-box;
            display: block;
            width: 100%;
            height: auto;
            max-height: 720px;
            object-fit: contain;
            background: #000;
            border-radius: 6px;
        }
        .wvarc-map-note {
            margin: 10px 0 0;
            color: var(--wvarc-cream);
            font-size: 13px;
            line-height: 1.35;
        }
        .wvarc-map-summary {
            margin: 10px 0 0;
            color: var(--wvarc-cream);
            font-size: 13px;
            font-weight: 800;
            line-height: 1.35;
        }
        .wvarc-map-unmapped {
            margin: 6px 0 0;
            color: rgba(255, 243, 200, .82);
            font-size: 12px;
            line-height: 1.35;
            overflow-wrap: anywhere;
        }
        .wvarc-empty {
            margin: 0;
            color: var(--wvarc-cream);
            font-size: 14px;
            line-height: 1.4;
        }
        .wvarc-error {
            color: var(--wvarc-bright-gold);
            background: rgba(204, 0, 0, .2);
            border: 1px solid rgba(204, 0, 0, .55);
            border-radius: 8px;
            padding: 12px;
            margin: 0;
            font-size: 14px;
            line-height: 1.4;
        }
        .wvarc-connection-summary {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            margin-top: 18px;
            padding-top: 18px;
            border-top: 1px solid var(--wvarc-line);
            color: var(--wvarc-cream);
            font-size: 15px;
            line-height: 1.3;
        }
        .wvarc-connection-summary strong {
            color: var(--wvarc-bright-gold);
            font-size: 18px;
            margin-left: 6px;
            font-weight: 900;
        }
        .wvarc-hosting-credit {
            color: rgba(255, 243, 200, .78);
            font-size: 11px;
            line-height: 1.25;
            margin-top: 12px;
            text-align: right;
        }
        @media (max-width: 1100px) {
            .wvarc-talker-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .full-width-wrapper {
                height: auto;
                min-height: 240px;
            }
            .custom-wvarc-header {
                align-items: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 14px 20px;
                text-align: center;
            }
            .custom-wvarc-header .logo-box {
                height: auto;
                margin-bottom: 10px;
                overflow: visible;
                position: static;
                transform: none;
            }
            .custom-wvarc-header .logo-box img {
                height: 180px;
            }
            .custom-wvarc-header .text-block {
                height: auto;
                padding-left: 0;
            }
            .wvarc-page-shell .custom-wvarc-header h1.club-title {
                white-space: normal !important;
            }
        }
        @media (max-width: 720px) {
            .wvarc-mobile-nav-bar {
                align-items: center;
                background: #003366;
                display: flex;
                justify-content: center;
                min-height: 64px;
            }
            .wvarc-mobile-nav-toggle {
                display: inline-flex;
                flex-direction: column;
            }
            .wvarc-shell-nav {
                border-top: 1px solid rgba(255, 255, 255, .08);
                display: none;
                flex-direction: column;
                gap: 0;
                justify-content: flex-start;
                overflow: visible;
                padding: 0;
                text-align: left;
                width: 100%;
            }
            .wvarc-page-shell.is-mobile-nav-open .wvarc-shell-nav {
                display: flex;
            }
            .wvarc-shell-nav__item {
                align-items: stretch;
                display: block;
                min-height: 0;
                width: 100%;
            }
            .wvarc-shell-nav__link,
            .wvarc-shell-nav > a {
                box-sizing: border-box;
                display: flex;
                font-size: 14px;
                letter-spacing: 2px;
                min-height: 52px;
                padding: 0 24px;
                width: 100%;
            }
            .wvarc-shell-nav__item.is-open > .wvarc-shell-nav__link {
                background: rgba(255, 255, 255, .08);
            }
            .wvarc-shell-nav__menu {
                box-shadow: none;
                left: auto;
                min-width: 0;
                padding: 0;
                position: static;
                top: auto;
                transform: none;
                width: 100%;
            }
            .wvarc-shell-nav__menu a {
                box-sizing: border-box;
                font-size: 13px;
                padding: 11px 36px;
                white-space: normal;
                width: 100%;
            }
            .wvarc-shell-main {
                padding: 0 0 48px;
            }
            .full-width-wrapper {
                height: auto;
                min-height: 220px;
            }
            .wvarc-page-shell .custom-wvarc-header h1.club-title {
                box-sizing: border-box;
                font-size: 24px !important;
                max-width: 100%;
                padding: 0 10px;
                white-space: normal !important;
                word-break: normal;
            }
            .wvarc-page-shell .custom-wvarc-header .sub-text {
                font-size: 16px !important;
            }
            .wvarc-node-status {
                width: 100%;
                margin-left: 0;
                transform: none;
                padding: 16px;
            }
            .wvarc-site__head {
                grid-template-columns: 1fr;
                padding: 16px;
            }
            .wvarc-node-status__updated {
                align-items: flex-start;
                min-width: 0;
            }
            .wvarc-site__body {
                padding: 16px;
            }
            .wvarc-talker-grid {
                grid-template-columns: 1fr;
            }
            .wvarc-connection-table,
            .wvarc-connection-table thead,
            .wvarc-connection-table tbody,
            .wvarc-connection-table tr,
            .wvarc-connection-table th,
            .wvarc-connection-table td {
                display: block;
                width: 100%;
                min-width: 0;
            }
            .wvarc-connection-table th:nth-child(1),
            .wvarc-connection-table td:nth-child(1),
            .wvarc-connection-table th:nth-child(2),
            .wvarc-connection-table td:nth-child(2),
            .wvarc-connection-table th:nth-child(3),
            .wvarc-connection-table td:nth-child(3),
            .wvarc-connection-table th:nth-child(4),
            .wvarc-connection-table td:nth-child(4),
            .wvarc-connection-table th:nth-child(5),
            .wvarc-connection-table td:nth-child(5),
            .wvarc-connection-table th:nth-child(6),
            .wvarc-connection-table td:nth-child(6) {
                width: 100%;
            }
            .wvarc-connection-table thead {
                display: none;
            }
            .wvarc-sort-toolbar,
            .wvarc-sort-toolbar.is-default {
                display: block;
                margin: 0 0 12px;
            }
            .wvarc-sort-mobile {
                color: var(--wvarc-cream);
                display: grid;
                font-size: 12px;
                font-weight: 800;
                gap: 6px;
                text-transform: uppercase;
            }
            .wvarc-sort-mobile select {
                appearance: auto;
                background: var(--wvarc-navy);
                border: 1px solid var(--wvarc-line);
                border-radius: 6px;
                color: var(--wvarc-cream);
                font: inherit;
                min-height: 42px;
                padding: 8px 10px;
                text-transform: none;
                width: 100%;
            }
            .wvarc-sort-reset {
                display: none;
            }
            .wvarc-connection-table tr {
                border-bottom: 1px solid var(--wvarc-line);
                padding: 8px 0;
            }
            .wvarc-connection-table tr:last-child {
                border-bottom: 0;
            }
            .wvarc-connection-table td {
                border: 0;
                display: grid;
                grid-template-columns: 74px minmax(0, 1fr);
                gap: 10px;
                box-sizing: border-box;
                max-width: 100%;
                padding: 7px 10px;
                white-space: normal !important;
                overflow-wrap: anywhere;
            }
            .wvarc-connection-table td:nth-child(2) {
                align-items: start;
                max-width: 100%;
                min-width: 0;
                overflow: visible;
                white-space: normal !important;
            }
            .wvarc-connection-table td > * {
                box-sizing: border-box;
                min-width: 0;
                max-width: 100%;
                overflow-wrap: anywhere;
                white-space: normal !important;
            }
            .wvarc-connection-table td::before {
                content: attr(data-label);
                color: var(--wvarc-bright-gold);
                font-weight: 900;
                text-transform: uppercase;
                font-size: 11px;
                white-space: nowrap;
            }
            .wvarc-connection-table .wvarc-lookup-link {
                display: block;
                width: 100%;
                min-width: 0;
                max-width: 100%;
                white-space: normal !important;
                overflow-wrap: anywhere;
                word-break: break-word;
                line-height: 1.25;
            }
            .wvarc-donate-bar {
                padding: 34px 12px 40px !important;
            }
            .wvarc-donate-title {
                font-size: 22px !important;
            }
            .wvarc-shell-footer {
                padding: 40px 20px 46px;
                text-align: center;
            }
            .wvarc-shell-footer nav {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 0 8px;
                justify-content: center;
                margin-bottom: 34px;
            }
            .wvarc-shell-footer a {
                font-size: 14px;
                letter-spacing: 2px;
                padding: 7px 8px;
            }
            .wvarc-shell-footer__address {
                font-size: 18px !important;
                margin-bottom: 34px !important;
            }
            .wvarc-shell-footer__lower {
                grid-template-columns: 1fr;
                text-align: left;
            }
            .wvarc-shell-footer__powered {
                margin-top: 12px;
                justify-items: start;
            }
            .wvarc-map-actions {
                display: grid;
                grid-template-columns: 1fr;
            }
            .wvarc-map-button {
                min-height: 42px;
                width: 100%;
            }
            .wvarc-station-map {
                height: 62vh;
                min-height: 340px;
            }
        }
    