/*
Theme Name: Web Vector Premium
Theme URI: https://webvectorlabs.com/
Author: Web Vector Labs
Author URI: https://webvectorlabs.com/
Description: Web Vector Premium is a stable, accessible and cache-friendly WordPress publishing theme by Web Vector Labs with a professional reduced homepage, responsive blog layouts, structured widgets, Rank Math SEO support, Gutenberg compatibility, LiteSpeed readiness and light/dark modes.
Version: 7.6.4.16
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: web-vector-premium
Tags: blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, block-styles, right-sidebar
*/

:root {
  --rd-primary: #0F766E;
  --rd-primary-dark: #115e59;
  --rd-primary-soft: #E8F4F1;
  --rd-heading: #153733;
  --rd-text: #334A46;
  --rd-muted: #61716E;
  --rd-bg: #F8F7F2;
  --rd-card: #FFFFFF;
  --rd-border: #E2E6DF;
  --rd-shadow: 0 10px 32px rgba(15, 35, 65, .08);
  --rd-radius: 10px;
  --rd-container: 1366px;
  --rd-gutter: clamp(12px, 2.1vw, 28px);
  --rd-layout-gap: clamp(18px, 2.2vw, 30px);
  --rd-content: 70%;
  --rd-sidebar: 30%;
  --rd-transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--rd-bg);
  color: var(--rd-text);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--rd-primary); text-decoration: none; transition: color var(--rd-transition), transform var(--rd-transition), background var(--rd-transition), box-shadow var(--rd-transition); }
a:hover, a:focus { color: var(--rd-primary-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important;
}
.screen-reader-text:focus {
  background: #fff; clip: auto!important; clip-path: none; color: #111; display: block; height: auto;
  left: 8px; padding: 12px 16px; top: 8px; width: auto; z-index: 999999;
}

.rd-container { width: min(calc(100% - var(--rd-gutter) - var(--rd-gutter)), var(--rd-container)); max-width: var(--rd-container); margin-inline: auto; }
.site { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--rd-border);
  position: relative;
  z-index: 100;
}
.site-header.is-sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}
.admin-bar .site-header.is-sticky { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header.is-sticky { top: 46px; } }
.rd-header-row { display: flex; align-items: center; min-height: 84px; gap: 26px; }
.site-branding { flex: 0 0 auto; display: flex; align-items: center; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; }
.rd-logo-fallback { display: inline-flex; align-items: center; gap: 10px; color: var(--rd-heading); font-weight: 800; font-size: 26px; line-height: 1; }
.rd-logo-mark { width: 42px; height: 42px; border-radius: 9px; display: grid; place-items: center; background: var(--rd-primary); color: #fff; font-size: 21px; font-weight: 800; box-shadow: 0 8px 18px rgba(12, 96, 76, .24); }
.rd-logo-text small { display: block; color: var(--rd-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-top: 5px; text-transform: uppercase; }
.rd-primary-nav { margin-left: auto; }
.rd-primary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 6px; }
.rd-primary-nav li { position: relative; }
.rd-primary-nav a { display: flex; align-items: center; gap: 6px; padding: 29px 13px; color: #263247; font-weight: 700; font-size: 15px; }
.rd-primary-nav .current-menu-item > a,
.rd-primary-nav .current-menu-ancestor > a,
.rd-primary-nav a:hover { color: var(--rd-primary); }
.rd-primary-nav .menu-item-has-children > a::after { content: "▾"; font-size: 11px; opacity: .75; }
.rd-primary-nav .sub-menu {
  position: absolute; left: 0; top: calc(100% - 6px); min-width: 220px; display: block; padding: 10px;
  background: #fff; border: 1px solid var(--rd-border); border-radius: 8px; box-shadow: var(--rd-shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--rd-transition);
}
.rd-primary-nav li:hover > .sub-menu,
.rd-primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.rd-primary-nav .sub-menu a { padding: 10px 12px; border-radius: 6px; font-weight: 600; }
.rd-primary-nav .sub-menu a:hover { background: var(--rd-primary-soft); }
.rd-header-actions { display: flex; align-items: center; gap: 8px; }
.rd-icon-button {
  width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rd-border);
  background: #fff; color: var(--rd-heading); border-radius: 8px;
}
.rd-icon-button:hover { color: var(--rd-primary); border-color: #9CCFBD; background: var(--rd-primary-soft); transform: translateY(-1px); }
.rd-menu-toggle { display: none; }
.rd-search-panel { display: none; border-top: 1px solid var(--rd-border); background: #fff; }
.rd-search-panel.is-open { display: block; }
.rd-search-panel .rd-container { padding-block: 18px; }
.search-form { display: flex; gap: 9px; width: 100%; }
.search-form label { flex: 1; }
.search-field {
  width: 100%; min-height: 48px; border: 1px solid var(--rd-border); border-radius: 7px; padding: 0 15px;
  color: var(--rd-heading); background: #fff;
}
.search-field:focus { outline: 3px solid rgba(12, 96, 76,.12); border-color: var(--rd-primary); }
.search-submit, .rd-button, input[type="submit"] {
  min-height: 48px; border: 0; border-radius: 7px; background: var(--rd-primary); color: #fff; padding: 0 22px;
  font-weight: 700; box-shadow: 0 7px 16px rgba(12, 96, 76,.18);
}
.search-submit:hover, .rd-button:hover, input[type="submit"]:hover { background: var(--rd-primary-dark); color: #fff; transform: translateY(-1px); }

/* Main layout */
.rd-main-wrap { padding-block: 42px 70px; }
.rd-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(270px, 3fr); gap: var(--rd-layout-gap); align-items: start; }
.rd-content-area, .rd-sidebar { min-width: 0; }
.rd-card-shell { background: #fff; border: 1px solid var(--rd-border); border-radius: var(--rd-radius); box-shadow: 0 7px 24px rgba(15, 23, 42, .045); }

/* Home */
.rd-home { padding-block: 34px 70px; }
.rd-home-section { margin-bottom: 52px; }
.rd-section-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.rd-section-title { margin: 0; color: var(--rd-heading); font-size: clamp(26px, 2.1vw, 38px); line-height: 1.25; letter-spacing: -.025em; }
.rd-section-title::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 10px; border-radius: 4px; background: var(--rd-primary); }
.rd-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; align-items: stretch; }
.rd-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden; background: #fff; border: 1px solid var(--rd-border); border-radius: var(--rd-radius);
  box-shadow: 0 6px 22px rgba(15, 23, 42, .045); transition: transform var(--rd-transition), box-shadow var(--rd-transition), border-color var(--rd-transition);
}
.rd-post-card:hover { transform: translateY(-4px); border-color: #C5DDD4; box-shadow: var(--rd-shadow); }
.rd-card-thumb { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #E4EEE9; }
.rd-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.rd-post-card:hover .rd-card-thumb img { transform: scale(1.045); }
.rd-thumb-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg,#E8F4F1,#F4FBF9); color: var(--rd-primary); }
.rd-card-body { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; padding: 20px 20px 22px; }
.rd-card-title { margin: 0 0 10px; font-size: 20px; line-height: 1.38; letter-spacing: -.015em; }
.rd-card-title a { color: var(--rd-heading); }
.rd-card-title a:hover { color: var(--rd-primary); }
.rd-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 8px; color: var(--rd-muted); font-size: 13px; margin-bottom: 12px; }
.rd-post-meta a { color: var(--rd-muted); }
.rd-post-meta a:hover { color: var(--rd-primary); }
.rd-meta-separator { color: var(--rd-primary); font-weight: 700; opacity: .7; user-select: none; }
.rd-card-excerpt { margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: var(--rd-text); }
.rd-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--rd-primary);
  border-radius: 7px;
  background: var(--rd-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  min-width: 118px;
  margin-top: auto;
  align-self: flex-start;
  text-align: center;
  box-shadow: 0 7px 18px rgba(12, 96, 76, .22);
  transition: transform var(--rd-transition), background-color var(--rd-transition), border-color var(--rd-transition), box-shadow var(--rd-transition);
}
.rd-read-more:hover,
.rd-read-more:focus-visible {
  background: var(--rd-primary-dark);
  border-color: var(--rd-primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(12, 96, 76, .28);
}
.rd-read-more:active { transform: translateY(0); }

/* Archive */
.rd-page-header { margin-bottom: 24px; padding: 25px 28px; }
.rd-page-title { margin: 0; color: var(--rd-heading); font-size: clamp(29px,3vw,44px); line-height: 1.22; }
.archive-description { margin-top: 12px; }
.rd-archive-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }

/* Pagination */
.navigation.pagination { margin-top: 28px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 0 12px; border: 1px solid var(--rd-border); border-radius: 6px; background: #fff; color: var(--rd-heading); font-weight: 700; font-size: 14px; }
.page-numbers.current, .page-numbers:hover { background: var(--rd-primary); border-color: var(--rd-primary); color: #fff; }

/* Single/page */
.rd-entry { padding: clamp(24px, 4vw, 46px); }
.entry-header { margin-bottom: 22px; }
.entry-title { margin: 0 0 14px; color: var(--rd-heading); font-size: clamp(32px, 4vw, 52px); line-height: 1.17; letter-spacing: -.028em; }
.entry-featured-image { margin: 0 0 28px; overflow: hidden; border-radius: 8px; aspect-ratio: 16/9; background: #E8F4F1; }
.entry-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.entry-content { color: #334A46; }
.entry-content > * { max-width: 100%; }
.entry-content p { margin: 0 0 1.45em; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { color: var(--rd-heading); line-height: 1.28; letter-spacing: -.02em; scroll-margin-top: 120px; }
.entry-content h2 { margin: 1.65em 0 .55em; font-size: clamp(26px, 2.7vw, 37px); }
.entry-content h3 { margin: 1.45em 0 .5em; font-size: clamp(22px, 2.2vw, 30px); }
.entry-content h4 { font-size: 22px; }
.entry-content ul, .entry-content ol { margin: 0 0 1.5em 1.3em; padding: 0; }
.entry-content li { margin-bottom: .55em; }
.entry-content blockquote { margin: 1.7em 0; padding: 20px 24px; border-left: 4px solid var(--rd-primary); background: var(--rd-primary-soft); color: var(--rd-heading); border-radius: 0 7px 7px 0; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 15px; }
.entry-content th, .entry-content td { border: 1px solid var(--rd-border); padding: 12px 14px; text-align: left; }
.entry-content th { background: #E8F4F1; color: var(--rd-heading); }
.entry-content .wp-block-image img { border-radius: 7px; }
.entry-content .alignwide { margin-left: min(-5vw,-35px); margin-right: min(-5vw,-35px); max-width: calc(100% + 70px); }
.entry-content .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.rd-breadcrumbs { margin-bottom: 17px; color: var(--rd-muted); font-size: 13px; }
.rd-breadcrumbs a { color: var(--rd-muted); }
.rd-breadcrumbs a:hover { color: var(--rd-primary); }
.rd-entry-footer { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--rd-border); }
.rd-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.rd-tags a { padding: 6px 10px; border-radius: 999px; background: var(--rd-primary-soft); font-size: 13px; font-weight: 700; }
.post-navigation { margin-top: 24px; }
.post-navigation .nav-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.post-navigation a { display: block; height: 100%; padding: 18px; background: #fff; border: 1px solid var(--rd-border); border-radius: 8px; color: var(--rd-heading); font-weight: 700; }
.post-navigation a:hover { border-color: #9CCFBD; background: var(--rd-primary-soft); }
.rd-related { margin-top: 30px; }
.rd-related-title { margin: 0 0 18px; color: var(--rd-heading); font-size: 27px; }
.rd-related .rd-post-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 19px; }
.rd-related .rd-card-body { padding: 16px; }
.rd-related .rd-card-title { font-size: 16px; }

/* Comments */
.comments-area { margin-top: 30px; padding: 28px; background: #fff; border: 1px solid var(--rd-border); border-radius: var(--rd-radius); }
.comments-title, .comment-reply-title { color: var(--rd-heading); }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-list .comment { padding: 20px 0; border-bottom: 1px solid var(--rd-border); }
.comment-meta { font-size: 14px; }
.comment-content { margin-top: 12px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea,
.rd-form input[type="text"], .rd-form input[type="email"], .rd-form textarea, .rd-form select {
  width: 100%; border: 1px solid var(--rd-border); border-radius: 7px; padding: 12px 14px; background: #fff; color: var(--rd-heading);
}
.comment-form textarea, .rd-form textarea { min-height: 150px; resize: vertical; }
.comment-form input:focus, .comment-form textarea:focus, .rd-form input:focus, .rd-form textarea:focus, .rd-form select:focus { outline: 3px solid rgba(12, 96, 76,.12); border-color: var(--rd-primary); }

/* Sidebar */
.rd-sidebar { display: grid; gap: 22px; }
.widget, .rd-widget { background: #fff; border: 1px solid var(--rd-border); border-radius: var(--rd-radius); padding: 22px; box-shadow: 0 6px 22px rgba(14,49,37,.035); }
.widget-title, .rd-widget-title { margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--rd-primary); color: var(--rd-heading); font-size: 21px; line-height: 1.3; }
.rd-profile { text-align: center; }

/* Premium grow interaction for the complete sidebar profile widget. */
.rd-sidebar .rd-profile {
  transform-origin: center center;
  will-change: transform;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 220ms ease, color 220ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .rd-sidebar .rd-profile:hover {
    transform: translateY(-3px) scale(1.03);
    border-color: rgba(12, 96, 76, .48);
    box-shadow: 0 14px 34px rgba(14, 66, 53, .14);
  }
}
.rd-sidebar .rd-profile:focus-within {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(12, 96, 76, .48);
  box-shadow: 0 14px 34px rgba(14, 66, 53, .14);
}
.rd-profile-image { width: 112px; height: 112px; margin: 0 auto 14px; border-radius: 50%; overflow: hidden; border: 5px solid #E8F4F1; box-shadow: 0 8px 20px rgba(12, 96, 76,.14); }
.rd-profile-image img { width: 100%; height: 100%; object-fit: cover; }
.rd-profile h2, .rd-profile h3 { margin: 0 0 7px; color: var(--rd-heading); font-size: 20px; line-height: 1.3; }
.rd-profile p { margin: 0; font-size: 14px; line-height: 1.65; }
.rd-social-mini { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 15px; }
.rd-social-mini a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--rd-primary-soft); color: var(--rd-primary); font-size: 13px; font-weight: 800; }
.rd-social-mini a:hover { background: var(--rd-primary); color: #fff; transform: translateY(-2px); }
.rd-latest-list { display: grid; gap: 13px; }
.rd-latest-item { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 12px; align-items: center; }
.rd-latest-thumb { aspect-ratio: 4 / 3; border-radius: 6px; overflow: hidden; background: #E8F4F1; }
.rd-latest-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rd-latest-title { margin: 0; font-size: 14px; line-height: 1.42; font-weight: 700; }
.rd-latest-title a { color: var(--rd-heading); }
.rd-latest-title a:hover { color: var(--rd-primary); }
.rd-latest-date { margin-top: 4px; color: var(--rd-muted); font-size: 11px; }
.widget ul, .rd-widget ul { list-style: none; padding: 0; margin: 0; }
.widget li, .rd-widget li { padding: 8px 0; border-bottom: 1px solid #E2E6DF; }
.widget li:last-child, .rd-widget li:last-child { border-bottom: 0; }
.widget li a, .rd-widget li a { display: inline-block; color: #334A46; }
.widget li a:hover, .rd-widget li a:hover { color: var(--rd-primary); transform: translateX(3px); }
#wp-calendar {
  --rd-calendar-circle-size: clamp(23px, 2.25vw, 32px);
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
}
#wp-calendar caption { color: var(--rd-heading); font-weight: 800; margin-bottom: 10px; }
#wp-calendar th, #wp-calendar td { padding: 6px 1px; text-align: center; vertical-align: middle; }
#wp-calendar td a {
  display: inline-grid;
  place-items: center;
  width: var(--rd-calendar-circle-size);
  height: var(--rd-calendar-circle-size);
  min-width: var(--rd-calendar-circle-size);
  min-height: var(--rd-calendar-circle-size);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  background: var(--rd-primary);
  color: #fff;
  line-height: 1;
  text-align: center;
}
#wp-calendar td a:hover,
#wp-calendar td a:focus-visible {
  background: var(--rd-primary-dark);
  color: #fff;
  transform: scale(1.08);
}
.wp-calendar-nav { display: flex; justify-content: space-between; margin-top: 8px; font-size: 13px; }
.rd-newsletter-form { display: grid; gap: 10px; }
.rd-newsletter-form input { min-height: 44px; border: 1px solid var(--rd-border); border-radius: 7px; padding: 0 12px; }
.rd-notice { margin: 0 0 16px; padding: 12px 14px; border-radius: 7px; font-size: 14px; }
.rd-notice-success { background: #E8F4F1; color: #1d6e3d; border: 1px solid #bfe9cf; }
.rd-notice-error { background: #fff0f0; color: #9f2f2f; border: 1px solid #f1c7c7; }

/* Footer */
.rd-social-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.rd-social-links a { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-size: 12px; font-weight: 800; }
.rd-social-links a:hover { background: var(--rd-primary); border-color: var(--rd-primary); transform: translateY(-3px); }
.site-footer { margin-top: auto; background: #081C1A; color: #A8C9C2; }
.rd-footer-menu { border-bottom: 1px solid rgba(255,255,255,.08); }
.rd-footer-menu ul { list-style: none; margin: 0; padding: 18px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }
.rd-footer-menu a { color: #D1E1DB; font-size: 14px; }
.rd-footer-menu a:hover { color: #fff; }
.rd-footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 13px; }
.rd-footer-bottom a { color: #fff; }
.rd-scroll-top { position: fixed; left: max(22px, env(safe-area-inset-left)); bottom: max(22px, env(safe-area-inset-bottom)); width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 8px; background: var(--rd-primary); color: #fff; box-shadow: 0 9px 22px rgba(12, 96, 76,.25); opacity: 0; visibility: hidden; transform: translateY(10px); z-index: 99; }
.rd-scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.rd-scroll-top:hover { background: var(--rd-primary-dark); }

/* Forms and utility */
.rd-form { display: grid; gap: 14px; }
.rd-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.rd-field label { display: block; margin-bottom: 6px; color: var(--rd-heading); font-weight: 700; font-size: 14px; }
.rd-honeypot { position: absolute; left: -9999px; }
.error-404 { text-align: center; padding: 60px 30px; }
.error-404 .page-title { color: var(--rd-heading); font-size: clamp(38px,7vw,80px); margin: 0; }

/* Gutenberg */
.wp-block-button__link { border-radius: 7px; background: var(--rd-primary); font-weight: 700; }
.wp-block-button__link:hover { background: var(--rd-primary-dark); }
.wp-block-separator { border-color: var(--rd-border); }
.has-primary-color { color: var(--rd-primary)!important; }
.has-primary-background-color { background: var(--rd-primary)!important; }
.has-heading-color { color: var(--rd-heading)!important; }
.has-light-background-color { background: var(--rd-bg)!important; }

/* Universal responsive system: 240px phones through 8K displays */
html,
body { width: 100%; max-width: 100%; }
body { overflow-x: clip; }
.site,
.site-main,
.rd-main-wrap,
.rd-home,
.rd-layout,
.rd-content-area,
.rd-sidebar,
.rd-card-shell,
.rd-entry,
.entry-content { min-width: 0; max-width: 100%; }
img,
picture,
video,
canvas,
svg,
iframe,
embed,
object { max-width: 100%; }
video,
canvas { height: auto; }
input,
textarea,
select,
button { max-width: 100%; }
.entry-content,
.widget,
.rd-widget,
.rd-card-title,
.entry-title { overflow-wrap: anywhere; word-break: normal; }
.entry-content pre,
.entry-content code { max-width: 100%; }
.entry-content pre { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.entry-content .wp-block-table { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.entry-content .wp-block-table table { display: table; width: 100%; min-width: 560px; }
.wp-block-embed,
.wp-block-embed__wrapper { max-width: 100%; }
.wp-block-embed__wrapper iframe { width: 100%; }

/* Large desktop, 2K, 4K and 8K: retain the exact 1366px maximum container. */
@media (min-width: 1441px) {
  :root { --rd-container: 1366px; }
}

/* Standard desktop and smaller laptops. */
@media (max-width: 1440px) {
  .rd-primary-nav a { padding-inline: 10px; }
  .rd-header-row { gap: 20px; }
}
@media (max-width: 1280px) {
  .rd-primary-nav a { padding-inline: 8px; font-size: 14px; }
  .rd-post-grid { gap: 20px; }
  .rd-card-body { padding: 18px; }
}

/* Collapsible navigation before the header can become crowded. */
@media (max-width: 1180px) {
  .rd-primary-nav {
    display: none;
    position: absolute;
    left: var(--rd-gutter);
    right: var(--rd-gutter);
    top: calc(100% + 1px);
    max-height: min(72vh, 620px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    border: 1px solid var(--rd-border);
    border-radius: 8px;
    box-shadow: var(--rd-shadow);
    padding: 10px;
  }
  .rd-primary-nav.is-open { display: block; }
  .rd-primary-nav ul { display: block; }
  .rd-primary-nav a { min-height: 44px; padding: 11px 12px; border-radius: 6px; }
  .rd-primary-nav .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 18px;
    display: block;
    min-width: 0;
  }
  .rd-menu-toggle { display: grid; }
  .rd-header-actions { margin-left: auto; }
}

/* Tablets and compact laptops. */
@media (max-width: 1050px) {
  .rd-layout { grid-template-columns: minmax(0, 1fr); }
  .rd-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rd-sidebar > * { min-width: 0; }
  .rd-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rd-related .rd-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .rd-header-row { min-height: 76px; }
  .custom-logo { max-height: 52px; max-width: min(280px, 45vw); }
  .rd-logo-fallback { font-size: 23px; min-width: 0; }
  .rd-logo-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .rd-main-wrap { padding-top: 30px; }
  .rd-related .rd-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Portrait tablets and large phones. */
@media (max-width: 780px) {
  body { font-size: 16px; line-height: 1.72; }
  :root { --rd-gutter: 15px; --rd-layout-gap: 20px; }
  .rd-home { padding-top: 25px; }
  .rd-home-section { margin-bottom: 42px; }
  .rd-section-header { align-items: flex-start; }
  .rd-archive-grid { grid-template-columns: 1fr; }
  .rd-sidebar { grid-template-columns: 1fr; }
  .rd-follow-inner { display: block; text-align: center; }
  .rd-social-links { justify-content: center; margin-top: 20px; }
  .rd-form-row { grid-template-columns: 1fr; }
  .entry-content .alignwide,
  .entry-content .alignfull { margin-left: 0; margin-right: 0; max-width: 100%; width: 100%; }
  .entry-content table { font-size: 14px; }
  .rd-main-wrap { padding-bottom: 52px; }
}

/* Phones. */
@media (max-width: 640px) {
  .rd-post-grid,
  .rd-related .rd-post-grid { grid-template-columns: 1fr; }
  .rd-header-row { min-height: 70px; gap: 10px; }
  .site-branding { min-width: 0; }
  .custom-logo-link { min-width: 0; }
  .custom-logo { max-height: 46px; max-width: min(230px, 48vw); object-fit: contain; }
  .rd-logo-mark { width: 38px; height: 38px; flex: 0 0 38px; }
  .rd-logo-text small { display: none; }
  .rd-icon-button { width: 40px; height: 40px; flex: 0 0 40px; }
  .rd-entry { padding: clamp(20px, 5vw, 28px); }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .search-form { display: grid; grid-template-columns: 1fr; }
  .search-submit { width: 100%; }
  .rd-page-header { padding: 22px 20px; }
  .comments-area { padding: 22px 20px; }
}
@media (max-width: 480px) {
  .rd-read-more { width: 100%; min-width: 0; align-self: stretch; }
  :root { --rd-gutter: 11px; --rd-layout-gap: 16px; }
  .rd-logo-fallback { font-size: 19px; gap: 8px; }
  .rd-logo-mark { width: 34px; height: 34px; flex-basis: 34px; border-radius: 7px; font-size: 17px; }
  .custom-logo { max-width: min(195px, 46vw); }
  .rd-header-actions { gap: 5px; }
  .rd-icon-button { width: 38px; height: 38px; flex-basis: 38px; }
  .rd-section-title { font-size: clamp(24px, 7vw, 27px); }
  .rd-card-title { font-size: 19px; }
  .entry-title { font-size: clamp(28px, 8vw, 34px); }
  .widget, .rd-widget { padding: 19px; }
  .rd-card-body { padding: 17px; }
  .rd-main-wrap { padding-top: 22px; }
  .rd-home { padding-bottom: 48px; }
  .rd-footer-menu ul { gap: 8px 16px; }
}
@media (max-width: 390px) {
  .rd-logo-text { max-width: 118px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .rd-icon-button { width: 36px; height: 36px; flex-basis: 36px; }
  .rd-header-row { gap: 7px; }
  .rd-card-body { padding: 16px; }
  .rd-entry { padding-inline: 17px; }
  .widget, .rd-widget { padding: 17px; }
  .rd-latest-item { grid-template-columns: 76px minmax(0, 1fr); gap: 10px; }
}

/* Extra-small and legacy 240–320px devices. */
@media (max-width: 320px) {
  :root { --rd-gutter: 8px; --rd-layout-gap: 13px; }
  #wp-calendar { --rd-calendar-circle-size: 23px; }
  body { font-size: 15px; }
  .rd-header-row { min-height: 64px; }
  .rd-logo-text { max-width: 84px; font-size: 16px; }
  .rd-logo-mark { width: 31px; height: 31px; flex-basis: 31px; font-size: 15px; }
  .custom-logo { max-height: 38px; max-width: 125px; }
  .rd-icon-button { width: 34px; height: 34px; flex-basis: 34px; }
  .rd-entry { padding: 16px 13px; }
  .widget, .rd-widget { padding: 15px 13px; }
  .rd-latest-item { grid-template-columns: 66px minmax(0, 1fr); gap: 8px; }
  .rd-latest-title { font-size: 13px; }
  .rd-section-title { font-size: 23px; }
  .entry-title { font-size: 27px; }
  .rd-social-links a { width: 39px; height: 39px; }
}
@media (max-width: 260px) {
  #wp-calendar { --rd-calendar-circle-size: 21px; font-size: 12px; }
  #wp-calendar th, #wp-calendar td { padding-inline: 0; }
  .rd-logo-text { display: none; }
  .custom-logo { max-width: 96px; }
  .rd-header-actions { margin-left: auto; }
  .rd-entry { padding-inline: 10px; }
  .rd-latest-item { grid-template-columns: 1fr; }
  .rd-latest-thumb { width: 100%; }
}

/* Short landscape screens: keep navigation and controls usable. */
@media (max-height: 520px) and (orientation: landscape) {
  .rd-primary-nav { max-height: calc(100dvh - 78px); }
  .rd-scroll-top,
  .rd-theme-toggle { bottom: max(10px, env(safe-area-inset-bottom)); }
}

/* Touch devices should not depend on hover movement. */
@media (hover: none) and (pointer: coarse) {
  .rd-post-card:hover,
  .rd-social-links a:hover,
  .rd-theme-toggle:hover,
  .rd-scroll-top:hover { transform: none; }
  .rd-icon-button,
  .page-numbers,
  .rd-social-mini a { min-width: 44px; min-height: 44px; }
}

/* Forced-colors/high-contrast support. */
@media (forced-colors: active) {
  .rd-card-shell,
  .rd-post-card,
  .widget,
  .rd-widget,
  .rd-icon-button,
  .page-numbers { border: 1px solid CanvasText; }
  .rd-section-title::after { background: Highlight; }
}

@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}

@media print {
  .site-header, .rd-sidebar, .site-footer, .rd-scroll-top, .post-navigation, .comments-area { display: none!important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .rd-layout { display: block; }
  .rd-card-shell { border: 0; box-shadow: none; }
  .rd-entry { padding: 0; }
  a { color: #000; text-decoration: underline; }
}


/* Light/dark color mode and floating controls */
html {
  color-scheme: light;
  background: var(--rd-bg);
}
html[data-theme="dark"] {
  color-scheme: dark;
  --rd-primary: #0F766E;
  --rd-primary-dark: #7AD9CB;
  --rd-primary-soft: #173D38;
  --rd-heading: #F4FBF9;
  --rd-text: #D9EEE9;
  --rd-muted: #A8C9C2;
  --rd-bg: #081C1A;
  --rd-card: #102A27;
  --rd-border: #36776E;
  --rd-shadow: 0 14px 38px rgba(0, 0, 0, .40);
}

body,
.site-header,
.rd-search-panel,
.rd-primary-nav,
.rd-primary-nav .sub-menu,
.rd-icon-button,
.search-field,
.rd-card-shell,
.rd-post-card,
.page-numbers,
.post-navigation a,
.comments-area,
.widget,
.rd-widget,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.rd-form input[type="text"],
.rd-form input[type="email"],
.rd-form textarea,
.rd-form select,
.rd-newsletter-form input {
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.rd-theme-toggle {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(12, 96, 76, .28);
  z-index: 999;
  transition: transform var(--rd-transition), background var(--rd-transition), box-shadow var(--rd-transition), border-color var(--rd-transition);
}
.rd-theme-toggle:hover,
.rd-theme-toggle:focus-visible {
  background: var(--rd-primary-dark);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 32px rgba(12, 96, 76, .34);
}
.rd-theme-toggle:focus-visible,
.rd-scroll-top:focus-visible {
  outline: 3px solid rgba(112, 221, 183, .42);
  outline-offset: 3px;
}
.rd-theme-icon { grid-area: 1 / 1; }
.rd-icon-sun { display: none; }
html[data-theme="dark"] .rd-icon-moon { display: none; }
html[data-theme="dark"] .rd-icon-sun { display: block; }

.rd-scroll-top {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  z-index: 999;
}
.rd-scroll-top:hover,
.rd-scroll-top:focus-visible {
  transform: translateY(-3px) scale(1.05);
}
.rd-scroll-top.is-visible { transform: translateY(0); }
.rd-scroll-top.is-visible:hover,
.rd-scroll-top.is-visible:focus-visible { transform: translateY(-3px) scale(1.05); }

html[data-theme="dark"] body { background: var(--rd-bg); color: var(--rd-text); }
html[data-theme="dark"] .site-header,
html[data-theme="dark"] .rd-search-panel,
html[data-theme="dark"] .rd-primary-nav .sub-menu,
html[data-theme="dark"] .rd-icon-button,
html[data-theme="dark"] .search-field,
html[data-theme="dark"] .rd-card-shell,
html[data-theme="dark"] .rd-post-card,
html[data-theme="dark"] .page-numbers,
html[data-theme="dark"] .post-navigation a,
html[data-theme="dark"] .comments-area,
html[data-theme="dark"] .widget,
html[data-theme="dark"] .rd-widget,
html[data-theme="dark"] .comment-form input[type="text"],
html[data-theme="dark"] .comment-form input[type="email"],
html[data-theme="dark"] .comment-form input[type="url"],
html[data-theme="dark"] .comment-form textarea,
html[data-theme="dark"] .rd-form input[type="text"],
html[data-theme="dark"] .rd-form input[type="email"],
html[data-theme="dark"] .rd-form textarea,
html[data-theme="dark"] .rd-form select,
html[data-theme="dark"] .rd-newsletter-form input {
  background: var(--rd-card);
  color: var(--rd-text);
  border-color: var(--rd-border);
}
html[data-theme="dark"] .site-header.is-sticky { box-shadow: 0 10px 30px rgba(0, 0, 0, .35); }
html[data-theme="dark"] .rd-primary-nav a,
html[data-theme="dark"] .rd-logo-fallback,
html[data-theme="dark"] .rd-icon-button,
html[data-theme="dark"] .rd-card-title a,
html[data-theme="dark"] .entry-content,
html[data-theme="dark"] .widget li a,
html[data-theme="dark"] .rd-widget li a,
html[data-theme="dark"] .rd-latest-title a,
html[data-theme="dark"] .post-navigation a,
html[data-theme="dark"] .page-numbers,
html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select {
  color: var(--rd-text);
}
html[data-theme="dark"] .rd-primary-nav .current-menu-item > a,
html[data-theme="dark"] .rd-primary-nav .current-menu-ancestor > a,
html[data-theme="dark"] .rd-primary-nav a:hover,
html[data-theme="dark"] .rd-card-title a:hover,
html[data-theme="dark"] .rd-latest-title a:hover,
html[data-theme="dark"] .widget li a:hover,
html[data-theme="dark"] .rd-widget li a:hover { color: var(--rd-primary); }
html[data-theme="dark"] .rd-primary-nav .sub-menu a:hover,
html[data-theme="dark"] .rd-icon-button:hover,
html[data-theme="dark"] .post-navigation a:hover { background: var(--rd-primary-soft); }
html[data-theme="dark"] .rd-card-thumb,
html[data-theme="dark"] .entry-featured-image,
html[data-theme="dark"] .rd-latest-thumb { background: #173D38; }
html[data-theme="dark"] .rd-thumb-placeholder { background: linear-gradient(135deg, #1B4A44, #081C1A); }
html[data-theme="dark"] .entry-content th { background: #1B423D; color: var(--rd-heading); }
html[data-theme="dark"] .entry-content blockquote { background: var(--rd-primary-soft); color: var(--rd-heading); }
html[data-theme="dark"] .widget li,
html[data-theme="dark"] .rd-widget li { border-bottom-color: var(--rd-border); }
html[data-theme="dark"] .rd-profile-image { border-color: #285E57; box-shadow: 0 8px 22px rgba(0, 0, 0, .35); }
html[data-theme="dark"] .rd-social-mini a { background: var(--rd-primary-soft); color: var(--rd-primary); }
html[data-theme="dark"] .rd-social-mini a:hover { background: var(--rd-primary); color: #081C1A; }
html[data-theme="dark"] .search-field::placeholder,
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder { color: #A8C9C2; opacity: 1; }
html[data-theme="dark"] .rd-notice-success { background: #123222; color: #9de2b8; border-color: #24563b; }
html[data-theme="dark"] .rd-notice-error { background: #351b22; color: #f0adb9; border-color: #65303c; }
html[data-theme="dark"] .screen-reader-text:focus { background: var(--rd-card); color: var(--rd-heading); }
html[data-theme="dark"] code,
html[data-theme="dark"] pre { background: #04110D; color: #D9EEE9; border-color: var(--rd-border); }
html[data-theme="dark"] hr,
html[data-theme="dark"] .wp-block-separator { border-color: var(--rd-border); }
html[data-theme="dark"] ::selection { background: #115e59; color: #fff; }

@media (max-width: 1180px) {
  html[data-theme="dark"] .rd-primary-nav { background: var(--rd-card); border-color: var(--rd-border); }
}
@media (max-width: 480px) {
  .rd-scroll-top { left: max(14px, env(safe-area-inset-left)); bottom: max(14px, env(safe-area-inset-bottom)); width: 44px; height: 44px; }
  .rd-theme-toggle { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .rd-theme-toggle,
  .rd-scroll-top,
  body,
  .site-header,
  .rd-search-panel,
  .rd-primary-nav,
  .rd-primary-nav .sub-menu,
  .rd-icon-button,
  .search-field,
  .rd-card-shell,
  .rd-post-card,
  .page-numbers,
  .post-navigation a,
  .comments-area,
  .widget,
  .rd-widget { transition: none !important; }
}
@media print {
  .rd-theme-toggle { display: none !important; }
}


/* Single-post circular brand sharing buttons */
.rd-post-share {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--rd-border);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--rd-primary-soft), var(--rd-card));
}
.rd-post-share--top { margin: 16px 0 4px; }
.rd-post-share--bottom { margin: 26px 0 4px; }
.rd-share-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
}
.rd-share-button {
  width: 33px;
  height: 33px;
  min-width: 33px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(14, 36, 30, .16);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.rd-share-button svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
}
.rd-share-button:hover,
.rd-share-button:focus-visible {
  color: #fff !important;
  transform: translateY(-3px) scale(1.08);
  filter: brightness(1.06);
  box-shadow: 0 11px 24px rgba(14, 36, 30, .24);
}
.rd-share-button:focus-visible {
  outline: 3px solid rgba(12, 96, 76, .32);
  outline-offset: 3px;
}
.rd-share-facebook { background: #1877f2; }
.rd-share-x { background: #000000; }
.rd-share-linkedin { background: #0a66c2; }
.rd-share-quora { background: #b92b27; }
.rd-share-pinterest { background: #e60023; }
.rd-share-reddit { background: #ff4500; }
.rd-share-telegram { background: #26a5e4; }
.rd-share-whatsapp { background: #25d366; }
html[data-theme="dark"] .rd-post-share {
  background: linear-gradient(135deg, var(--rd-primary-soft), var(--rd-card));
  border-color: var(--rd-border);
}
html[data-theme="dark"] .rd-share-x { border-color: rgba(255,255,255,.5); }
@media (max-width: 480px) {
  .rd-post-share { padding: 13px; }
  .rd-share-icons { gap: 8px; }
  .rd-share-button { width: 30px; height: 30px; min-width: 30px; }
  .rd-share-button svg { width: 13.5px; height: 13.5px; }
}
@media (max-width: 340px) {
  .rd-share-button { width: 28.5px; height: 28.5px; min-width: 28.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .rd-share-button { transition: none !important; }
}
@media print {
  .rd-post-share { display: none !important; }
}


/* Sidebar social icons: match the single-post brand icon system. */
.rd-sidebar .rd-sidebar-social-icons {
  justify-content: center;
  gap: 9px;
  margin-top: 15px;
}
.rd-sidebar .rd-sidebar-social-icons .rd-share-button {
  flex: 0 0 auto;
}
.rd-sidebar .rd-social-placeholder {
  cursor: default;
}
.rd-sidebar .rd-social-placeholder:hover,
.rd-sidebar .rd-social-placeholder:focus-visible {
  transform: none;
  filter: none;
}


html[data-theme="dark"] .rd-sidebar .rd-profile:hover,
html[data-theme="dark"] .rd-sidebar .rd-profile:focus-within {
  border-color: rgba(112, 221, 183, .5);
  box-shadow: 0 15px 36px rgba(0, 0, 0, .38);
}
@media (prefers-reduced-motion: reduce) {
  .rd-sidebar .rd-profile,
  .rd-sidebar .rd-profile:hover,
  .rd-sidebar .rd-profile:focus-within {
    transform: none !important;
    transition: none !important;
  }
}

/* Profile-widget social icons: matching grow interaction, including placeholders. */
.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button {
  transform-origin: center center;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:hover {
    transform: translateY(-3px) scale(1.15);
    filter: brightness(1.08);
    box-shadow: 0 12px 25px rgba(14, 36, 30, .27);
  }
}
.rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:focus-visible {
  transform: translateY(-3px) scale(1.15);
  filter: brightness(1.08);
  box-shadow: 0 12px 25px rgba(14, 36, 30, .27);
}
@media (prefers-reduced-motion: reduce) {
  .rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button,
  .rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:hover,
  .rd-sidebar .rd-profile .rd-sidebar-social-icons .rd-share-button:focus-visible {
    transform: none !important;
    transition: none !important;
  }
}



/* Web Vector Premium 1.1.7: single-post heading refinements. */
.single-post .entry-title {
  font-size: clamp(24px, calc(4vw - 8px), 44px);
}
.single-post .entry-content h2 {
  font-size: 24px;
  line-height: 1.32;
}
@media (max-width: 480px) {
  .single-post .entry-title { font-size: clamp(20px, calc(8vw - 8px), 26px); }
}
@media (max-width: 320px) {
  .single-post .entry-title { font-size: 19px; }
}


/* Single-post requested content sequence */
.single-post .rd-single-post-header { margin-bottom: 0; }
.single-post .rd-single-post-header .rd-post-share { margin-bottom: 30px; }
.single-post .rd-single-post-sequence .entry-featured-image { margin-top: 0; margin-bottom: 34px; }
.single-post .rd-single-post-content { margin-top: 0; }
.single-post .rd-single-post-content > :first-child { margin-top: 0; }
.single-post .rd-single-post-sequence > .rd-post-share:last-child { margin-top: 32px; margin-bottom: 0; }

/* Web Vector Premium 1.2.1: reduce horizontal article padding by 10px total on single posts and pages. */
.single-post .rd-entry,
.page .rd-entry {
  padding-left: max(0px, calc(clamp(24px, 4vw, 46px) - 10px));
  padding-right: max(0px, calc(clamp(24px, 4vw, 46px) - 10px));
}

@media (max-width: 640px) {
  .single-post .rd-entry,
  .page .rd-entry {
    padding-left: max(0px, calc(clamp(20px, 5vw, 28px) - 10px));
    padding-right: max(0px, calc(clamp(20px, 5vw, 28px) - 10px));
  }
}

/* Professional core-page content — v1.3.0 */
.page .entry-content .rd-page-intro {
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.8;
  padding: clamp(16px, 2vw, 24px);
  margin: 0 0 28px;
  color: var(--rd-heading);
  background: var(--rd-primary-soft);
  border-inline-start: 4px solid var(--rd-primary);
  border-radius: var(--rd-radius);
}

.page .entry-content > h2 {
  scroll-margin-top: 110px;
}

.page .entry-content > ul,
.page .entry-content > ol {
  padding-inline-start: 1.35rem;
}

.page .entry-content > ul li,
.page .entry-content > ol li {
  margin-bottom: .55rem;
}

html[data-theme="dark"] .page .entry-content .rd-page-intro,
body.rd-dark-mode .page .entry-content .rd-page-intro {
  background: rgba(12, 96, 76, .12);
  color: var(--rd-heading);
}


/* Web Vector Premium 1.4.2: IP-based location, live local time, and approximate map widgets. */
.rd-location-widget {
  overflow: hidden;
}
.rd-location-status {
  margin: -2px 0 15px;
  color: var(--rd-muted);
  font-size: 12px;
  line-height: 1.55;
}
.rd-location-status[data-state="ready"] { color: #115e59; }
.rd-location-status[data-state="error"] { color: #a1442f; }
.rd-location-details {
  display: grid;
  gap: 0;
  margin: 0;
}
.rd-location-row {
  display: grid;
  grid-template-columns: minmax(94px, .9fr) minmax(0, 1.15fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #E2E6DF;
}
.rd-location-row .rd-location-term,
.rd-location-row .rd-location-description {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}
.rd-location-row .rd-location-term {
  color: var(--rd-heading);
  font-size: 12px;
  font-weight: 700;
}
.rd-location-row .rd-location-description {
  color: var(--rd-text);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}


/* Web Vector Premium 7.5: professional copyable/shareable location details and address card. */
.rd-location-details {
  margin-bottom: 16px;
}
.rd-location-row {
  grid-template-columns: minmax(90px, .9fr) minmax(0, 1.15fr) auto;
  gap: 9px;
}
.rd-location-row .rd-location-description {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.rd-location-field-value {
  min-width: 0;
  overflow-wrap: anywhere;
}
.rd-location-row-actions {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.rd-location-icon-button,
.rd-location-text-button,
.rd-location-summary-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(12, 96, 76, .24);
  background: rgba(12, 96, 76, .075);
  color: var(--rd-primary-dark);
  cursor: pointer;
  touch-action: manipulation;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.rd-location-icon-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 50%;
}
.rd-location-icon-button svg,
.rd-location-text-button svg,
.rd-location-summary-button svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  flex: 0 0 auto;
}
.rd-location-icon-button:hover,
.rd-location-icon-button:focus-visible,
.rd-location-text-button:hover,
.rd-location-text-button:focus-visible,
.rd-location-summary-button:hover,
.rd-location-summary-button:focus-visible {
  transform: translateY(-2px) scale(1.04);
  border-color: var(--rd-primary);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(12, 96, 76, .22);
  outline: none;
}
.rd-location-icon-button.is-success,
.rd-location-text-button.is-success,
.rd-location-summary-button.is-success {
  border-color: var(--rd-primary);
  background: var(--rd-primary);
  color: #fff;
}
.rd-location-address-card {
  width: 100%;
  margin: 15px 0 4px;
  padding: 16px;
  border: 1px solid rgba(12, 96, 76, .25);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(12, 96, 76, .12), rgba(12, 96, 76, .035));
  box-shadow: 0 10px 26px rgba(17, 61, 51, .08);
}
.rd-location-address-header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(12, 96, 76, .22);
}
.rd-location-address-header h3 {
  margin: 0;
  color: var(--rd-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
.rd-location-address-actions {
  display: inline-flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.rd-location-text-button {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.rd-location-address-value {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 0 1px;
  color: var(--rd-heading);
  font-style: normal;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.65;
  white-space: pre-line;
  overflow-wrap: anywhere;
  user-select: text;
  -webkit-user-select: text;
}
.rd-location-all-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin-top: 15px;
}
.rd-location-summary-button {
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
html[data-theme="dark"] .rd-location-address-card,
body.rd-dark-mode .rd-location-address-card {
  border-color: rgba(112, 221, 183, .24);
  background: linear-gradient(145deg, rgba(112, 221, 183, .11), rgba(112, 221, 183, .035));
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
}
html[data-theme="dark"] .rd-location-icon-button,
html[data-theme="dark"] .rd-location-text-button,
html[data-theme="dark"] .rd-location-summary-button,
body.rd-dark-mode .rd-location-icon-button,
body.rd-dark-mode .rd-location-text-button,
body.rd-dark-mode .rd-location-summary-button {
  border-color: rgba(112, 221, 183, .24);
  background: rgba(112, 221, 183, .08);
  color: #7AD9CB;
}
@media (max-width: 767px) {
  .rd-location-row {
    grid-template-columns: minmax(88px, .9fr) minmax(0, 1.05fr) auto;
    gap: 7px;
  }
  .rd-location-icon-button {
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
  }
  .rd-location-address-card {
    padding: 14px;
  }
  .rd-location-address-value {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .rd-location-row {
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    align-items: start;
  }
  .rd-location-row .rd-location-term {
    grid-column: 1;
  }
  .rd-location-row .rd-location-description {
    grid-column: 1;
    justify-content: flex-start;
    text-align: left;
  }
  .rd-location-row-actions {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }
  .rd-location-address-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .rd-location-address-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .rd-location-all-actions {
    grid-template-columns: 1fr;
  }
}

.rd-location-clock {
  display: grid;
  place-items: center;
  gap: 4px;
  margin-top: 18px;
  padding: 17px 12px;
  border: 1px solid rgba(12, 96, 76, .24);
  border-radius: calc(var(--rd-radius) - 4px);
  background: linear-gradient(145deg, rgba(12, 96, 76, .12), rgba(12, 96, 76, .035));
  text-align: center;
}
.rd-location-time {
  color: var(--rd-heading);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
  line-height: 1.15;
}
.rd-location-date {
  color: var(--rd-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.rd-location-zone {
  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.rd-location-note {
  margin: 13px 0 0;
  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.55;
}
html[data-theme="dark"] .rd-location-row {
  border-bottom-color: var(--rd-border);
}
html[data-theme="dark"] .rd-location-clock {
  border-color: rgba(112, 221, 183, .24);
  background: linear-gradient(145deg, rgba(12, 96, 76, .14), rgba(255, 255, 255, .025));
}
html[data-theme="dark"] .rd-location-status[data-state="ready"] { color: #7AD9CB; }
html[data-theme="dark"] .rd-location-status[data-state="error"] { color: #ffab91; }
@media (max-width: 340px) {
  .rd-location-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .rd-location-row .rd-location-description { text-align: left; }
  .rd-location-time { font-size: 22px; }
  .rd-engagement-value { font-size: 20px; }
}


/* Approximate IP-based OpenStreetMap widget. */
.rd-location-map-widget {
  overflow: hidden;
}
.rd-location-map-status {
  margin: -2px 0 13px;
  color: var(--rd-muted);
  font-size: 12px;
  line-height: 1.55;
}
.rd-location-map-status[data-state="ready"] { color: #115e59; }
.rd-location-map-status[data-state="error"] { color: #a1442f; }
.rd-location-map-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(12, 96, 76, .24);
  border-radius: calc(var(--rd-radius) - 4px);
  background:
    linear-gradient(rgba(12, 96, 76, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 96, 76, .07) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12, 96, 76, .11), rgba(12, 96, 76, .025));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}
.rd-location-map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  padding: 20px;
  color: var(--rd-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}
.rd-location-map-placeholder[hidden] { display: none; }
.rd-location-map-pin {
  position: relative;
  width: 44px;
  height: 38px;
  border: 8px solid var(--rd-primary);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  filter: drop-shadow(0 7px 8px rgba(12, 96, 76, .18));
}
.rd-location-map-pin::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--rd-card);
}
.rd-location-map-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  background: var(--rd-card);
}
.rd-location-map-frame[hidden] { display: none; }
.rd-location-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 12px;
  padding: 8px 15px;
  border: 1px solid rgba(12, 96, 76, .32);
  border-radius: 999px;
  background: rgba(12, 96, 76, .09);
  color: var(--rd-primary-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.rd-location-map-link[hidden] { display: none; }
.rd-location-map-link:hover,
.rd-location-map-link:focus-visible {
  transform: translateY(-2px) scale(1.03);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(12, 96, 76, .22);
}

/* Reliable map controls placed above the cross-origin OpenStreetMap iframe. */
.rd-location-map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 20;
  display: grid;
  width: 44px;
  pointer-events: auto;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(16, 49, 41, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(15, 49, 40, .22);
}
.rd-location-map-control {
  display: grid;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #16345A;
  font: 800 28px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.rd-location-map-control + .rd-location-map-control {
  border-top: 1px solid rgba(16, 49, 41, .16);
}
.rd-location-map-control:hover,
.rd-location-map-control:focus-visible {
  position: relative;
  z-index: 1;
  background: var(--rd-primary);
  color: #fff;
  outline: 3px solid rgba(12, 96, 76, .25);
  outline-offset: -3px;
}
.rd-location-map-control:active { transform: scale(.94); }
.rd-location-map-control:disabled {
  color: #A8C9C2;
  background: #F4FBF9;
  cursor: not-allowed;
  opacity: .78;
}
html[data-theme="dark"] .rd-location-map-controls {
  border-color: rgba(112, 221, 183, .25);
  background: #153733;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .4);
}
html[data-theme="dark"] .rd-location-map-control {
  background: #153733;
  color: #EEF8F4;
}
html[data-theme="dark"] .rd-location-map-control + .rd-location-map-control {
  border-top-color: rgba(112, 221, 183, .18);
}
html[data-theme="dark"] .rd-location-map-control:hover,
html[data-theme="dark"] .rd-location-map-control:focus-visible {
  background: #7AD9CB;
  color: #081C1A;
}
html[data-theme="dark"] .rd-location-map-control:disabled {
  background: #173D38;
  color: #8FAEA2;
}

html[data-theme="dark"] .rd-location-map-shell {
  border-color: rgba(112, 221, 183, .24);
  background:
    linear-gradient(rgba(112, 221, 183, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 221, 183, .06) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12, 96, 76, .13), rgba(255, 255, 255, .02));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: none;
}
html[data-theme="dark"] .rd-location-map-status[data-state="ready"] { color: #7AD9CB; }
html[data-theme="dark"] .rd-location-map-status[data-state="error"] { color: #ffab91; }
html[data-theme="dark"] .rd-location-map-link { color: #7AD9CB; }
html[data-theme="dark"] .rd-location-map-link:hover,
html[data-theme="dark"] .rd-location-map-link:focus-visible { color: #081C1A; }
@media (max-width: 420px) {
  .rd-location-map-shell,
  .rd-location-map-frame {
    min-height: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rd-location-map-link,
  .rd-location-map-control { transition: none; }
  .rd-location-map-link:hover,
  .rd-location-map-link:focus-visible,
  .rd-location-map-control:hover,
  .rd-location-map-control:focus-visible,
  .rd-location-map-control:active { transform: none; }
}

/* Web Vector Premium 1.4.6: reliable right-side map zoom controls. */
.rd-location-map-controls[hidden] { display: none !important; }
.rd-location-map-controls:not([hidden]) { display: grid; }


/* Web Vector Premium 1.4.12: responsive continuous Latest Posts loop at every resolution. */
.rd-latest-widget {
  min-width: 0;
  overflow: hidden;
}
.rd-latest-widget .rd-latest-list {
  position: relative;
  width: 100%;
  height: min(620px, 68vh);
  min-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: auto;
  touch-action: pan-y;
  contain: layout paint;
}
.rd-latest-widget .rd-latest-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.rd-latest-widget .rd-latest-item {
  min-width: 0;
  flex-shrink: 0;
}
.rd-latest-widget .rd-latest-item-clone {
  pointer-events: none;
  user-select: none;
}
.rd-latest-widget .rd-latest-list:hover,
.rd-latest-widget .rd-latest-list:focus-within {
  cursor: default;
}
@media (max-width: 1199px) {
  .rd-latest-widget .rd-latest-list {
    height: min(560px, 66vh);
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .rd-latest-widget .rd-latest-list {
    height: min(500px, 64vh);
    min-height: 280px;
  }
}
@media (max-width: 479px) {
  .rd-latest-widget .rd-latest-list {
    height: min(440px, 60vh);
    min-height: 250px;
  }
}
@media (max-width: 320px) {
  .rd-latest-widget .rd-latest-list {
    height: min(400px, 58vh);
    min-height: 230px;
  }
}
@media (max-height: 520px) and (orientation: landscape) {
  .rd-latest-widget .rd-latest-list {
    height: min(360px, 54vh);
    min-height: 210px;
  }
}
@media (min-width: 1920px) {
  .rd-latest-widget .rd-latest-list {
    height: min(680px, 70vh);
  }
}
@media (prefers-reduced-motion: reduce) {
  .rd-latest-widget .rd-latest-list {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }
  .rd-latest-widget .rd-latest-item-clone {
    display: none;
  }
}


/* Web Vector Premium 1.4.10: synchronized header engagement timer and slower 27-post sidebar loop. */
.rd-header-engagement {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid rgba(12, 96, 76, .28);
  border-radius: 999px;
  background: rgba(12, 96, 76, .08);
  color: var(--rd-heading);
  white-space: nowrap;
}
.rd-header-engagement-label {
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.rd-header-engagement-value {
  color: var(--rd-primary-dark);
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: .025em;
  line-height: 1;
}
html[data-theme="dark"] .rd-header-engagement,
body.rd-dark-mode .rd-header-engagement {
  border-color: rgba(112, 221, 183, .30);
  background: rgba(12, 96, 76, .12);
}
html[data-theme="dark"] .rd-header-engagement-value,
body.rd-dark-mode .rd-header-engagement-value {
  color: #7AD9CB;
}
@media (max-width: 1199px) {
  .rd-header-engagement-label { display: none; }
  .rd-header-engagement { padding-inline: 10px; }
}
@media (max-width: 479px) {
  .rd-header-engagement {
    min-height: 36px;
    padding: 5px 8px;
  }
  .rd-header-engagement-value { font-size: 11px; }
}
@media (max-width: 359px) {
  .rd-header-engagement { display: none; }
}


/* Web Vector Premium 1.4.11: time-only header engagement counter, visible at every resolution. */
.rd-header-engagement {
  display: inline-flex !important;
  flex: 0 0 auto;
  min-width: 88px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 6px 12px;
  visibility: visible !important;
  opacity: 1 !important;
}
.rd-header-engagement-label {
  display: none !important;
}
.rd-header-engagement-value {
  display: inline-block;
  min-width: 8ch;
  color: var(--rd-primary-dark);
  font-size: 13px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 479px) {
  .rd-header-engagement {
    display: inline-flex !important;
    min-width: 78px;
    min-height: 36px;
    padding: 5px 8px;
  }
  .rd-header-engagement-value {
    min-width: 8ch;
    font-size: 11.5px;
    letter-spacing: .025em;
  }
}
@media (max-width: 359px) {
  .rd-header-engagement {
    display: inline-flex !important;
    min-width: 74px;
    padding-inline: 6px;
  }
  .rd-header-engagement-value {
    font-size: 11px;
  }
}


/* Web Vector Premium 7.12: seamless Latest Posts loop with manual wheel, touch, trackpad and keyboard browsing. */
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll] {
  display: block;
  position: relative;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  scroll-behavior: auto;
  overscroll-behavior: contain;
  touch-action: none;
  cursor: grab;
  contain: layout paint;
}

.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:active,
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll].is-manual-scrolling {
  cursor: grabbing;
  user-select: none;
}
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:focus-visible {
  outline: 3px solid rgba(12, 96, 76, .28);
  outline-offset: 5px;
  border-radius: 8px;
}
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(12, 96, 76, .38), rgba(12, 96, 76, .06));
  opacity: .42;
  pointer-events: none;
  transition: opacity .18s ease;
}
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:hover::after,
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]:focus-visible::after,
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll].is-manual-scrolling::after {
  opacity: .9;
}

.rd-latest-widget .rd-latest-scroll-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 13px;
  width: 100%;
  min-width: 0;
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}
.rd-latest-widget .rd-latest-scroll-track > .rd-latest-item {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.rd-latest-widget .rd-latest-item-clone {
  pointer-events: none;
  user-select: none;
}
@media (max-width: 479px) {
  .rd-latest-widget .rd-latest-scroll-track { gap: 11px; }
}
@media (max-width: 320px) {
  .rd-latest-widget .rd-latest-scroll-track { gap: 10px; }
}


/* Web Vector Premium 1.4.14: engagement timer removed from the Location & Time sidebar widget; header timer remains active. */

/* Web Vector Premium 1.4.15: latitude and longitude added to Your Location & Time widget. */


/* Web Vector Premium 1.4.16: synchronized time-only engagement counter restored inside the Location & Time widget. */
.rd-sidebar-engagement {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(12, 96, 76, .24);
  border-radius: calc(var(--rd-radius) - 4px);
  background: linear-gradient(145deg, rgba(12, 96, 76, .12), rgba(12, 96, 76, .035));
  text-align: center;
}
.rd-sidebar-engagement-value {
  display: inline-block;
  min-width: 8ch;
  color: var(--rd-primary-dark);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .045em;
  line-height: 1;
  text-align: center;
}
html[data-theme="dark"] .rd-sidebar-engagement,
body.rd-dark-mode .rd-sidebar-engagement {
  border-color: rgba(112, 221, 183, .24);
  background: linear-gradient(145deg, rgba(12, 96, 76, .14), rgba(255, 255, 255, .025));
}
html[data-theme="dark"] .rd-sidebar-engagement-value,
body.rd-dark-mode .rd-sidebar-engagement-value {
  color: #7AD9CB;
}
@media (max-width: 479px) {
  .rd-sidebar-engagement {
    min-height: 52px;
    padding: 10px 12px;
  }
  .rd-sidebar-engagement-value {
    font-size: 23px;
  }
}
@media (max-width: 340px) {
  .rd-sidebar-engagement-value {
    font-size: 20px;
  }
}


/* Web Vector Premium 7.1: location accuracy note above the engagement timer. */
.rd-location-widget > .rd-location-note {
  margin-top: 16px;
  margin-bottom: 0;
}
.rd-location-widget > .rd-location-note + .rd-sidebar-engagement {
  margin-top: 14px;
  margin-bottom: 0;
}


/* Web Vector Premium 7.2: optional permission-based street and nearest-address lookup. */
.rd-location-row-address {
  align-items: flex-start;
}
.rd-location-row-address .rd-location-description {
  max-width: 58%;
  overflow-wrap: anywhere;
  line-height: 1.45;
}
.rd-precise-location-action {
  margin: 14px 0 18px;
}
.rd-precise-location-button {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(12, 96, 76, .38);
  border-radius: 10px;
  background: var(--rd-primary);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(12, 96, 76, .16);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.rd-precise-location-button:hover,
.rd-precise-location-button:focus-visible {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 10px 24px rgba(12, 96, 76, .24);
}
.rd-precise-location-button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}
.rd-precise-location-status {
  margin: 8px 0 0;
  color: var(--rd-muted);
  font-size: 11px;
  line-height: 1.5;
}
.rd-precise-location-status[data-state="error"] {
  color: #a33a32;
}
.rd-precise-location-status[data-state="ready"] {
  color: var(--rd-primary-dark);
}
html[data-theme="dark"] .rd-precise-location-status[data-state="error"],
body.rd-dark-mode .rd-precise-location-status[data-state="error"] {
  color: #ffaaa3;
}
@media (max-width: 420px) {
  .rd-location-row-address {
    display: block;
  }
  .rd-location-row-address .rd-location-term,
  .rd-location-row-address .rd-location-description {
    max-width: none;
    width: 100%;
    text-align: left;
  }
  .rd-location-row-address .rd-location-description {
    margin-top: 5px;
  }
}


/* Web Vector Premium 7.6: privacy-safe visitor profile and device information. */
.rd-visitor-profile {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(12, 96, 76, .24);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 96, 76, .08), rgba(12, 96, 76, .025));
}
.rd-visitor-profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(12, 96, 76, .22);
}
.rd-visitor-profile-header h2,
.rd-visitor-profile-header h3 {
  margin: 0;
  color: var(--rd-heading);
  font-size: 15px;
  line-height: 1.3;
}
.rd-local-only-badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(12, 96, 76, .14);
  color: var(--rd-primary-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rd-visitor-profile-note {
  margin: 10px 0 12px;
  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.55;
}
.rd-device-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}
.rd-device-details > div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(12, 96, 76, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .68);
}
.rd-device-details span,
.rd-device-details strong {
  display: block;
  overflow-wrap: anywhere;
}
.rd-device-details span {
  margin-bottom: 3px;
  color: var(--rd-muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.rd-device-details strong {
  color: var(--rd-heading);
  font-size: 11px;
  line-height: 1.4;
}
.rd-local-profile-form {
  display: grid;
  gap: 10px;
}
.rd-local-profile-form label {
  display: grid;
  gap: 5px;
  margin: 0;
}
.rd-local-profile-form label > span,
.rd-profile-output-row > span {
  color: var(--rd-heading);
  font-size: 10px;
  font-weight: 800;
}
.rd-local-profile-form input {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(12, 96, 76, .26);
  border-radius: 9px;
  background: var(--rd-card);
  color: var(--rd-text);
  font: inherit;
  font-size: 12px;
}
.rd-local-profile-form input:focus {
  border-color: var(--rd-primary);
  outline: 3px solid rgba(12, 96, 76, .14);
  outline-offset: 1px;
}
.rd-profile-output-row {
  display: grid;
  grid-template-columns: minmax(100px, .8fr) minmax(0, 1.2fr);
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(12, 96, 76, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .56);
}
.rd-profile-output-row strong {
  min-width: 0;
  color: var(--rd-text);
  font-size: 11px;
  text-align: right;
  overflow-wrap: anywhere;
}
.rd-profile-id-row {
  grid-template-columns: minmax(95px, .75fr) minmax(0, 1fr) auto;
}
.rd-profile-copy-id {
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid rgba(12, 96, 76, .24);
  border-radius: 8px;
  background: rgba(12, 96, 76, .09);
  color: var(--rd-primary-dark);
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.rd-local-profile-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.rd-profile-save,
.rd-profile-clear {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.rd-profile-save {
  border: 1px solid var(--rd-primary);
  background: var(--rd-primary);
  color: #fff;
}
.rd-profile-clear {
  border: 1px solid rgba(12, 96, 76, .24);
  background: transparent;
  color: var(--rd-primary-dark);
}
.rd-local-profile-status {
  min-height: 16px;
  margin: 0;
  color: var(--rd-muted);
  font-size: 9px;
  line-height: 1.45;
}
html[data-theme="dark"] .rd-visitor-profile,
body.rd-dark-mode .rd-visitor-profile {
  border-color: rgba(112, 221, 183, .22);
  background: linear-gradient(145deg, rgba(112, 221, 183, .09), rgba(112, 221, 183, .025));
}
html[data-theme="dark"] .rd-device-details > div,
html[data-theme="dark"] .rd-profile-output-row,
body.rd-dark-mode .rd-device-details > div,
body.rd-dark-mode .rd-profile-output-row {
  background: rgba(17, 27, 28, .74);
  border-color: rgba(112, 221, 183, .16);
}
@media (max-width: 420px) {
  .rd-device-details { grid-template-columns: 1fr; }
  .rd-profile-id-row { grid-template-columns: 1fr auto; }
  .rd-profile-id-row > span { grid-column: 1 / -1; }
}


/* Web Vector Premium 7.8: Visitor Profile & Device is now a standalone sidebar widget. */
.rd-visitor-profile-widget {
  margin-top: 0;
}
.rd-visitor-profile-widget.rd-widget {
  padding: 18px;
  border-color: rgba(12, 96, 76, .24);
  background: linear-gradient(145deg, rgba(12, 96, 76, .08), rgba(12, 96, 76, .025));
}
.rd-visitor-profile-widget .rd-visitor-profile-header h2 {
  font-size: 18px;
}
.rd-copy-device-summary {
  width: 100%;
  min-height: 38px;
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 1px solid rgba(12, 96, 76, .28);
  border-radius: 10px;
  background: rgba(12, 96, 76, .10);
  color: var(--rd-primary-dark);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.rd-copy-device-summary:hover,
.rd-copy-device-summary:focus-visible {
  transform: translateY(-2px);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(12, 96, 76, .20);
}
html[data-theme="dark"] .rd-visitor-profile-widget.rd-widget,
body.rd-dark-mode .rd-visitor-profile-widget.rd-widget {
  background: linear-gradient(145deg, rgba(112, 221, 183, .10), rgba(112, 221, 183, .035));
}
@media (max-width: 480px) {
  .rd-visitor-profile-widget.rd-widget { padding: 14px; }
  .rd-visitor-profile-widget .rd-visitor-profile-header h2 { font-size: 16px; }
}


/* Web Vector Premium 7.9: copy/share controls for visitor details and country code support. */
.rd-device-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}
.rd-device-detail-content { min-width: 0; }
.rd-profile-mini-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex: 0 0 auto;
}
.rd-profile-mini-action {
  display: inline-grid;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(12, 96, 76, .24);
  border-radius: 50%;
  background: rgba(12, 96, 76, .09);
  color: var(--rd-primary-dark);
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.rd-profile-mini-action svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  pointer-events: none;
}
.rd-profile-mini-action:hover,
.rd-profile-mini-action:focus-visible,
.rd-profile-mini-action.is-success {
  transform: translateY(-2px) scale(1.08);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 6px 14px rgba(12, 96, 76, .22);
}
.rd-profile-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}
.rd-profile-input-row input { min-width: 0; }
.rd-profile-output-row {
  grid-template-columns: minmax(86px, .7fr) minmax(0, 1fr) auto;
}
.rd-profile-id-row {
  grid-template-columns: minmax(86px, .72fr) minmax(0, 1fr) auto;
}
.rd-profile-summary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.rd-profile-summary-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(12, 96, 76, .28);
  border-radius: 10px;
  background: rgba(12, 96, 76, .10);
  color: var(--rd-primary-dark);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.rd-profile-summary-button svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: currentColor;
}
.rd-profile-summary-button:hover,
.rd-profile-summary-button:focus-visible,
.rd-profile-summary-button.is-success {
  transform: translateY(-2px);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(12, 96, 76, .20);
}
html[data-theme="dark"] .rd-profile-mini-action,
body.rd-dark-mode .rd-profile-mini-action,
html[data-theme="dark"] .rd-profile-summary-button,
body.rd-dark-mode .rd-profile-summary-button {
  border-color: rgba(112, 221, 183, .26);
  background: rgba(112, 221, 183, .10);
  color: #7AD9CB;
}
@media (max-width: 420px) {
  .rd-profile-summary-actions { grid-template-columns: 1fr; }
  .rd-profile-input-row { grid-template-columns: minmax(0, 1fr); }
  .rd-profile-input-row .rd-profile-mini-actions { justify-content: flex-start; }
  .rd-profile-output-row,
  .rd-profile-id-row { grid-template-columns: minmax(0, 1fr) auto; }
  .rd-profile-output-row > span,
  .rd-profile-id-row > span { grid-column: 1 / -1; }
  .rd-profile-output-row strong,
  .rd-profile-id-row strong { text-align: left; }
}


/* Web Vector Premium 7.10: matched sidebar-card background and responsive 7-day weather widget. */
.rd-visitor-profile-widget.rd-widget {
  background: var(--rd-card);
  border-color: var(--rd-border);
  box-shadow: 0 6px 22px rgba(15, 23, 42, .035);
}
html[data-theme="dark"] .rd-visitor-profile-widget.rd-widget,
body.rd-dark-mode .rd-visitor-profile-widget.rd-widget {
  background: var(--rd-card);
  border-color: var(--rd-border);
}
.rd-weather-widget {
  overflow: hidden;
  background: var(--rd-card);
}
.rd-weather-status {
  margin: -4px 0 14px;
  color: var(--rd-muted);
  font-size: 12px;
  line-height: 1.5;
}
.rd-weather-status[hidden] { display: none; }
.rd-weather-status[data-state="error"] { color: #b42318; }
.rd-weather-current {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid rgba(12, 96, 76, .22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 96, 76, .11), rgba(12, 96, 76, .025));
}
.rd-weather-current-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
}
.rd-weather-current-icon svg { width: 66px; height: 66px; }
.rd-weather-current-copy { min-width: 0; }
.rd-weather-current-temp {
  display: block;
  color: var(--rd-heading);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.rd-weather-current-condition {
  display: block;
  margin-top: 6px;
  color: var(--rd-text);
  font-size: 13px;
  font-weight: 700;
}
.rd-weather-location {
  display: block;
  margin-top: 4px;
  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.rd-weather-forecast {
  display: grid;
  gap: 7px;
}
.rd-weather-day {
  display: grid;
  grid-template-columns: minmax(48px, .8fr) 38px minmax(72px, 1fr) minmax(50px, .75fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid var(--rd-border);
  border-radius: 11px;
  background: var(--rd-card);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
@media (hover: hover) and (pointer: fine) {
  .rd-weather-day:hover {
    transform: translateY(-2px);
    border-color: rgba(12, 96, 76, .42);
    box-shadow: 0 7px 16px rgba(17, 61, 51, .08);
  }
}
.rd-weather-day-name {
  color: var(--rd-heading);
  font-size: 12px;
  font-weight: 800;
}
.rd-weather-day-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
}
.rd-weather-day-icon svg { width: 34px; height: 34px; }
.rd-weather-day-temp {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  font-variant-numeric: tabular-nums;
}
.rd-weather-day-temp strong {
  color: var(--rd-heading);
  font-size: 13px;
}
.rd-weather-day-temp span {
  color: var(--rd-muted);
  font-size: 11px;
}
.rd-weather-rain {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #0284c7;
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.rd-weather-rain svg { width: 15px; height: 15px; fill: currentColor; }
.rd-weather-source {
  margin: 12px 0 0;
  color: var(--rd-muted);
  font-size: 9px;
  line-height: 1.4;
  text-align: right;
}
.rd-weather-source a { color: var(--rd-primary-dark); font-weight: 700; }
html[data-theme="dark"] .rd-weather-current,
body.rd-dark-mode .rd-weather-current {
  background: linear-gradient(145deg, rgba(112, 221, 183, .10), rgba(112, 221, 183, .025));
  border-color: rgba(112, 221, 183, .22);
}
html[data-theme="dark"] .rd-weather-status[data-state="error"],
body.rd-dark-mode .rd-weather-status[data-state="error"] { color: #fda29b; }
@media (max-width: 480px) {
  .rd-weather-current {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }
  .rd-weather-current-icon,
  .rd-weather-current-icon svg { width: 58px; height: 58px; }
  .rd-weather-day {
    grid-template-columns: minmax(44px, .72fr) 34px minmax(64px, .9fr) minmax(46px, .66fr);
    gap: 6px;
    padding: 8px;
  }
  .rd-weather-day-icon,
  .rd-weather-day-icon svg { width: 31px; height: 31px; }
}
@media (max-width: 340px) {
  .rd-weather-day {
    grid-template-columns: 1fr 32px auto;
  }
  .rd-weather-rain {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 2px;
  }
}


/* Web Vector Premium 7.11: international calling code, thunderstorm chance, live-location weather and sharing tools. */
.rd-weather-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.rd-weather-heading-row .rd-widget-title {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.rd-weather-location-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  max-width: 150px;
  padding: 7px 10px;
  border: 1px solid rgba(12, 96, 76, .34);
  border-radius: 999px;
  background: rgba(12, 96, 76, .09);
  color: var(--rd-primary-dark);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.rd-weather-location-button svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}
.rd-weather-location-button:hover,
.rd-weather-location-button:focus-visible {
  transform: translateY(-1px);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 7px 18px rgba(12, 96, 76, .2);
}
.rd-weather-location-button:disabled {
  opacity: .55;
  cursor: wait;
  transform: none;
}
.rd-weather-capture {
  min-width: 0;
}
.rd-weather-legend {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: -4px 2px 8px;
  color: var(--rd-muted);
  font-size: 9px;
  font-weight: 700;
}
.rd-weather-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.rd-weather-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.rd-weather-legend-rain { background: #0284c7; }
.rd-weather-legend-storm { background: #b45309; }
.rd-weather-day {
  grid-template-columns: minmax(46px, .7fr) 36px minmax(68px, .9fr) minmax(64px, .8fr);
}
.rd-weather-probabilities {
  display: grid;
  gap: 4px;
  justify-items: end;
  min-width: 0;
}
.rd-weather-rain,
.rd-weather-storm {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
  font-size: 10px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.rd-weather-rain { color: #0284c7; }
.rd-weather-storm { color: #b45309; }
.rd-weather-rain svg,
.rd-weather-storm svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: currentColor;
}
.rd-weather-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}
.rd-weather-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(12, 96, 76, .3);
  border-radius: 11px;
  background: rgba(12, 96, 76, .075);
  color: var(--rd-primary-dark);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.rd-weather-action svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}
.rd-weather-action-screenshot { grid-column: 1 / -1; }
.rd-weather-action:hover,
.rd-weather-action:focus-visible {
  transform: translateY(-2px);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(12, 96, 76, .2);
}
.rd-weather-action:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
html[data-theme="dark"] .rd-weather-location-button,
html[data-theme="dark"] .rd-weather-action,
body.rd-dark-mode .rd-weather-location-button,
body.rd-dark-mode .rd-weather-action {
  border-color: rgba(112, 221, 183, .28);
  background: rgba(112, 221, 183, .08);
  color: #7AD9CB;
}
@media (max-width: 520px) {
  .rd-weather-heading-row {
    align-items: stretch;
    flex-direction: column;
  }
  .rd-weather-location-button {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 380px) {
  .rd-weather-day {
    grid-template-columns: minmax(42px, .7fr) 32px minmax(62px, .85fr);
  }
  .rd-weather-probabilities {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    padding-top: 3px;
  }
  .rd-weather-rain,
  .rd-weather-storm {
    justify-content: center;
  }
  .rd-weather-actions {
    grid-template-columns: 1fr;
  }
  .rd-weather-action-screenshot { grid-column: auto; }
}


/* Web Vector Premium 7.16: automatic IP-based weather loading with Celsius-only temperatures. */


@media (prefers-reduced-motion: reduce) {
  .rd-latest-widget .rd-latest-list[data-rd-latest-scroll] {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible !important;
    cursor: default;
    touch-action: auto;
  }
  .rd-latest-widget .rd-latest-scroll-track {
    transform: none !important;
    will-change: auto;
  }
  .rd-latest-widget .rd-latest-item-clone,
  .rd-latest-widget .rd-latest-list[data-rd-latest-scroll]::after {
    display: none !important;
  }
}

/* Web Vector Premium 7.17: privacy-safe IP, network, fingerprint and quality diagnostics. */
.rd-ip-security-widget {
  overflow: hidden;
  background: var(--rd-card);
}
.rd-ip-security-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}
.rd-ip-security-heading .rd-widget-title {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.rd-ip-security-refresh {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(12, 96, 76, .34);
  border-color: color-mix(in srgb, var(--rd-primary) 34%, transparent);
  border-radius: 50%;
  background: rgba(12, 96, 76, .09);
  background: color-mix(in srgb, var(--rd-primary) 9%, transparent);
  color: var(--rd-primary-dark);
  transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.rd-ip-security-refresh svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.rd-ip-security-refresh:hover,
.rd-ip-security-refresh:focus-visible {
  transform: rotate(24deg) scale(1.04);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 7px 18px rgba(12, 96, 76, .22);
}
.rd-ip-security-refresh:disabled {
  opacity: .5;
  cursor: wait;
  transform: none;
}
.rd-ip-security-note {
  margin: 0 0 8px;
  color: var(--rd-muted);
  font-size: 10px;
  line-height: 1.55;
}
.rd-ip-security-status {
  margin: 0 0 12px;
  color: var(--rd-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}
.rd-ip-security-status[data-state="ready"] { color: var(--rd-primary-dark); }
.rd-ip-security-status[data-state="error"] { color: #b42318; }
.rd-ip-security-list {
  display: grid;
  gap: 7px;
}
.rd-ip-security-row {
  display: grid;
  grid-template-columns: minmax(92px, .85fr) minmax(0, 1.15fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid var(--rd-border);
  border-radius: 11px;
  background: var(--rd-card);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.rd-ip-security-row > span {
  color: var(--rd-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}
.rd-ip-security-row > strong {
  min-width: 0;
  color: var(--rd-heading);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
  overflow-wrap: anywhere;
}
.rd-ip-security-row[data-state="good"] {
  border-color: rgba(12, 96, 76, .35);
  border-color: color-mix(in srgb, var(--rd-primary) 35%, var(--rd-border));
  background: rgba(12, 96, 76, .05);
  background: color-mix(in srgb, var(--rd-primary) 5%, var(--rd-card));
}
.rd-ip-security-row[data-state="good"] > strong { color: var(--rd-primary-dark); }
.rd-ip-security-row[data-state="warn"] {
  border-color: rgba(180, 83, 9, .32);
  background: rgba(180, 83, 9, .055);
}
.rd-ip-security-row[data-state="warn"] > strong { color: #9a4507; }
.rd-ip-fingerprint {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  letter-spacing: .02em;
}
.rd-ip-quality-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid rgba(12, 96, 76, .26);
  border-color: color-mix(in srgb, var(--rd-primary) 26%, var(--rd-border));
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 96, 76, .09), var(--rd-card));
  background: linear-gradient(145deg, color-mix(in srgb, var(--rd-primary) 9%, var(--rd-card)), var(--rd-card));
}
.rd-ip-quality-card > div:first-child > span {
  display: block;
  color: var(--rd-heading);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}
.rd-ip-quality-card small {
  display: block;
  margin-top: 4px;
  color: var(--rd-muted);
  font-size: 9px;
  line-height: 1.45;
}
.rd-ip-quality-meter {
  --rd-ip-quality: 0%;
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--rd-primary) var(--rd-ip-quality), var(--rd-border) 0);
}
.rd-ip-quality-meter::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: var(--rd-card);
  box-shadow: inset 0 0 0 1px var(--rd-border);
}
.rd-ip-quality-meter strong {
  position: relative;
  z-index: 1;
  color: var(--rd-heading);
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.rd-ip-quality-meter[data-state="warn"] {
  background: conic-gradient(#b45309 var(--rd-ip-quality), var(--rd-border) 0);
}
.rd-ip-quality-meter[data-state="neutral"] {
  background: conic-gradient(#ca8a04 var(--rd-ip-quality), var(--rd-border) 0);
}
.rd-ip-security-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 11px;
}
.rd-ip-security-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(12, 96, 76, .30);
  border-color: color-mix(in srgb, var(--rd-primary) 30%, transparent);
  border-radius: 11px;
  background: rgba(12, 96, 76, .075);
  background: color-mix(in srgb, var(--rd-primary) 7.5%, transparent);
  color: var(--rd-primary-dark);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.rd-ip-security-action svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}
.rd-ip-security-action:hover,
.rd-ip-security-action:focus-visible,
.rd-ip-security-action.is-success {
  transform: translateY(-2px);
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(12, 96, 76, .2);
}
.rd-ip-security-action:disabled {
  opacity: .46;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
html[data-theme="dark"] .rd-ip-security-refresh,
body.rd-dark-mode .rd-ip-security-refresh,
html[data-theme="dark"] .rd-ip-security-action,
body.rd-dark-mode .rd-ip-security-action {
  border-color: rgba(112, 221, 183, .28);
  background: rgba(112, 221, 183, .08);
  color: #8fe2b6;
}
html[data-theme="dark"] .rd-ip-security-row[data-state="warn"],
body.rd-dark-mode .rd-ip-security-row[data-state="warn"] {
  border-color: rgba(251, 191, 36, .28);
  background: rgba(251, 191, 36, .07);
}
html[data-theme="dark"] .rd-ip-security-row[data-state="warn"] > strong,
body.rd-dark-mode .rd-ip-security-row[data-state="warn"] > strong { color: #fbbf24; }
html[data-theme="dark"] .rd-ip-security-status[data-state="error"],
body.rd-dark-mode .rd-ip-security-status[data-state="error"] { color: #fda29b; }
@media (hover: hover) and (pointer: fine) {
  .rd-ip-security-row:hover {
    transform: translateY(-1px);
    border-color: rgba(12, 96, 76, .40);
    border-color: color-mix(in srgb, var(--rd-primary) 40%, var(--rd-border));
    box-shadow: 0 7px 16px rgba(17, 61, 51, .07);
  }
}
@media (max-width: 380px) {
  .rd-ip-security-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
  .rd-ip-security-row > strong { text-align: left; }
  .rd-ip-quality-card { grid-template-columns: minmax(0, 1fr) 64px; }
  .rd-ip-quality-meter { width: 60px; height: 60px; }
  .rd-ip-security-actions { grid-template-columns: 1fr; }
}


/* Web Vector Premium 7.18: dual Celsius and Fahrenheit temperatures in the weather widget. */
.rd-weather-current-temp {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  font-size: inherit;
  line-height: 1.08;
}
.rd-weather-current-temp .rd-weather-temp-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  max-width: 100%;
}
.rd-weather-current-temp b {
  color: var(--rd-heading);
  font-size: clamp(27px, 3.4vw, 38px);
  font-style: normal;
  font-weight: 800;
}
.rd-weather-current-temp i {
  color: var(--rd-muted);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}
.rd-weather-current-temp em {
  color: var(--rd-primary-dark);
  font-size: clamp(17px, 2.2vw, 22px);
  font-style: normal;
  font-weight: 800;
}
.rd-weather-day-temp {
  display: grid;
  gap: 2px;
  align-items: center;
  min-width: 0;
  font-variant-numeric: tabular-nums;
}
.rd-weather-day-temp .rd-weather-temp-line {
  display: flex;
  align-items: baseline;
  gap: 3px;
  min-width: 0;
  white-space: nowrap;
}
.rd-weather-day-temp small {
  width: 10px;
  color: var(--rd-muted);
  font-size: 8px;
  font-weight: 800;
}
.rd-weather-day-temp b,
.rd-weather-day-temp em,
.rd-weather-day-temp i {
  font-style: normal;
  line-height: 1.2;
}
.rd-weather-day-temp b {
  color: var(--rd-heading);
  font-size: 10px;
  font-weight: 800;
}
.rd-weather-day-temp i {
  color: var(--rd-muted);
  font-size: 8px;
  font-weight: 700;
}
.rd-weather-day-temp em {
  color: var(--rd-primary-dark);
  font-size: 9px;
  font-weight: 800;
}
@media (max-width: 480px) {
  .rd-weather-current-temp b { font-size: 27px; }
  .rd-weather-current-temp em { font-size: 16px; }
  .rd-weather-day-temp .rd-weather-temp-line { gap: 2px; }
  .rd-weather-day-temp b { font-size: 9px; }
  .rd-weather-day-temp em { font-size: 8px; }
}

/* Web Vector Premium 7.20: pause the complete Latest Posts widget on hover while preserving the seamless loop. */
.rd-latest-widget.is-hover-paused .rd-latest-list[data-rd-latest-scroll],
.rd-latest-widget:hover .rd-latest-list[data-rd-latest-scroll] {
  cursor: grab;
}
.rd-latest-widget .rd-latest-item-clone {
  pointer-events: auto;
}
.rd-latest-widget .rd-latest-item a {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.rd-latest-widget .rd-latest-item a:focus-visible {
  outline: 3px solid rgba(12, 96, 76, .30);
  outline-offset: 3px;
  border-radius: 5px;
}


/* Web Vector Premium 7.5.2.1: legacy uploaded-theme palette compatibility. */
html[data-theme="dark"] .site-header,
html[data-theme="dark"] .rd-search-panel,
html[data-theme="dark"] .rd-primary-nav .sub-menu,
html[data-theme="dark"] .rd-icon-button,
html[data-theme="dark"] .search-field,
html[data-theme="dark"] .rd-card-shell,
html[data-theme="dark"] .rd-post-card,
html[data-theme="dark"] .widget,
html[data-theme="dark"] .rd-widget {
  background-color: var(--rd-card);
  border-color: var(--rd-border);
}
html[data-theme="dark"] .rd-primary-nav a,
html[data-theme="dark"] .search-field,
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
  color: var(--rd-text);
}
html[data-theme="dark"] .rd-primary-nav a:hover,
html[data-theme="dark"] .rd-primary-nav .current-menu-item > a,
html[data-theme="dark"] .rd-primary-nav .current-menu-ancestor > a {
  color: var(--rd-primary-dark);
}
html[data-theme="dark"] .site-footer {
  background: #081C1A;
  border-top-color: #285E57;
}
html[data-theme="dark"] .rd-theme-toggle,
html[data-theme="dark"] .rd-scroll-top {
  background: #0F766E;
  border-color: rgba(112, 221, 183, .34);
}
html[data-theme="dark"] .rd-theme-toggle:hover,
html[data-theme="dark"] .rd-theme-toggle:focus-visible,
html[data-theme="dark"] .rd-scroll-top:hover,
html[data-theme="dark"] .rd-scroll-top:focus-visible {
  background: #7AD9CB;
  color: #081C1A;
}


/* Web Vector Premium 7.5.2.2: unified sidebar surfaces and Lighthouse accessibility corrections. */
.rd-sidebar > .widget,
.rd-sidebar > .rd-widget {
  background: #fff !important;
  color: #334A46;
  border-color: #E2E6DF;
}
.rd-sidebar > .rd-widget.rd-visitor-profile-widget,
.rd-sidebar > .rd-widget.rd-weather-widget,
.rd-sidebar > .rd-widget.rd-ip-security-widget,
.rd-sidebar > .rd-widget.rd-location-widget,
.rd-sidebar > .rd-widget.rd-location-map-widget,
.rd-sidebar > .rd-widget.rd-profile,
.rd-sidebar > .rd-widget.rd-latest-widget {
  background-image: none !important;
  background-color: #fff !important;
}
.rd-sidebar .rd-widget-title,
.rd-sidebar .widget-title,
.rd-sidebar .rd-profile-name,
.rd-sidebar h2,
.rd-sidebar h3 {
  color: #153733;
}
.rd-sidebar p,
.rd-sidebar li,
.rd-sidebar label,
.rd-sidebar input,
.rd-sidebar select,
.rd-sidebar textarea {
  color: #334A46;
}
.rd-sidebar .rd-location-status,
.rd-sidebar .rd-location-note,
.rd-sidebar .rd-precise-location-status,
.rd-sidebar .rd-visitor-profile-note,
.rd-sidebar .rd-local-profile-status,
.rd-sidebar .rd-weather-status,
.rd-sidebar .rd-weather-location,
.rd-sidebar .rd-weather-legend,
.rd-sidebar .rd-weather-source,
.rd-sidebar .rd-ip-security-note,
.rd-sidebar .rd-ip-security-status,
.rd-sidebar .rd-latest-date,
.rd-sidebar .rd-device-details span,
.rd-sidebar .rd-ip-security-row > span {
  color: #61716E;
}
.rd-location-row .rd-location-term,
.rd-location-row .rd-location-description {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}
.rd-location-row .rd-location-term {
  color: #153733;
  font-size: 12px;
  font-weight: 700;
}
.rd-location-row .rd-location-description {
  display: flex;
  justify-content: flex-end;
  color: #334A46;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.rd-weather-rain,
.rd-weather-legend-rain + * {
  color: #075985;
}
.rd-weather-storm,
.rd-weather-legend-storm + * {
  color: #92400E;
}
.rd-weather-legend-rain { background: #075985; }
.rd-weather-legend-storm { background: #92400E; }
.rd-location-status[data-state="ready"],
.rd-location-map-status[data-state="ready"],
.rd-ip-security-status[data-state="ready"] {
  color: #115e59;
}
.rd-weather-source a,
.rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more) {
  color: #115e59;
}
.rd-weather-source a:hover,
.rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more):hover {
  color: #0E514B;
}
.rd-sidebar button:focus-visible,
.rd-sidebar a:focus-visible,
.rd-sidebar input:focus-visible,
.rd-sidebar select:focus-visible,
.rd-sidebar textarea:focus-visible {
  outline: 3px solid #115e59;
  outline-offset: 3px;
}

html[data-theme="dark"] .rd-sidebar > .widget,
html[data-theme="dark"] .rd-sidebar > .rd-widget,
body.rd-dark-mode .rd-sidebar > .widget,
body.rd-dark-mode .rd-sidebar > .rd-widget {
  background: #102A27 !important;
  color: #D9EEE9;
  border-color: #36776E;
}
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-visitor-profile-widget,
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-weather-widget,
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-ip-security-widget,
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-location-widget,
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-location-map-widget,
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-profile,
html[data-theme="dark"] .rd-sidebar > .rd-widget.rd-latest-widget,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-visitor-profile-widget,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-weather-widget,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-ip-security-widget,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-location-widget,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-location-map-widget,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-profile,
body.rd-dark-mode .rd-sidebar > .rd-widget.rd-latest-widget {
  background-image: none !important;
  background-color: #102A27 !important;
}
html[data-theme="dark"] .rd-sidebar .rd-widget-title,
html[data-theme="dark"] .rd-sidebar .widget-title,
html[data-theme="dark"] .rd-sidebar .rd-profile-name,
html[data-theme="dark"] .rd-sidebar h2,
html[data-theme="dark"] .rd-sidebar h3,
body.rd-dark-mode .rd-sidebar .rd-widget-title,
body.rd-dark-mode .rd-sidebar .widget-title,
body.rd-dark-mode .rd-sidebar .rd-profile-name,
body.rd-dark-mode .rd-sidebar h2,
body.rd-dark-mode .rd-sidebar h3 {
  color: #F4FBF9;
}
html[data-theme="dark"] .rd-sidebar p,
html[data-theme="dark"] .rd-sidebar li,
html[data-theme="dark"] .rd-sidebar label,
html[data-theme="dark"] .rd-location-row .rd-location-description,
body.rd-dark-mode .rd-sidebar p,
body.rd-dark-mode .rd-sidebar li,
body.rd-dark-mode .rd-sidebar label,
body.rd-dark-mode .rd-location-row .rd-location-description {
  color: #D9EEE9;
}
html[data-theme="dark"] .rd-sidebar .rd-location-status,
html[data-theme="dark"] .rd-sidebar .rd-location-note,
html[data-theme="dark"] .rd-sidebar .rd-precise-location-status,
html[data-theme="dark"] .rd-sidebar .rd-visitor-profile-note,
html[data-theme="dark"] .rd-sidebar .rd-local-profile-status,
html[data-theme="dark"] .rd-sidebar .rd-weather-status,
html[data-theme="dark"] .rd-sidebar .rd-weather-location,
html[data-theme="dark"] .rd-sidebar .rd-weather-legend,
html[data-theme="dark"] .rd-sidebar .rd-weather-source,
html[data-theme="dark"] .rd-sidebar .rd-ip-security-note,
html[data-theme="dark"] .rd-sidebar .rd-ip-security-status,
html[data-theme="dark"] .rd-sidebar .rd-latest-date,
body.rd-dark-mode .rd-sidebar .rd-location-status,
body.rd-dark-mode .rd-sidebar .rd-location-note,
body.rd-dark-mode .rd-sidebar .rd-precise-location-status,
body.rd-dark-mode .rd-sidebar .rd-visitor-profile-note,
body.rd-dark-mode .rd-sidebar .rd-local-profile-status,
body.rd-dark-mode .rd-sidebar .rd-weather-status,
body.rd-dark-mode .rd-sidebar .rd-weather-location,
body.rd-dark-mode .rd-sidebar .rd-weather-legend,
body.rd-dark-mode .rd-sidebar .rd-weather-source,
body.rd-dark-mode .rd-sidebar .rd-ip-security-note,
body.rd-dark-mode .rd-sidebar .rd-ip-security-status,
body.rd-dark-mode .rd-sidebar .rd-latest-date {
  color: #B9CEC6;
}
html[data-theme="dark"] .rd-location-row .rd-location-term,
body.rd-dark-mode .rd-location-row .rd-location-term {
  color: #F4FBF9;
}
html[data-theme="dark"] .rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more),
body.rd-dark-mode .rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more) {
  color: #81DACC;
}
html[data-theme="dark"] .rd-weather-rain,
body.rd-dark-mode .rd-weather-rain { color: #7DD3FC; }
html[data-theme="dark"] .rd-weather-storm,
body.rd-dark-mode .rd-weather-storm { color: #FDBA74; }
.rd-weather-legend span:first-child { color: #075985; }
.rd-weather-legend span:last-child { color: #92400E; }
html[data-theme="dark"] .rd-weather-legend span:first-child,
body.rd-dark-mode .rd-weather-legend span:first-child { color: #7DD3FC; }
html[data-theme="dark"] .rd-weather-legend span:last-child,
body.rd-dark-mode .rd-weather-legend span:last-child { color: #FDBA74; }


/* Web Vector Premium 7.5.2.6: accessible evergreen palette and agent-ready interaction states. */
:root {
  --rd-focus-ring: #115e59;
  --rd-agent-accent: #0F766E;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline-color: var(--rd-focus-ring);
}
.search-submit,
.rd-button,
input[type="submit"],
.wp-block-button__link,
.page-numbers.current,
.rd-scroll-top,
.rd-theme-toggle {
  background-color: var(--rd-primary);
  color: #FFFFFF;
}
.search-submit:hover,
.search-submit:focus-visible,
.rd-button:hover,
.rd-button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  background-color: var(--rd-primary-dark);
  color: #FFFFFF;
}
html[data-theme="dark"] a:not(.rd-share-button):not(.button):not(.wp-block-button__link),
html[data-theme="dark"] .rd-sidebar a:not(.rd-share-button):not(.button):not(.rd-read-more) {
  color: #81DACC;
}
html[data-theme="dark"] a:not(.rd-share-button):not(.button):not(.wp-block-button__link):hover,
html[data-theme="dark"] a:not(.rd-share-button):not(.button):not(.rd-read-more):focus-visible {
  color: #B9EEE6;
}
html[data-webmcp="ready"] [data-agent-action] {
  scroll-margin-top: 110px;
}

/* Web Vector Premium 7.5.2.7: smooth archive and related-post card growth. */
body.blog .rd-content-area .rd-post-card,
body.archive .rd-content-area .rd-post-card,
.rd-related .rd-post-card {
  position: relative;
  transform-origin: center center;
  will-change: transform;
  transition:
    transform 360ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 360ms cubic-bezier(.2, .8, .2, 1),
    border-color 260ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.blog .rd-content-area .rd-post-card:hover,
  body.archive .rd-content-area .rd-post-card:hover,
  .rd-related .rd-post-card:hover {
    z-index: 3;
    transform: translateY(-6px) scale(1.025);
    border-color: color-mix(in srgb, var(--rd-primary) 42%, var(--rd-border));
    box-shadow: 0 18px 40px rgba(15, 55, 51, .16);
  }

  body.blog .rd-content-area .rd-post-card:hover .rd-card-thumb img,
  body.archive .rd-content-area .rd-post-card:hover .rd-card-thumb img,
  .rd-related .rd-post-card:hover .rd-card-thumb img {
    transform: scale(1.065);
  }
}

body.blog .rd-content-area .rd-post-card:focus-within,
body.archive .rd-content-area .rd-post-card:focus-within,
.rd-related .rd-post-card:focus-within {
  z-index: 3;
  transform: translateY(-4px) scale(1.018);
  border-color: var(--rd-primary);
  box-shadow: 0 16px 34px rgba(15, 55, 51, .15);
}

@media (prefers-reduced-motion: reduce) {
  body.blog .rd-content-area .rd-post-card,
  body.archive .rd-content-area .rd-post-card,
  .rd-related .rd-post-card,
  body.blog .rd-content-area .rd-post-card .rd-card-thumb img,
  body.archive .rd-content-area .rd-post-card .rd-card-thumb img,
  .rd-related .rd-post-card .rd-card-thumb img {
    transition: none !important;
  }

  body.blog .rd-content-area .rd-post-card:hover,
  body.archive .rd-content-area .rd-post-card:hover,
  .rd-related .rd-post-card:hover,
  body.blog .rd-content-area .rd-post-card:focus-within,
  body.archive .rd-content-area .rd-post-card:focus-within,
  .rd-related .rd-post-card:focus-within {
    transform: none;
  }
}



/* Web Vector Premium 7.5.3.0 — final stable branding and plugin compatibility. */
.rd-default-brand-logo {
  display: inline-flex;
  align-items: center;
  max-width: min(520px, 48vw);
  line-height: 0;
}
.rd-default-brand-logo img {
  display: block;
  width: min(520px, 100%);
  height: auto;
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
}
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: min(520px, 48vw);
  line-height: 0;
}
.custom-logo-link img {
  width: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

/* Rank Math breadcrumb output inherits the theme's accessible navigation style. */
.rank-math-breadcrumb,
.rank-math-breadcrumb p {
  margin: 0 0 18px;
  color: var(--rd-muted);
  font-size: .9rem;
  line-height: 1.65;
}
.rank-math-breadcrumb a { color: var(--rd-primary); font-weight: 700; }
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:focus-visible { color: var(--rd-primary-dark); }

/* Easy Table of Contents: free, paid and legacy selectors. */
#ez-toc-container,
.ez-toc-container,
.ez-toc-widget-container,
div#ez-toc-container {
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid var(--rd-border);
  border-radius: var(--rd-radius);
  background: var(--rd-card);
  color: var(--rd-text);
  box-shadow: 0 8px 22px rgba(15, 55, 51, .06);
}
#ez-toc-container .ez-toc-title,
.ez-toc-container .ez-toc-title { color: var(--rd-heading); font-weight: 800; }
#ez-toc-container a,
.ez-toc-container a { color: var(--rd-primary); text-decoration-thickness: .08em; text-underline-offset: .18em; }
#ez-toc-container a:hover,
#ez-toc-container a:focus-visible,
.ez-toc-container a:hover,
.ez-toc-container a:focus-visible { color: var(--rd-primary-dark); }

/* Ad Inserter and common ad wrappers remain responsive and do not cause overflow. */
.ai-viewport-1,
.ai-viewport-2,
.ai-viewport-3,
.ai-insert,
.code-block,
[id^="google_ads_iframe"],
ins.adsbygoogle {
  max-width: 100%;
}
.ai-insert,
.code-block,
ins.adsbygoogle {
  clear: both;
}
.entry-content > .ai-insert,
.entry-content > .code-block,
.entry-content > ins.adsbygoogle {
  margin-inline: auto;
}

/* Gutenberg and plugin blocks remain inside the content column. */
.entry-content > :where(.wp-block-group,.wp-block-columns,.wp-block-cover,.wp-block-table,.wp-block-embed),
.wp-site-blocks,
.wp-block-post-content { max-width: 100%; }
.wp-block-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.wp-block-table table { min-width: 100%; }
.wp-block-image img,
.wp-block-cover img,
.wp-block-media-text img { height: auto; }

/* Stable extension hook slots used by Ad Inserter Pro and WPCode. */
.web-vector-premium-hook,
[data-web-vector-hook] { clear: both; max-width: 100%; }

html[data-theme="dark"] #ez-toc-container,
html[data-theme="dark"] .ez-toc-container,
html[data-theme="dark"] .ez-toc-widget-container {
  background: var(--rd-card);
  color: var(--rd-text);
  border-color: var(--rd-border);
}
html[data-theme="dark"] #ez-toc-container .ez-toc-title,
html[data-theme="dark"] .ez-toc-container .ez-toc-title { color: var(--rd-heading); }

@media (max-width: 760px) {
  .rd-default-brand-logo,
  .custom-logo-link { max-width: min(360px, 70vw); }
  .rd-default-brand-logo img,
  .custom-logo-link img { max-height: 64px; }
}
@media (max-width: 420px) {
  .rd-default-brand-logo,
  .custom-logo-link { max-width: 245px; }
  .rd-default-brand-logo img,
  .custom-logo-link img { max-height: 52px; }
}


/* Web Vector Premium 7.6.0.0 — professional reduced homepage. */
.wvp-home {
  padding: 0;
  overflow: hidden;
}
.wvp-home-hero {
  position: relative;
  padding: clamp(58px, 7vw, 104px) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(15, 118, 110, .14), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(15, 118, 110, .09), transparent 27%),
    linear-gradient(145deg, #ffffff 0%, #f4faf8 55%, #edf7f4 100%);
  border-bottom: 1px solid var(--rd-border);
}
.wvp-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(15, 118, 110, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 118, 110, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 90%);
}
.wvp-home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}
.wvp-home-eyebrow,
.wvp-home-section-kicker {
  margin: 0 0 12px;
  color: var(--rd-primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.wvp-home-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--rd-heading);
  font-size: clamp(44px, 6.4vw, 82px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.wvp-home-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--rd-text);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.65;
}
.wvp-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.wvp-home-primary-cta,
.wvp-home-cta .rd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}
.wvp-home-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid #9fcac4;
  border-radius: 7px;
  background: rgba(255,255,255,.78);
  color: var(--rd-heading);
  font-weight: 800;
}
.wvp-home-secondary-cta:hover,
.wvp-home-secondary-cta:focus-visible {
  border-color: var(--rd-primary);
  background: #fff;
  color: var(--rd-primary-dark);
  transform: translateY(-2px);
}
.wvp-home-search {
  max-width: 690px;
  margin-top: 22px;
  padding: 10px;
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 11px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 38px rgba(15, 55, 50, .07);
  backdrop-filter: blur(8px);
}
.wvp-home-search .search-field { min-height: 52px; }
.wvp-home-search .search-submit { min-height: 52px; }
.wvp-home-trust-card {
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 26px 70px rgba(18, 66, 60, .13);
  backdrop-filter: blur(12px);
}
.wvp-home-trust-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 15px;
  background: var(--rd-primary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 118, 110, .25);
}
.wvp-home-trust-icon svg { width: 31px; height: 31px; fill: currentColor; }
.wvp-home-trust-card h2 {
  margin: 0 0 15px;
  color: var(--rd-heading);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.25;
}
.wvp-home-trust-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wvp-home-trust-card li {
  position: relative;
  padding-left: 28px;
  color: var(--rd-text);
  line-height: 1.55;
}
.wvp-home-trust-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rd-primary);
  font-weight: 900;
}
.wvp-home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--rd-border);
}
.wvp-home-stats div { min-width: 0; }
.wvp-home-stats strong,
.wvp-home-stats span { display: block; }
.wvp-home-stats strong {
  color: var(--rd-heading);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.wvp-home-stats span {
  margin-top: 5px;
  color: var(--rd-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.wvp-home-section {
  padding: clamp(58px, 6.4vw, 88px) 0;
}
.wvp-home-section + .wvp-home-section { border-top: 1px solid var(--rd-border); }
.wvp-home-featured { background: #fff; }
.wvp-home-topics { background: var(--rd-bg); }
.wvp-home-latest { background: #fff; }
.wvp-home-standards { background: linear-gradient(180deg, var(--rd-bg), #f0f7f4); }
.wvp-home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}
.wvp-home-section-heading h2 {
  margin: 0;
  color: var(--rd-heading);
  font-size: clamp(30px, 3.4vw, 48px);
  letter-spacing: -.04em;
  line-height: 1.12;
}
.wvp-home-section-heading > a {
  flex: 0 0 auto;
  color: var(--rd-primary-dark);
  font-weight: 800;
}
.wvp-home-section-heading > a:hover,
.wvp-home-section-heading > a:focus-visible { transform: translateX(3px); }
.wvp-home-section-heading-centered { justify-content: center; text-align: center; }
.wvp-home-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 28px;
  align-items: stretch;
}
.wvp-home-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rd-border);
  border-radius: 16px;
  background: var(--rd-card);
  box-shadow: 0 15px 40px rgba(15, 35, 65, .08);
}
.wvp-home-featured-image {
  min-height: 100%;
  background: var(--rd-primary-soft);
  overflow: hidden;
}
.wvp-home-featured-image img,
.wvp-home-featured-image .rd-thumb-placeholder {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 520ms ease;
}
.wvp-home-featured-card:hover .wvp-home-featured-image img { transform: scale(1.035); }
.wvp-home-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.5vw, 48px);
}
.wvp-home-category-label {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--rd-primary-soft);
  color: var(--rd-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wvp-home-featured-body h3 {
  margin: 0 0 12px;
  font-size: clamp(27px, 2.65vw, 40px);
  letter-spacing: -.035em;
  line-height: 1.18;
}
.wvp-home-featured-body h3 a { color: var(--rd-heading); }
.wvp-home-featured-body h3 a:hover { color: var(--rd-primary); }
.wvp-home-featured-body p {
  margin: 6px 0 20px;
  color: var(--rd-text);
  line-height: 1.72;
}
.wvp-home-text-link {
  align-self: flex-start;
  color: var(--rd-primary-dark);
  font-weight: 800;
}
.wvp-home-text-link:hover,
.wvp-home-text-link:focus-visible { transform: translateX(3px); }
.wvp-home-spotlight-list {
  display: grid;
  grid-template-rows: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.wvp-home-spotlight-card {
  display: grid;
  grid-template-columns: 118px minmax(0,1fr);
  gap: 15px;
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--rd-border);
  border-radius: 12px;
  background: var(--rd-card);
  transition: transform var(--rd-transition), border-color var(--rd-transition), box-shadow var(--rd-transition);
}
.wvp-home-spotlight-card:hover,
.wvp-home-spotlight-card:focus-within {
  border-color: #a9cec8;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 35, 65, .08);
}
.wvp-home-spotlight-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--rd-primary-soft);
}
.wvp-home-spotlight-thumb img,
.wvp-home-spotlight-thumb .rd-thumb-placeholder { width: 100%; height: 100%; object-fit: cover; }
.wvp-home-spotlight-card time {
  display: block;
  margin: 2px 0 5px;
  color: var(--rd-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.wvp-home-spotlight-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.wvp-home-spotlight-card h3 a { color: var(--rd-heading); }
.wvp-home-spotlight-card h3 a:hover { color: var(--rd-primary); }
.wvp-home-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.wvp-home-topic-card {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 20px;
  border: 1px solid var(--rd-border);
  border-radius: 13px;
  background: var(--rd-card);
  color: var(--rd-heading);
  box-shadow: 0 6px 20px rgba(15, 35, 65, .035);
}
.wvp-home-topic-card:hover,
.wvp-home-topic-card:focus-visible {
  border-color: #9fcac4;
  color: var(--rd-heading);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 35, 65, .09);
}
.wvp-home-topic-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--rd-primary-soft);
  color: var(--rd-primary-dark);
  font-size: 22px;
  font-weight: 900;
}
.wvp-home-topic-copy { min-width: 0; }
.wvp-home-topic-copy strong,
.wvp-home-topic-copy small { display: block; }
.wvp-home-topic-copy strong { font-size: 17px; line-height: 1.35; }
.wvp-home-topic-copy small { margin-top: 5px; color: var(--rd-muted); font-size: 13px; line-height: 1.4; }
.wvp-home-topic-arrow { color: var(--rd-primary); font-size: 22px; font-weight: 800; }
.wvp-home-latest-grid { gap: 22px; }
.wvp-home-latest-grid .rd-post-card { border-radius: 13px; }
.wvp-home-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}
.wvp-home-standard-grid article {
  position: relative;
  min-width: 0;
  padding: clamp(25px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid var(--rd-border);
  border-radius: 14px;
  background: var(--rd-card);
}
.wvp-home-standard-grid article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--rd-primary);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}
.wvp-home-standard-grid h3 {
  margin: 0 0 12px;
  color: var(--rd-heading);
  font-size: 22px;
  line-height: 1.3;
}
.wvp-home-standard-grid p { margin: 0; color: var(--rd-text); line-height: 1.7; }
.wvp-home-cta {
  padding: clamp(42px, 5.6vw, 72px) 0;
  background: var(--rd-primary-dark);
  color: #fff;
}
.wvp-home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wvp-home-cta .wvp-home-section-kicker { color: #c9eee7; }
.wvp-home-cta h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.5vw, 46px);
  letter-spacing: -.035em;
  line-height: 1.18;
}
.wvp-home-cta .rd-button {
  flex: 0 0 auto;
  background: #fff;
  color: var(--rd-primary-dark);
  box-shadow: none;
}
.wvp-home-cta .rd-button:hover,
.wvp-home-cta .rd-button:focus-visible {
  background: #eaf7f4;
  color: #083f3a;
}

html[data-theme="dark"] .wvp-home-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(122, 217, 203, .11), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(15, 118, 110, .11), transparent 27%),
    linear-gradient(145deg, #081c1a 0%, #0b2421 56%, #102e2a 100%);
}
html[data-theme="dark"] .wvp-home-hero::before { opacity: .35; }
html[data-theme="dark"] .wvp-home-secondary-cta,
html[data-theme="dark"] .wvp-home-search,
html[data-theme="dark"] .wvp-home-trust-card,
html[data-theme="dark"] .wvp-home-featured,
html[data-theme="dark"] .wvp-home-latest,
html[data-theme="dark"] .wvp-home-topic-card,
html[data-theme="dark"] .wvp-home-featured-card,
html[data-theme="dark"] .wvp-home-spotlight-card,
html[data-theme="dark"] .wvp-home-standard-grid article {
  background: var(--rd-card);
  border-color: var(--rd-border);
}
html[data-theme="dark"] .wvp-home-topics,
html[data-theme="dark"] .wvp-home-standards { background: var(--rd-bg); }
html[data-theme="dark"] .wvp-home-secondary-cta { color: var(--rd-heading); }
html[data-theme="dark"] .wvp-home-search { box-shadow: 0 16px 38px rgba(0,0,0,.24); }
html[data-theme="dark"] .wvp-home-cta { background: #061512; }
html[data-theme="dark"] .wvp-home-category-label,
html[data-theme="dark"] .wvp-home-topic-mark { background: var(--rd-primary-soft); color: var(--rd-primary-dark); }

@media (max-width: 1120px) {
  .wvp-home-hero-grid,
  .wvp-home-featured-grid { grid-template-columns: minmax(0,1fr); }
  .wvp-home-trust-card { max-width: 780px; }
  .wvp-home-featured-card { grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); }
  .wvp-home-spotlight-list { grid-template-columns: repeat(2, minmax(0,1fr)); grid-template-rows: none; }
}
@media (max-width: 900px) {
  .wvp-home-featured-card { grid-template-columns: 1fr; }
  .wvp-home-featured-image img,
  .wvp-home-featured-image .rd-thumb-placeholder { min-height: 330px; }
  .wvp-home-topic-grid,
  .wvp-home-standard-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .wvp-home-hero { padding-block: 50px 58px; }
  .wvp-home-hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .wvp-home-stats { grid-template-columns: 1fr; gap: 15px; }
  .wvp-home-stats div { display: grid; grid-template-columns: minmax(105px, auto) 1fr; align-items: center; gap: 12px; }
  .wvp-home-stats span { margin-top: 0; }
  .wvp-home-section-heading { align-items: flex-start; flex-direction: column; }
  .wvp-home-section-heading-centered { align-items: center; }
  .wvp-home-spotlight-list,
  .wvp-home-topic-grid,
  .wvp-home-standard-grid { grid-template-columns: 1fr; }
  .wvp-home-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .wvp-home-actions { align-items: stretch; flex-direction: column; }
  .wvp-home-actions > a { width: 100%; }
  .wvp-home-search .search-form { gap: 8px; }
  .wvp-home-trust-card { padding: 24px 20px; }
  .wvp-home-featured-image img,
  .wvp-home-featured-image .rd-thumb-placeholder { min-height: 230px; }
  .wvp-home-featured-body { padding: 24px 20px; }
  .wvp-home-spotlight-card { grid-template-columns: 96px minmax(0,1fr); }
  .wvp-home-topic-card { grid-template-columns: 46px minmax(0,1fr) auto; min-height: 92px; padding: 16px; }
  .wvp-home-topic-mark { width: 46px; height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .wvp-home-featured-card:hover .wvp-home-featured-image img,
  .wvp-home-topic-card:hover,
  .wvp-home-spotlight-card:hover,
  .wvp-home-secondary-cta:hover,
  .wvp-home-text-link:hover,
  .wvp-home-section-heading > a:hover { transform: none; }
}

/* ================================================================
   Version 7.6.4.1 — Blog & Guides editorial hub
   ================================================================ */
.wvp-guides-hub .rd-layout { align-items: start; }
.wvp-hub-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
  gap: 24px;
  padding: clamp(28px, 4vw, 52px);
  margin-bottom: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(15,118,110,.15), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f4fbf8 100%);
  border: 1px solid var(--rd-border);
  border-radius: 18px;
  box-shadow: 0 20px 52px rgba(21,55,51,.08);
}
.wvp-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--rd-primary), #34d399);
}
.wvp-hub-eyebrow,
.wvp-hub-section-heading span,
.wvp-geo-section-kicker {
  margin: 0 0 8px;
  color: var(--rd-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.wvp-hub-hero h1 {
  margin: 0;
  color: var(--rd-heading);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.wvp-hub-hero-copy > p:not(.wvp-hub-eyebrow) {
  max-width: 720px;
  margin: 18px 0 22px;
  color: var(--rd-text);
  font-size: 18px;
  line-height: 1.75;
}
.wvp-hub-search .search-form { max-width: 680px; }
.wvp-hub-search .search-field { min-height: 54px; box-shadow: 0 8px 24px rgba(21,55,51,.06); }
.wvp-hub-search .search-submit { min-height: 54px; }
.wvp-hub-hero-stats {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.wvp-hub-hero-stats > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(15,118,110,.18);
  border-radius: 12px;
  backdrop-filter: blur(6px);
}
.wvp-hub-hero-stats strong { color: var(--rd-heading); font-size: 23px; line-height: 1; }
.wvp-hub-hero-stats span { color: var(--rd-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.wvp-hub-topic-nav {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  margin-bottom: 32px;
  background: #fff;
  border: 1px solid var(--rd-border);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.wvp-hub-topic-nav > span { flex: 0 0 auto; color: var(--rd-heading); font-weight: 800; font-size: 14px; padding-top: 6px; }
.wvp-hub-topic-nav > div { display: flex; flex-wrap: wrap; gap: 8px; }
.wvp-hub-topic-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: var(--rd-primary-dark);
  background: var(--rd-primary-soft);
  border: 1px solid rgba(15,118,110,.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.wvp-hub-topic-nav a:hover,
.wvp-hub-topic-nav a:focus-visible { color: #fff; background: var(--rd-primary); transform: translateY(-1px); }
.wvp-hub-featured,
.wvp-hub-category-section { margin-bottom: 38px; }
.wvp-hub-section-heading,
.wvp-hub-category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.wvp-hub-section-heading h2,
.wvp-hub-category-heading h2,
.wvp-hub-admin-note h2 {
  margin: 0;
  color: var(--rd-heading);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.wvp-hub-featured-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 20px; }
.wvp-hub-editor-list { display: grid; gap: 14px; }
.wvp-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.wvp-hub-card {
  --wvp-card-accent: var(--rd-primary);
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rd-border);
  border-radius: 15px;
  box-shadow: 0 9px 28px rgba(21,55,51,.055);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.wvp-hub-card:hover,
.wvp-hub-card:focus-within { transform: translateY(-5px); border-color: rgba(15,118,110,.45); box-shadow: 0 20px 42px rgba(21,55,51,.12); }
.wvp-hub-card-media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #eaf4f1; }
.wvp-hub-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 520ms cubic-bezier(.2,.75,.25,1); }
.wvp-hub-card:hover .wvp-hub-card-media img { transform: scale(1.055); }
.wvp-hub-format,
.wvp-hub-pick {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(8,72,56,.94);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}
.wvp-hub-pick { left: auto; right: 14px; background: #7c2d12; }
.wvp-hub-card-body { padding: 20px; }
.wvp-hub-card-taxonomy { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; font-size: 12px; font-weight: 750; }
.wvp-hub-card-taxonomy a { color: var(--rd-primary-dark); text-transform: uppercase; letter-spacing: .055em; }
.wvp-hub-card-taxonomy span { color: var(--rd-muted); }
.wvp-hub-card-title { margin: 0 0 10px; font-size: 21px; line-height: 1.34; letter-spacing: -.018em; }
.wvp-hub-card-title a { color: var(--rd-heading); }
.wvp-hub-card-title a:hover { color: var(--rd-primary); }
.wvp-hub-card-body > p { margin: 0 0 16px; color: var(--rd-text); font-size: 15px; line-height: 1.7; }
.wvp-hub-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wvp-hub-card-footer > a { font-weight: 800; font-size: 14px; }
.wvp-hub-level { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 9px; border-radius: 999px; color: #14532d; background: #dcfce7; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.wvp-hub-level--intermediate { color: #713f12; background: #fef3c7; }
.wvp-hub-level--advanced { color: #7f1d1d; background: #fee2e2; }
.wvp-hub-card--featured .wvp-hub-card-media { aspect-ratio: 16/8.4; }
.wvp-hub-card--featured .wvp-hub-card-title { font-size: clamp(25px, 2.35vw, 34px); }
.wvp-hub-card--featured .wvp-hub-card-body { padding: 24px; }
.wvp-hub-card--compact { display: grid; grid-template-columns: 142px minmax(0,1fr); }
.wvp-hub-card--compact .wvp-hub-card-media { aspect-ratio: auto; min-height: 154px; }
.wvp-hub-card--compact .wvp-hub-card-body { padding: 15px; }
.wvp-hub-card--compact .wvp-hub-card-title { font-size: 16px; line-height: 1.32; }
.wvp-hub-card--compact .wvp-hub-card-body > p { display: none; }
.wvp-hub-card--compact .wvp-hub-format { top: 9px; left: 9px; font-size: 9px; }
.wvp-hub-card--compact .wvp-hub-pick { display: none; }
.wvp-hub-card--compact .wvp-hub-card-taxonomy { align-items: flex-start; flex-direction: column; gap: 3px; }
.wvp-hub-card--compact .wvp-hub-card-footer > a { font-size: 12px; }
.wvp-hub-category-section {
  --wvp-category-accent: var(--rd-primary);
  padding: clamp(22px, 3vw, 30px);
  background: #fff;
  border: 1px solid var(--rd-border);
  border-top: 4px solid var(--wvp-category-accent);
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(21,55,51,.05);
  scroll-margin-top: 110px;
}
.wvp-hub-category-heading { align-items: flex-start; }
.wvp-hub-category-heading > div:nth-child(2) { flex: 1; min-width: 0; }
.wvp-hub-category-heading p { max-width: 680px; margin: 6px 0 0; color: var(--rd-muted); font-size: 14px; line-height: 1.6; }
.wvp-hub-category-heading > a { flex: 0 0 auto; font-weight: 800; font-size: 14px; }
.wvp-hub-category-icon { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--wvp-category-accent); border-radius: 13px; font-size: 22px; box-shadow: 0 10px 22px color-mix(in srgb, var(--wvp-category-accent) 28%, transparent); }
.wvp-hub-admin-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 24px; background: linear-gradient(135deg, var(--rd-primary-soft), #fff); border: 1px solid rgba(15,118,110,.23); border-radius: 15px; }
.wvp-hub-admin-note p { margin: 7px 0 0; color: var(--rd-text); font-size: 14px; line-height: 1.7; }
.wvp-hub-admin-icon { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--rd-primary); border-radius: 15px; font-size: 19px; }

/* ================================================================
   Version 7.6.4.1 — GEO-TOOLS full-page technical dashboard
   ================================================================ */
.wvp-geo-tools-page { overflow: hidden; background: #f5faf8; }
.wvp-geo-hero {
  position: relative;
  padding: clamp(64px, 8vw, 110px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(52,211,153,.2), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(45,212,191,.16), transparent 33%),
    linear-gradient(135deg, #062e29 0%, #0b4c43 50%, #0f766e 100%);
}
.wvp-geo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}
.wvp-geo-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: clamp(34px, 6vw, 78px); align-items: center; }
.wvp-geo-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: #a7f3d0; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wvp-geo-kicker span { width: 9px; height: 9px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 7px rgba(52,211,153,.13); animation: wvpGeoPulse 2s infinite; }
@keyframes wvpGeoPulse { 50% { box-shadow: 0 0 0 12px rgba(52,211,153,0); } }
.wvp-geo-hero h1 { margin: 0; color: #fff; font-size: clamp(48px, 8vw, 92px); line-height: .95; letter-spacing: -.06em; }
.wvp-geo-hero-copy > p:not(.wvp-geo-kicker) { max-width: 720px; margin: 22px 0 28px; color: #d7f4eb; font-size: 18px; line-height: 1.75; }
.wvp-geo-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.wvp-geo-hero-actions .rd-button { background: #fff; color: #084838; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.wvp-geo-hero-actions .rd-button:hover { color: #fff; background: #0f766e; }
.wvp-geo-secondary { display: inline-flex; align-items: center; min-height: 48px; padding: 0 18px; color: #d7f4eb; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; font-weight: 750; }
.wvp-geo-secondary:hover { color: #fff; background: rgba(255,255,255,.1); }
.wvp-geo-console { overflow: hidden; background: rgba(2,22,19,.72); border: 1px solid rgba(167,243,208,.22); border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.wvp-geo-console-bar { display: flex; align-items: center; gap: 7px; padding: 14px 16px; background: rgba(255,255,255,.055); border-bottom: 1px solid rgba(255,255,255,.09); }
.wvp-geo-console-bar span { width: 9px; height: 9px; border-radius: 50%; background: #fb7185; }
.wvp-geo-console-bar span:nth-child(2) { background: #facc15; }
.wvp-geo-console-bar span:nth-child(3) { background: #4ade80; }
.wvp-geo-console-bar strong { margin-left: 7px; color: #a7f3d0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 600; }
.wvp-geo-console-body { padding: 12px 20px 20px; }
.wvp-geo-console-body p { display: grid; grid-template-columns: 34px 1fr; gap: 2px 12px; margin: 0; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.075); }
.wvp-geo-console-body p:last-child { border-bottom: 0; }
.wvp-geo-console-body p > span { grid-row: 1/3; color: #5eead4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.wvp-geo-console-body strong { color: #fff; font-size: 14px; }
.wvp-geo-console-body small { color: #9dc8be; font-size: 11px; }
.wvp-geo-module-strip { position: relative; z-index: 2; margin-top: -30px; }
.wvp-geo-module-strip .rd-container { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; background: #fff; border: 1px solid #dce9e4; border-radius: 16px; box-shadow: 0 18px 50px rgba(6,46,41,.12); }
.wvp-geo-module-strip .rd-container > div { display: grid; grid-template-columns: 42px 1fr; gap: 1px 12px; align-items: center; min-width: 0; padding: 22px; border-right: 1px solid #e5eeea; }
.wvp-geo-module-strip .rd-container > div:last-child { border-right: 0; }
.wvp-geo-module-strip span { grid-row: 1/3; display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--rd-primary); border-radius: 11px; font-size: 18px; }
.wvp-geo-module-strip strong { color: var(--rd-heading); font-size: 13px; }
.wvp-geo-module-strip small { color: var(--rd-muted); font-size: 10px; line-height: 1.35; }
.wvp-geo-dashboard { padding: 76px 0 80px; }
.wvp-geo-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 24px; }
.wvp-geo-section-heading p { margin: 0 0 4px; color: var(--rd-primary-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wvp-geo-section-heading h2 { margin: 0; color: var(--rd-heading); font-size: clamp(30px,4vw,50px); line-height: 1.08; letter-spacing: -.04em; }
.wvp-geo-live { display: inline-flex; align-items: center; gap: 8px; color: #166534; background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 999px; padding: 8px 13px; font-size: 12px; font-weight: 800; }
.wvp-geo-live i { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.12); }
.wvp-geo-tools-suite.rd-sidebar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 22px;
  align-items: start;
}
.wvp-geo-tools-suite > .rd-widget { position: relative; height: auto; margin: 0; padding: clamp(20px,2.1vw,28px); border-radius: 18px; border-color: #d9e8e2; box-shadow: 0 12px 34px rgba(6,46,41,.07); }
.wvp-geo-tools-suite > .rd-widget::before { content: "LIVE MODULE"; position: absolute; top: 17px; right: 20px; color: var(--rd-primary-dark); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.wvp-geo-tools-suite .rd-widget-title { padding-right: 90px; font-size: clamp(21px,2vw,28px); }
.wvp-geo-tools-suite .rd-location-widget { grid-column: span 7; }
.wvp-geo-tools-suite .rd-visitor-profile-widget { grid-column: span 5; }
.wvp-geo-tools-suite .rd-weather-widget { grid-column: span 7; }
.wvp-geo-tools-suite .rd-ip-security-widget { grid-column: span 5; }
.wvp-geo-tools-suite .rd-location-map-widget { grid-column: 1/-1; }
.wvp-geo-tools-suite .rd-location-map-shell { min-height: 480px; }
.wvp-geo-tools-suite .rd-location-map-frame { min-height: 480px; }
.wvp-geo-tools-suite .rd-location-details,
.wvp-geo-tools-suite .rd-device-details,
.wvp-geo-tools-suite .rd-weather-forecast,
.wvp-geo-tools-suite .rd-ip-security-list { gap: 10px; }
.wvp-geo-tools-suite .rd-location-row,
.wvp-geo-tools-suite .rd-device-details > div,
.wvp-geo-tools-suite .rd-profile-output-row,
.wvp-geo-tools-suite .rd-weather-current,
.wvp-geo-tools-suite .rd-weather-day,
.wvp-geo-tools-suite .rd-ip-security-row,
.wvp-geo-tools-suite .rd-ip-quality-card { border-radius: 12px; }
.wvp-geo-privacy { padding: 70px 0 88px; color: #d9f4ec; background: #062e29; }
.wvp-geo-privacy-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(36px,7vw,90px); align-items: center; }
.wvp-geo-privacy h2 { margin: 0; color: #fff; font-size: clamp(30px,4vw,50px); line-height: 1.14; letter-spacing: -.035em; }
.wvp-geo-privacy p:not(.wvp-geo-section-kicker) { margin: 18px 0 0; color: #b5d8cf; line-height: 1.75; }
.wvp-geo-privacy .wvp-geo-section-kicker { color: #6ee7c2; }
.wvp-geo-privacy-points { display: grid; gap: 12px; }
.wvp-geo-privacy-points > div { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: center; padding: 17px; background: rgba(255,255,255,.055); border: 1px solid rgba(167,243,208,.13); border-radius: 13px; }
.wvp-geo-privacy-points strong { display: grid; place-items: center; width: 43px; height: 43px; color: #062e29; background: #6ee7c2; border-radius: 11px; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 12px; }
.wvp-geo-privacy-points span { color: #d9f4ec; font-size: 14px; line-height: 1.55; }

/* Dark mode for the new hubs. */
html[data-theme="dark"] .wvp-hub-hero,
html[data-theme="dark"] .wvp-hub-topic-nav,
html[data-theme="dark"] .wvp-hub-card,
html[data-theme="dark"] .wvp-hub-category-section,
html[data-theme="dark"] .wvp-hub-admin-note { background: var(--rd-card); border-color: var(--rd-border); }
html[data-theme="dark"] .wvp-hub-hero { background: radial-gradient(circle at 92% 8%, rgba(94,234,212,.12), transparent 34%), linear-gradient(135deg,var(--rd-card),#081c1a); }
html[data-theme="dark"] .wvp-hub-hero-stats > div { background: #102f2a; border-color: #285e57; }
html[data-theme="dark"] .wvp-hub-hero h1,
html[data-theme="dark"] .wvp-hub-section-heading h2,
html[data-theme="dark"] .wvp-hub-category-heading h2,
html[data-theme="dark"] .wvp-hub-admin-note h2,
html[data-theme="dark"] .wvp-hub-card-title a,
html[data-theme="dark"] .wvp-hub-hero-stats strong { color: var(--rd-heading); }
html[data-theme="dark"] .wvp-hub-topic-nav > span,
html[data-theme="dark"] .wvp-hub-card-body > p,
html[data-theme="dark"] .wvp-hub-category-heading p,
html[data-theme="dark"] .wvp-hub-admin-note p { color: var(--rd-text); }
html[data-theme="dark"] .wvp-hub-card-media { background: #173d38; }
html[data-theme="dark"] .wvp-hub-level { color: #bbf7d0; background: #14532d; }
html[data-theme="dark"] .wvp-hub-level--intermediate { color: #fde68a; background: #713f12; }
html[data-theme="dark"] .wvp-hub-level--advanced { color: #fecaca; background: #7f1d1d; }
html[data-theme="dark"] .wvp-geo-tools-page { background: var(--rd-bg); }
html[data-theme="dark"] .wvp-geo-module-strip .rd-container { background: var(--rd-card); border-color: var(--rd-border); }
html[data-theme="dark"] .wvp-geo-module-strip .rd-container > div { border-color: var(--rd-border); }
html[data-theme="dark"] .wvp-geo-module-strip strong,
html[data-theme="dark"] .wvp-geo-section-heading h2 { color: var(--rd-heading); }
html[data-theme="dark"] .wvp-geo-tools-suite > .rd-widget { background: var(--rd-card); border-color: var(--rd-border); }
html[data-theme="dark"] .wvp-geo-live { color: #bbf7d0; background: #14532d; border-color: #166534; }

@media (max-width: 1180px) {
  .wvp-hub-featured-grid { grid-template-columns: 1fr; }
  .wvp-hub-editor-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wvp-hub-card--compact { grid-template-columns: 120px minmax(0,1fr); }
  .wvp-geo-hero-grid { grid-template-columns: 1fr 1fr; }
  .wvp-geo-module-strip .rd-container { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wvp-geo-module-strip .rd-container > div:nth-child(2) { border-right: 0; }
  .wvp-geo-module-strip .rd-container > div:nth-child(-n+2) { border-bottom: 1px solid #e5eeea; }
  .wvp-geo-tools-suite .rd-location-widget,
  .wvp-geo-tools-suite .rd-weather-widget { grid-column: span 7; }
  .wvp-geo-tools-suite .rd-visitor-profile-widget,
  .wvp-geo-tools-suite .rd-ip-security-widget { grid-column: span 5; }
}
@media (max-width: 980px) {
  .wvp-hub-hero { grid-template-columns: 1fr; }
  .wvp-hub-hero-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .wvp-hub-hero-stats > div { align-items: flex-start; flex-direction: column; }
  .wvp-hub-grid { grid-template-columns: 1fr; }
  .wvp-geo-hero-grid,
  .wvp-geo-privacy-grid { grid-template-columns: 1fr; }
  .wvp-geo-console { max-width: 720px; }
  .wvp-geo-tools-suite .rd-location-widget,
  .wvp-geo-tools-suite .rd-visitor-profile-widget,
  .wvp-geo-tools-suite .rd-weather-widget,
  .wvp-geo-tools-suite .rd-ip-security-widget { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  .wvp-hub-hero { padding: 28px 20px; border-radius: 13px; }
  .wvp-hub-hero-stats { grid-template-columns: 1fr; }
  .wvp-hub-topic-nav { align-items: stretch; flex-direction: column; }
  .wvp-hub-editor-list { grid-template-columns: 1fr; }
  .wvp-hub-card--compact { grid-template-columns: 108px minmax(0,1fr); }
  .wvp-hub-card--compact .wvp-hub-card-footer { align-items: flex-start; flex-direction: column; }
  .wvp-hub-category-heading { align-items: flex-start; flex-wrap: wrap; }
  .wvp-hub-category-heading > a { width: 100%; padding-left: 62px; }
  .wvp-hub-admin-note { grid-template-columns: 1fr; }
  .wvp-geo-hero { padding: 58px 0 80px; }
  .wvp-geo-hero-actions { align-items: stretch; flex-direction: column; }
  .wvp-geo-hero-actions > * { justify-content: center; width: 100%; }
  .wvp-geo-module-strip { margin-top: -22px; }
  .wvp-geo-module-strip .rd-container { grid-template-columns: 1fr; }
  .wvp-geo-module-strip .rd-container > div { border-right: 0; border-bottom: 1px solid #e5eeea; }
  .wvp-geo-module-strip .rd-container > div:last-child { border-bottom: 0; }
  .wvp-geo-section-heading { align-items: flex-start; flex-direction: column; }
  .wvp-geo-tools-suite.rd-sidebar { gap: 16px; }
  .wvp-geo-tools-suite > .rd-widget { padding: 18px; border-radius: 14px; }
  .wvp-geo-tools-suite > .rd-widget::before { position: static; display: inline-block; margin-bottom: 8px; }
  .wvp-geo-tools-suite .rd-widget-title { padding-right: 0; }
  .wvp-geo-tools-suite .rd-location-map-shell,
  .wvp-geo-tools-suite .rd-location-map-frame { min-height: 350px; }
}
@media (prefers-reduced-motion: reduce) {
  .wvp-geo-kicker span { animation: none; }
  .wvp-hub-card,
  .wvp-hub-card-media img { transition: none; }
}


/* Web Vector Premium 7.6.4.1: universal ad-network integration. */
.wvp-template-content,
.wvp-ad-slot {
  width: min(100%, 1160px);
  margin: 24px auto;
}
.wvp-template-content:empty,
.wvp-ad-slot:empty { display: none; }
.wvp-template-content > :first-child,
.wvp-ad-slot > :first-child { margin-top: 0; }
.wvp-template-content > :last-child,
.wvp-ad-slot > :last-child { margin-bottom: 0; }
.wvp-ad-slot {
  clear: both;
  position: relative;
  text-align: center;
  overflow: visible;
}
.wvp-ad-slot iframe,
.wvp-ad-slot ins,
.wvp-ad-slot img,
.wvp-ad-slot video {
  max-width: 100%;
}
.rd-archive-grid > .wvp-ad-slot--blog_between_posts {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 16px;
}
.wvp-guides-hub .wvp-ad-slot,
.wvp-geo-tools-page .wvp-ad-slot {
  max-width: 100%;
}
@media (max-width: 767px) {
  .wvp-template-content,
  .wvp-ad-slot { margin-block: 18px; }
}
@media print {
  .wvp-ad-slot { display: none !important; }
}


/* Version 7.6.4.1 — universal, network-neutral advertising surfaces. */
.wvp-ad-slot {
  display: block;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: clamp(18px, 3vw, 36px) auto;
  padding: 0;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.wvp-ad-slot:empty,
.wvp-ad-slot .widget:empty { display: none !important; }
.wvp-ad-slot > *,
.wvp-ad-slot .widget,
.wvp-ad-slot .textwidget,
.wvp-ad-slot .custom-html-widget,
.wvp-ad-slot ins.adsbygoogle,
.wvp-ad-slot [id^="div-gpt-ad"],
.wvp-ad-slot iframe,
.wvp-ad-slot img,
.wvp-ad-slot video {
  max-width: 100%;
}
.wvp-ad-slot ins.adsbygoogle,
.wvp-ad-slot [id^="div-gpt-ad"] {
  margin-inline: auto;
}
.wvp-ad-slot iframe {
  border: 0;
  display: block;
  margin-inline: auto;
}
.rd-archive-grid > .wvp-ad-slot,
.rd-post-grid > .wvp-ad-slot {
  grid-column: 1 / -1;
}
.entry-content > .wvp-ad-slot {
  margin-block: clamp(24px, 4vw, 44px);
}
.wvp-ad-widget,
.wvp-ad-widget .widget_text,
.wvp-ad-widget .textwidget { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
@media (max-width: 600px) {
  .wvp-ad-slot { margin-block: 18px; }
}
@media print {
  .wvp-ad-slot { display: none !important; }
}


/* --------------------------------------------------------------------------
   7.6.4.1 mobile viewport hotfix
   Forces a real phone layout when Android Chrome requests a desktop viewport.
   -------------------------------------------------------------------------- */
html.wvp-physical-mobile,
html.wvp-physical-mobile body {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
html.wvp-desktop-mode-mobile,
html.wvp-desktop-mode-mobile body,
html.wvp-desktop-mode-mobile #page {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  zoom: 1 !important;
}
html.wvp-physical-mobile body {
  font-size: 16px;
  line-height: 1.72;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.wvp-physical-mobile .site,
html.wvp-physical-mobile .site-main,
html.wvp-physical-mobile .rd-main-wrap,
html.wvp-physical-mobile .rd-content-area,
html.wvp-physical-mobile .rd-sidebar,
html.wvp-physical-mobile .entry-content,
html.wvp-physical-mobile .rd-entry,
html.wvp-physical-mobile .rd-card-shell,
html.wvp-physical-mobile .widget,
html.wvp-physical-mobile .rd-widget {
  min-width: 0 !important;
  max-width: 100% !important;
}
html.wvp-physical-mobile .rd-container {
  width: calc(100% - 22px) !important;
  max-width: none !important;
  margin-inline: auto !important;
}
html.wvp-physical-mobile .rd-main-wrap {
  padding-top: 22px !important;
  padding-bottom: 44px !important;
}
html.wvp-physical-mobile .rd-layout {
  display: block !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}
html.wvp-physical-mobile .rd-content-area,
html.wvp-physical-mobile .rd-sidebar {
  width: 100% !important;
}
html.wvp-physical-mobile .rd-sidebar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  margin-top: 24px !important;
}
html.wvp-physical-mobile .rd-archive-grid,
html.wvp-physical-mobile .rd-post-grid,
html.wvp-physical-mobile .rd-related .rd-post-grid,
html.wvp-physical-mobile .wvp-home-featured-grid,
html.wvp-physical-mobile .wvp-home-latest-grid,
html.wvp-physical-mobile .wvp-home-standard-grid,
html.wvp-physical-mobile .wvp-home-topic-grid,
html.wvp-physical-mobile .wvp-hub-featured-grid,
html.wvp-physical-mobile .wvp-hub-editor-list,
html.wvp-physical-mobile .wvp-hub-grid,
html.wvp-physical-mobile .wvp-geo-tools-suite.rd-sidebar,
html.wvp-physical-mobile .wvp-geo-module-strip .rd-container {
  grid-template-columns: minmax(0, 1fr) !important;
}
html.wvp-physical-mobile .wvp-home-hero-grid,
html.wvp-physical-mobile .wvp-hub-hero-grid,
html.wvp-physical-mobile .wvp-geo-hero-grid,
html.wvp-physical-mobile .wvp-home-cta-inner,
html.wvp-physical-mobile .wvp-hub-category-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
}
html.wvp-physical-mobile .rd-post-card,
html.wvp-physical-mobile .wvp-hub-card,
html.wvp-physical-mobile .wvp-home-featured-card,
html.wvp-physical-mobile .wvp-home-spotlight-card {
  width: 100% !important;
  min-width: 0 !important;
}
html.wvp-physical-mobile .rd-card-thumb,
html.wvp-physical-mobile .wvp-hub-card-media,
html.wvp-physical-mobile .wvp-home-featured-image,
html.wvp-physical-mobile .wvp-home-spotlight-thumb {
  width: 100% !important;
  max-width: 100% !important;
}
html.wvp-physical-mobile .rd-card-thumb img,
html.wvp-physical-mobile .wvp-hub-card-media img,
html.wvp-physical-mobile .wvp-home-featured-image img,
html.wvp-physical-mobile .wvp-home-spotlight-thumb img,
html.wvp-physical-mobile .post-thumbnail img,
html.wvp-physical-mobile .entry-content img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
html.wvp-physical-mobile .rd-card-body,
html.wvp-physical-mobile .wvp-hub-card-body,
html.wvp-physical-mobile .wvp-home-featured-body {
  padding: 17px !important;
}
html.wvp-physical-mobile .rd-card-title,
html.wvp-physical-mobile .wvp-hub-card-title,
html.wvp-physical-mobile .entry-title,
html.wvp-physical-mobile .rd-page-title {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}
html.wvp-physical-mobile .rd-page-header,
html.wvp-physical-mobile .rd-entry,
html.wvp-physical-mobile .comments-area {
  padding: 20px 17px !important;
}
html.wvp-physical-mobile .rd-read-more,
html.wvp-physical-mobile .rd-button,
html.wvp-physical-mobile .search-submit {
  min-height: 44px;
}
html.wvp-physical-mobile .site-header {
  width: 100% !important;
  max-width: 100% !important;
}
html.wvp-physical-mobile .rd-header-row {
  min-height: 68px !important;
  gap: 7px !important;
  flex-wrap: nowrap !important;
}
html.wvp-physical-mobile .site-branding,
html.wvp-physical-mobile .custom-logo-link {
  min-width: 0 !important;
  max-width: 58% !important;
}
html.wvp-physical-mobile .custom-logo {
  max-width: 100% !important;
  max-height: 44px !important;
  width: auto !important;
  object-fit: contain !important;
}
html.wvp-physical-mobile .rd-logo-fallback {
  min-width: 0 !important;
  max-width: 100% !important;
  font-size: 18px !important;
}
html.wvp-physical-mobile .rd-logo-fallback img {
  max-width: 100% !important;
  max-height: 44px !important;
  width: auto !important;
}
html.wvp-physical-mobile .rd-header-engagement {
  display: none !important;
}
html.wvp-physical-mobile .rd-header-actions {
  margin-left: auto !important;
  gap: 5px !important;
  flex: 0 0 auto !important;
}
html.wvp-physical-mobile .rd-icon-button {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  flex: 0 0 38px !important;
}
html.wvp-physical-mobile .rd-menu-toggle {
  display: grid !important;
}
html.wvp-physical-mobile .rd-primary-nav {
  display: none !important;
  position: absolute !important;
  left: 11px !important;
  right: 11px !important;
  top: calc(100% + 1px) !important;
  max-height: calc(100dvh - 78px) !important;
  overflow-y: auto !important;
  background: var(--rd-card) !important;
  border: 1px solid var(--rd-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--rd-shadow) !important;
  padding: 10px !important;
  z-index: 9999 !important;
}
html.wvp-physical-mobile .rd-primary-nav.is-open {
  display: block !important;
}
html.wvp-physical-mobile .rd-primary-nav ul {
  display: block !important;
}
html.wvp-physical-mobile .rd-primary-nav a {
  min-height: 44px !important;
  padding: 11px 12px !important;
  font-size: 15px !important;
  border-radius: 6px !important;
}
html.wvp-physical-mobile .rd-primary-nav .sub-menu {
  position: static !important;
  display: block !important;
  min-width: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 0 0 16px !important;
}
html.wvp-physical-mobile .rd-search-panel .search-form,
html.wvp-physical-mobile .search-form,
html.wvp-physical-mobile .rd-form-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
}
html.wvp-physical-mobile .search-field,
html.wvp-physical-mobile .search-submit,
html.wvp-physical-mobile input,
html.wvp-physical-mobile select,
html.wvp-physical-mobile textarea,
html.wvp-physical-mobile button {
  max-width: 100% !important;
}
html.wvp-physical-mobile .entry-content table,
html.wvp-physical-mobile .wp-block-table,
html.wvp-physical-mobile pre {
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
html.wvp-physical-mobile iframe,
html.wvp-physical-mobile embed,
html.wvp-physical-mobile object,
html.wvp-physical-mobile video,
html.wvp-physical-mobile canvas {
  max-width: 100% !important;
}
html.wvp-physical-mobile .wvp-ad-slot,
html.wvp-physical-mobile .wvp-ad-slot > *,
html.wvp-physical-mobile .wvp-ad-slot iframe,
html.wvp-physical-mobile .wvp-ad-slot ins,
html.wvp-physical-mobile .wvp-ad-slot img,
html.wvp-physical-mobile .wvp-ad-slot video,
html.wvp-physical-mobile [id^="div-gpt-ad"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}
html.wvp-physical-mobile .wvp-ad-slot {
  margin-block: 18px !important;
}
html.wvp-physical-mobile .wvp-geo-module-strip .rd-container {
  width: calc(100% - 22px) !important;
}
html.wvp-physical-mobile .wvp-geo-module-strip .rd-container > div {
  border-right: 0 !important;
  border-bottom: 1px solid var(--rd-border) !important;
}
html.wvp-physical-mobile .wvp-geo-module-strip .rd-container > div:last-child {
  border-bottom: 0 !important;
}
html.wvp-physical-mobile .rd-footer-menu ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 14px !important;
}
html.wvp-physical-mobile .rd-footer-menu a {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  padding: 8px 4px !important;
}
html.wvp-physical-mobile .rd-footer-bottom {
  padding-block: 22px !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
}
html.wvp-physical-mobile .rd-scroll-top,
html.wvp-physical-mobile .rd-theme-toggle {
  max-width: 46px !important;
  max-height: 46px !important;
}

@media screen and (max-device-width: 700px), screen and (pointer: coarse) and (max-width: 1180px) {
  html:not(.wvp-physical-mobile) .rd-layout { grid-template-columns: minmax(0, 1fr); }
  html:not(.wvp-physical-mobile) .rd-archive-grid,
  html:not(.wvp-physical-mobile) .rd-post-grid { grid-template-columns: minmax(0, 1fr); }
}


/* --------------------------------------------------------------------------
   7.6.4.2 Android desktop-mode width correction
   Keeps the responsive phone layout, but fills the complete browser viewport.
   -------------------------------------------------------------------------- */
html.wvp-desktop-mode-mobile body,
html.wvp-desktop-mode-mobile .site,
html.wvp-desktop-mode-mobile .site-header,
html.wvp-desktop-mode-mobile .site-main,
html.wvp-desktop-mode-mobile .site-footer,
html.wvp-desktop-mode-mobile .rd-main-wrap {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
html.wvp-desktop-mode-mobile .rd-container {
  width: calc(100% - 22px) !important;
  max-width: var(--rd-container) !important;
  margin-inline: auto !important;
}
html.wvp-desktop-mode-mobile .wvp-ad-slot,
html.wvp-desktop-mode-mobile .wvp-ad-slot > *,
html.wvp-desktop-mode-mobile iframe,
html.wvp-desktop-mode-mobile ins,
html.wvp-desktop-mode-mobile [id^="div-gpt-ad"] {
  max-width: 100% !important;
  min-width: 0 !important;
}


/* Web Vector Premium 7.6.4.4: targeted card and sidebar refinements. */
.rd-latest-widget .rd-latest-list[data-rd-latest-scroll]::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

/* Keep Blog post-card metadata limited to author, published date and comments. */
.rd-post-card .updated-on,
.rd-post-card .modified-on,
.rd-post-card .updated-date,
.rd-post-card .modified-date,
.rd-post-card .rd-updated-date,
.rd-post-card time.updated {
  display: none !important;
}

/* Premium Blog: replace the reading-level badge with one equal-height action button. */
.wvp-hub-card-footer {
  justify-content: flex-end;
}
.wvp-hub-card-footer .wvp-hub-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 4px 12px;
  border: 1px solid var(--rd-primary);
  border-radius: 999px;
  background: var(--rd-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--rd-transition), border-color var(--rd-transition), color var(--rd-transition), transform var(--rd-transition);
}
.wvp-hub-card-footer .wvp-hub-open-button:hover,
.wvp-hub-card-footer .wvp-hub-open-button:focus-visible {
  border-color: var(--rd-primary-dark);
  background: var(--rd-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}
.wvp-hub-card--compact .wvp-hub-card-footer {
  align-items: flex-end;
  flex-direction: row;
}
.wvp-hub-card--compact .wvp-hub-card-footer .wvp-hub-open-button {
  font-size: 10px;
}
html[data-theme="dark"] .wvp-hub-card-footer .wvp-hub-open-button,
body.rd-dark-mode .wvp-hub-card-footer .wvp-hub-open-button {
  border-color: #7AD9CB;
  background: #0F766E;
  color: #fff;
}


/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.4 mobile reading and desktop-sidebar fix
   Mobile reading scale and Android desktop-mode content/sidebar correction.
   -------------------------------------------------------------------------- */

/* Normal phone view: reduce article text and heading scale without affecting cards. */
@media screen and (max-width: 640px) {
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content {
    font-size: 15px !important;
    line-height: 1.68 !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content p,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content p {
    margin-bottom: 1.18em !important;
  }
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h2,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content h2 {
    margin: 1.42em 0 .48em !important;
    font-size: 21px !important;
    line-height: 1.3 !important;
    letter-spacing: -.015em !important;
  }
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h3,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content h3 {
    margin: 1.32em 0 .45em !important;
    font-size: 18px !important;
    line-height: 1.34 !important;
  }
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h4,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content h4 {
    font-size: 17px !important;
    line-height: 1.38 !important;
  }
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content li,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content li {
    margin-bottom: .42em !important;
  }
}

@media screen and (max-width: 390px) {
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
  }
  html:not(.wvp-desktop-mode-mobile) .single-post .entry-content h2,
  html:not(.wvp-desktop-mode-mobile) .page .entry-content h2 {
    font-size: 20px !important;
  }
}

/* Android/iOS desktop-site mode: use the complete virtual viewport and keep the sidebar on the right. */
html.wvp-desktop-mode-mobile,
html.wvp-desktop-mode-mobile body,
html.wvp-desktop-mode-mobile #page,
html.wvp-desktop-mode-mobile .site,
html.wvp-desktop-mode-mobile .site-main,
html.wvp-desktop-mode-mobile .rd-main-wrap {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  transform: none !important;
  zoom: 1 !important;
}
html.wvp-desktop-mode-mobile body {
  overflow-x: hidden !important;
}
html.wvp-desktop-mode-mobile .rd-container {
  box-sizing: border-box !important;
  width: min(calc(100% - 30px), var(--rd-container)) !important;
  max-width: var(--rd-container) !important;
  margin-inline: auto !important;
}
html.wvp-desktop-mode-mobile .rd-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 30%) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
  align-items: start !important;
}
html.wvp-desktop-mode-mobile .rd-content-area,
html.wvp-desktop-mode-mobile .rd-sidebar {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
html.wvp-desktop-mode-mobile .rd-sidebar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  margin-top: 0 !important;
  align-self: start !important;
}
html.wvp-desktop-mode-mobile .rd-sidebar > * {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Restore useful desktop-mode grids while keeping every item inside the viewport. */
html.wvp-desktop-mode-mobile .rd-archive-grid,
html.wvp-desktop-mode-mobile .rd-post-grid,
html.wvp-desktop-mode-mobile .wvp-hub-grid,
html.wvp-desktop-mode-mobile .wvp-hub-featured-grid,
html.wvp-desktop-mode-mobile .wvp-hub-editor-list,
html.wvp-desktop-mode-mobile .wvp-home-latest-grid,
html.wvp-desktop-mode-mobile .wvp-home-standard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
html.wvp-desktop-mode-mobile .rd-related .rd-post-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
html.wvp-desktop-mode-mobile .rd-entry,
html.wvp-desktop-mode-mobile .rd-page-header,
html.wvp-desktop-mode-mobile .comments-area,
html.wvp-desktop-mode-mobile .rd-post-card,
html.wvp-desktop-mode-mobile .wvp-hub-card,
html.wvp-desktop-mode-mobile .widget,
html.wvp-desktop-mode-mobile .rd-widget {
  min-width: 0 !important;
  max-width: 100% !important;
}
html.wvp-desktop-mode-mobile img,
html.wvp-desktop-mode-mobile iframe,
html.wvp-desktop-mode-mobile ins,
html.wvp-desktop-mode-mobile video,
html.wvp-desktop-mode-mobile table,
html.wvp-desktop-mode-mobile [id^="div-gpt-ad"] {
  max-width: 100% !important;
}

/* A very narrow emulated desktop viewport still retains a usable right sidebar. */
@media screen and (max-width: 760px) {
  html.wvp-desktop-mode-mobile .rd-container {
    width: calc(100% - 18px) !important;
  }
  html.wvp-desktop-mode-mobile .rd-layout {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 31%) !important;
    gap: 14px !important;
  }
  html.wvp-desktop-mode-mobile .rd-archive-grid,
  html.wvp-desktop-mode-mobile .rd-post-grid,
  html.wvp-desktop-mode-mobile .wvp-hub-grid,
  html.wvp-desktop-mode-mobile .wvp-hub-featured-grid,
  html.wvp-desktop-mode-mobile .wvp-hub-editor-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}


/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.5
   Header engagement timer visibility and Premium Blog action alignment.
   -------------------------------------------------------------------------- */

/* Keep the engagement timer visible in Samsung/Android mobile and desktop-site modes. */
html.wvp-physical-mobile .rd-header-engagement {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 70px !important;
  min-height: 36px !important;
  padding: 5px 8px !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}
html.wvp-physical-mobile .rd-header-engagement-value {
  display: inline-block !important;
  min-width: 8ch !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  letter-spacing: .015em !important;
  visibility: visible !important;
  opacity: 1 !important;
}
html.wvp-physical-mobile .site-branding,
html.wvp-physical-mobile .custom-logo-link {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 164px) !important;
}
html.wvp-physical-mobile .rd-header-actions {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  gap: 4px !important;
}
html.wvp-physical-mobile .custom-logo,
html.wvp-physical-mobile .rd-logo-fallback img {
  max-width: 100% !important;
  object-fit: contain !important;
}

/* Desktop-site mode has enough room for the standard timer size. */
html.wvp-desktop-mode-mobile .rd-header-engagement {
  min-width: 88px !important;
  min-height: 40px !important;
  padding: 6px 12px !important;
}
html.wvp-desktop-mode-mobile .rd-header-engagement-value {
  font-size: 13px !important;
  letter-spacing: .04em !important;
}
html.wvp-desktop-mode-mobile .site-branding,
html.wvp-desktop-mode-mobile .custom-logo-link {
  max-width: min(38%, 330px) !important;
}

@media screen and (max-width: 390px) {
  html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .rd-header-engagement {
    min-width: 64px !important;
    padding-inline: 5px !important;
  }
  html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .rd-header-engagement-value {
    font-size: 9.5px !important;
    letter-spacing: 0 !important;
  }
  html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .site-branding,
  html.wvp-physical-mobile:not(.wvp-desktop-mode-mobile) .custom-logo-link {
    max-width: calc(100% - 150px) !important;
  }
}

/* Premium Blog cards: equal vertical button position, left alignment and 3px larger text. */
.wvp-hub-grid .wvp-hub-card:not(.wvp-hub-card--compact),
.wvp-hub-featured-grid .wvp-hub-card:not(.wvp-hub-card--compact) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wvp-hub-card:not(.wvp-hub-card--compact) .wvp-hub-card-media {
  flex: 0 0 auto;
}
.wvp-hub-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.wvp-hub-card-footer {
  width: 100%;
  margin-top: auto;
  justify-content: flex-start !important;
  align-items: center !important;
}
.wvp-hub-card-footer .wvp-hub-open-button {
  min-height: 33px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1;
}
.wvp-hub-card--compact .wvp-hub-card-footer {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.wvp-hub-card--compact .wvp-hub-card-footer .wvp-hub-open-button {
  min-height: 31px;
  padding: 6px 12px;
  font-size: 13px;
}

/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.6
   Persistent header, safe scroll offsets, and network-neutral ad sizing.
   These final overrides intentionally preserve the existing visual system.
   -------------------------------------------------------------------------- */

:root {
  --wvp-sticky-header-height: 84px;
  --wvp-ad-inline-gutter: var(--rd-gutter);
}

html {
  scroll-padding-top: calc(var(--wvp-sticky-header-height) + 16px);
}

/* The header is now consistently sticky in normal desktop, mobile, and
   mobile-browser desktop-site modes, regardless of an older saved setting. */
.site-header.is-sticky,
html.wvp-physical-mobile .site-header.is-sticky,
html.wvp-desktop-mode-mobile .site-header.is-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  inset-block-start: 0 !important;
  top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 100000 !important;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-header.is-sticky.is-scrolled {
  box-shadow: 0 10px 28px rgba(15, 23, 42, .13);
}

.admin-bar .site-header.is-sticky,
html.wvp-physical-mobile body.admin-bar .site-header.is-sticky,
html.wvp-desktop-mode-mobile body.admin-bar .site-header.is-sticky {
  inset-block-start: 32px !important;
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header.is-sticky,
  html.wvp-physical-mobile body.admin-bar .site-header.is-sticky,
  html.wvp-desktop-mode-mobile body.admin-bar .site-header.is-sticky {
    inset-block-start: 46px !important;
    top: 46px !important;
  }
}

/* Keep anchored headings and form errors visible below the sticky header. */
:where(main, .entry-content, .wvp-guides-hub) :where(h1, h2, h3, h4, h5, h6, [id]) {
  scroll-margin-top: calc(var(--wvp-sticky-header-height) + 18px);
}

/* Ensure no ancestor creates a vertical clipping context that can cancel
   position:sticky in mobile Chromium implementations. */
#page.site {
  overflow: visible;
}

/* Advertisement containers fill their actual placement column. They never
   claim sidebar width or push beyond the viewport. */
.wvp-ad-slot,
.rd-content-area > .wvp-ad-slot,
.entry-content > .wvp-ad-slot,
.rd-archive-grid > .wvp-ad-slot,
.rd-post-grid > .wvp-ad-slot,
.wvp-hub-grid > .wvp-ad-slot,
.wvp-hub-category-sections > .wvp-ad-slot {
  box-sizing: border-box !important;
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  clear: both;
  margin-inline: 0 !important;
  overflow: clip;
  text-align: center;
}

/* Global placements use the same centered width as the website rather than
   touching viewport edges on wide desktop screens. */
body > .wvp-ad-slot,
#page > .wvp-ad-slot,
.wvp-ad-slot--global_after_header,
.wvp-ad-slot--global_before_footer {
  width: min(calc(100% - (var(--wvp-ad-inline-gutter) * 2)), var(--rd-container)) !important;
  max-width: var(--rd-container) !important;
  margin-inline: auto !important;
}

.wvp-ad-slot > *,
.wvp-ad-slot .widget,
.wvp-ad-slot .wvp-ad-widget,
.wvp-ad-slot .widget_text,
.wvp-ad-slot .textwidget,
.wvp-ad-slot .custom-html-widget {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
}

/* Responsive AdSense and fluid network units should receive the full measured
   width. Fixed creatives remain centered and are clipped rather than allowing
   horizontal overflow into the sidebar. */
.wvp-ad-slot ins.adsbygoogle,
.wvp-ad-slot [data-ad-format="auto"],
.wvp-ad-slot [data-full-width-responsive="true"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

.wvp-ad-slot [id^="div-gpt-ad"],
.wvp-ad-slot [id*="google_ads"],
.wvp-ad-slot [class*="ad-container"],
.wvp-ad-slot [class*="ads-container"] {
  box-sizing: border-box !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  overflow: hidden;
}

.wvp-ad-slot iframe,
.wvp-ad-slot img,
.wvp-ad-slot video,
.wvp-ad-slot object,
.wvp-ad-slot embed {
  max-width: 100% !important;
  margin-inline: auto !important;
}

/* Grid placements always occupy a complete row between cards/categories. */
.rd-archive-grid > .wvp-ad-slot,
.rd-post-grid > .wvp-ad-slot,
.wvp-hub-grid > .wvp-ad-slot,
.wvp-hub-featured-grid > .wvp-ad-slot,
.wvp-hub-editor-list > .wvp-ad-slot {
  grid-column: 1 / -1 !important;
}

/* Mobile and mobile desktop-site mode: use the whole available content width
   while retaining a small safe edge gap for rounded ad creatives. */
@media screen and (max-width: 780px) {
  :root { --wvp-ad-inline-gutter: 10px; }

  .wvp-ad-slot {
    margin-block: 16px !important;
  }

  body > .wvp-ad-slot,
  #page > .wvp-ad-slot,
  .wvp-ad-slot--global_after_header,
  .wvp-ad-slot--global_before_footer {
    width: calc(100% - 20px) !important;
  }
}

html.wvp-desktop-mode-mobile .wvp-ad-slot,
html.wvp-desktop-mode-mobile .rd-content-area > .wvp-ad-slot,
html.wvp-desktop-mode-mobile .entry-content > .wvp-ad-slot {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

html.wvp-desktop-mode-mobile .wvp-ad-slot--global_after_header,
html.wvp-desktop-mode-mobile .wvp-ad-slot--global_before_footer {
  width: calc(100% - 22px) !important;
  max-width: var(--rd-container) !important;
  margin-inline: auto !important;
}

/* Protect auto/anchor units from extending beyond Samsung browser viewports. */
html.wvp-physical-mobile body > ins.adsbygoogle,
html.wvp-physical-mobile body > div[id^="google_ads"],
html.wvp-physical-mobile body > div[class*="google-auto-placed"] {
  max-width: 100vw !important;
  overflow-x: clip !important;
}

@media print {
  .site-header.is-sticky {
    position: static !important;
    transform: none !important;
  }
}

/* Professional long-form core pages and advanced contact form — v7.6.4.7 */
.entry-content .wvp-core-page-notice {
  margin: 24px 0 30px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 118, 110, .25);
  border-left: 5px solid var(--rd-primary);
  border-radius: 9px;
  background: var(--rd-primary-soft);
  color: var(--rd-heading);
}
.entry-content .wvp-core-page-notice p { margin: 0; }
.entry-content > h2 { scroll-margin-top: calc(var(--wvp-sticky-header-height, 88px) + 20px); }
.entry-content > h3 { scroll-margin-top: calc(var(--wvp-sticky-header-height, 88px) + 20px); }
.entry-content > ul,
.entry-content > ol { padding-left: 1.35rem; }
.entry-content > ul li,
.entry-content > ol li { margin-bottom: .65rem; }

.wvp-contact-form-shell {
  margin: 24px 0 34px;
  overflow: hidden;
  border: 1px solid var(--rd-border);
  border-radius: 14px;
  background: var(--rd-card);
  box-shadow: 0 16px 42px rgba(15, 55, 51, .08);
}
.wvp-contact-form-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
  gap: 28px;
  align-items: end;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(135deg, var(--rd-primary-soft), rgba(255,255,255,.92));
  border-bottom: 1px solid var(--rd-border);
}
.wvp-contact-form-heading h3 {
  margin: 5px 0 0;
  color: var(--rd-heading);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}
.wvp-contact-form-heading p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 14px;
  line-height: 1.7;
}
.wvp-contact-form-kicker {
  display: inline-block;
  color: var(--rd-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wvp-contact-form {
  padding: clamp(22px, 3vw, 36px);
  gap: 18px;
}
.rd-form input[type="url"],
.rd-form input[type="tel"] {
  width: 100%;
  border: 1px solid var(--rd-border);
  border-radius: 7px;
  padding: 12px 14px;
  background: #fff;
  color: var(--rd-heading);
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.rd-form input[type="url"]:focus,
.rd-form input[type="tel"]:focus {
  outline: 3px solid rgba(12, 96, 76, .12);
  border-color: var(--rd-primary);
}
.rd-field label span {
  color: var(--rd-muted);
  font-size: 12px;
  font-weight: 600;
}
.rd-field-help {
  margin: 7px 0 0;
  color: var(--rd-muted);
  font-size: 12px;
  line-height: 1.55;
}
.rd-form-row--compact {
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  align-items: stretch;
}
.rd-field--privacy {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid var(--rd-border);
  border-radius: 8px;
  background: rgba(15, 118, 110, .045);
}
.rd-checkbox {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
  font-weight: 600 !important;
  line-height: 1.55;
}
.rd-checkbox input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--rd-primary);
}
.rd-checkbox a { text-decoration: underline; }
.wvp-contact-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  padding-top: 3px;
}
.wvp-contact-submit {
  min-width: 170px;
  min-height: 48px;
  padding: 12px 22px;
  font-size: 15px;
}
.wvp-contact-submit-row > span {
  color: var(--rd-muted);
  font-size: 12px;
  line-height: 1.5;
}
.rd-notice ul { margin: 8px 0 0 18px; }
.rd-notice p { margin: 6px 0 0; }

html[data-theme="dark"] .wvp-contact-form-heading {
  background: linear-gradient(135deg, var(--rd-primary-soft), var(--rd-card));
}
html[data-theme="dark"] .rd-form input[type="url"],
html[data-theme="dark"] .rd-form input[type="tel"] {
  background: var(--rd-card);
  color: var(--rd-text);
  border-color: var(--rd-border);
}
html[data-theme="dark"] .rd-field--privacy {
  background: rgba(72, 187, 166, .08);
}

@media (max-width: 760px) {
  .wvp-contact-form-heading,
  .rd-form-row--compact { grid-template-columns: 1fr; }
  .wvp-contact-form-heading { gap: 12px; }
  .wvp-contact-form { padding: 20px; }
  .wvp-contact-submit-row { align-items: stretch; }
  .wvp-contact-submit { width: 100%; }
}

@media (max-width: 480px) {
  .wvp-contact-form-shell { border-radius: 10px; }
  .wvp-contact-form-heading,
  .wvp-contact-form { padding: 17px; }
  .wvp-contact-form-heading h3 { font-size: 24px; }
  .rd-field--privacy { padding: 12px; }
}


/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.10 — Primary header Home link restored
   Reduce only the left/right inner padding by exactly 3px.
   -------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  html:not(.wvp-desktop-mode-mobile) body.single-post .rd-entry {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}


/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.11 — Persistent Apple Bees primary header
   Keep the complete header and primary navigation visible during scrolling on
   desktop, tablet, normal mobile view, and mobile browser desktop-site mode.
   -------------------------------------------------------------------------- */
.site-header,
.site-header.is-sticky,
html.wvp-physical-mobile .site-header,
html.wvp-desktop-mode-mobile .site-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  inset-block-start: 0 !important;
  align-self: stretch;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 100000 !important;
  isolation: isolate;
  background: var(--rd-card, #fff);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.admin-bar .site-header,
.admin-bar .site-header.is-sticky,
html.wvp-physical-mobile body.admin-bar .site-header,
html.wvp-desktop-mode-mobile body.admin-bar .site-header {
  top: 32px !important;
  inset-block-start: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar .site-header.is-sticky,
  html.wvp-physical-mobile body.admin-bar .site-header,
  html.wvp-desktop-mode-mobile body.admin-bar .site-header {
    top: 46px !important;
    inset-block-start: 46px !important;
  }
}

/* Prevent transformed or clipped theme wrappers from cancelling sticky
   positioning in Chromium and Samsung Internet. */
html,
body,
#page.site {
  overflow-x: clip;
}

#page.site {
  overflow-y: visible !important;
  transform: none !important;
  contain: none !important;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header * {
    scroll-behavior: auto !important;
  }
}


/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.12 — content/sidebar advertisement containment.
   Fixed or late-loaded creatives remain inside the column that owns them.
   -------------------------------------------------------------------------- */
.rd-layout,
.rd-content-area,
.rd-sidebar,
.rd-entry,
.entry-content,
.rd-single-post-content {
  min-width: 0;
}

/* The content and sidebar columns are hard layout boundaries. This prevents a
   fixed-size creative from painting over the neighboring column. */
.rd-content-area,
.rd-sidebar {
  overflow-x: clip;
}

/* Common theme, Ad Inserter, AdSense, Google auto-ad and GPT wrappers. */
:where(.rd-content-area, .rd-sidebar) :where(
  .wvp-ad-slot,
  .ai-insert,
  [class*="ai-viewport"],
  .code-block,
  .google-auto-placed,
  ins.adsbygoogle,
  [id^="div-gpt-ad"],
  [id^="google_ads"],
  [class*="ad-container"],
  [class*="ads-container"]
) {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  contain: inline-size paint;
}

/* Ad Inserter and auto-ad wrappers inside editorial content should use only the
   main content column, never the complete content-plus-sidebar grid. */
.entry-content > :where(
  .ai-insert,
  [class*="ai-viewport"],
  .code-block,
  .google-auto-placed,
  ins.adsbygoogle,
  [id^="div-gpt-ad"],
  [id^="google_ads"]
),
.rd-content-area > :where(
  .ai-insert,
  [class*="ai-viewport"],
  .code-block,
  .google-auto-placed,
  ins.adsbygoogle,
  [id^="div-gpt-ad"],
  [id^="google_ads"]
) {
  width: 100% !important;
  margin-inline: 0 !important;
}

:where(.rd-content-area, .rd-sidebar) :where(
  .wvp-ad-slot,
  .ai-insert,
  [class*="ai-viewport"],
  .code-block,
  .google-auto-placed,
  ins.adsbygoogle,
  [id^="div-gpt-ad"],
  [id^="google_ads"],
  [class*="ad-container"],
  [class*="ads-container"]
) :where(iframe, ins, img, video, object, embed, canvas) {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Directly injected Google/third-party frames can be siblings rather than
   children of a named ad wrapper. */
:where(.rd-content-area, .rd-sidebar) > :where(iframe, ins.adsbygoogle),
.entry-content > :where(iframe, ins.adsbygoogle),
.rd-single-post-content > :where(iframe, ins.adsbygoogle) {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
  overflow: hidden !important;
}

/* Preserve the intentional viewport-wide bottom anchor. Only editorial and
   sidebar ads are column-contained by the rules above. */
body > :where(.google-auto-placed, ins.adsbygoogle),
body > div[id^="google_ads"] {
  max-width: 100vw !important;
}


/* --------------------------------------------------------------------------
   Web Vector Premium 7.6.4.13 — mobile primary header lock
   Use fixed positioning on physical mobile devices because some Android and
   Samsung browser scrolling containers do not reliably retain CSS sticky.
   No desktop layout or theme component is changed by this rule.
   -------------------------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .site-header,
  .site-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    inset: 0 0 auto 0 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    z-index: 100000 !important;
  }

  #page.site {
    padding-top: var(--wvp-sticky-header-height, 68px) !important;
  }

  body.admin-bar .site-header,
  body.admin-bar .site-header.is-sticky {
    top: 46px !important;
    inset-block-start: 46px !important;
  }
}

/* Chrome/Samsung "Desktop site" on a physical phone can report a desktop
   viewport, so the device-mode class receives the same reliable fixed header. */
html.wvp-physical-mobile .site-header,
html.wvp-physical-mobile .site-header.is-sticky {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  inset: 0 0 auto 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 100000 !important;
}

html.wvp-physical-mobile #page.site {
  padding-top: var(--wvp-sticky-header-height, 68px) !important;
}

html.wvp-physical-mobile body.admin-bar .site-header,
html.wvp-physical-mobile body.admin-bar .site-header.is-sticky {
  top: 46px !important;
  inset-block-start: 46px !important;
}

@media print {
  .site-header,
  .site-header.is-sticky,
  html.wvp-physical-mobile .site-header,
  html.wvp-physical-mobile .site-header.is-sticky {
    position: static !important;
  }

  #page.site,
  html.wvp-physical-mobile #page.site {
    padding-top: 0 !important;
  }
}


/* Web Vector Premium 7.6.4.14 — requested logo spacing only. */
.site-branding > .custom-logo-link,
.site-branding > .rd-default-brand-logo {
  padding: 5px !important;
  box-sizing: border-box;
}
