:root {
  --cwtv-ink: #181716;
  --cwtv-muted: #68635d;
  --cwtv-paper: #fffdf8;
  --cwtv-cream: #f5f0e6;
  --cwtv-line: #ded6c8;
  --cwtv-red: #a30f16;
  --cwtv-red-dark: #7d090f;
  --cwtv-gold: #d4a62a;
  --cwtv-green: #137a48;
  --cwtv-green-soft: #e1f3e9;
  --cwtv-grey: #61666c;
  --cwtv-orange: #bd650d;
  --cwtv-shadow: 0 20px 50px rgba(38, 29, 19, 0.1);
}

.cwtv-vb-page,
.cwtv-vb-page #page,
.cwtv-vb-page .site,
.cwtv-vb-page .site-content {
  overflow-x: clip;
}

.cwtv-vb-directory,
.cwtv-vb-profile,
.cwtv-vb-shortcode {
  width: 100%;
  color: var(--cwtv-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.cwtv-vb-directory--embedded {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: hidden;
}

.cwtv-vb-directory *,
.cwtv-vb-profile *,
.cwtv-vb-shortcode * {
  box-sizing: border-box;
}

.cwtv-vb-directory a,
.cwtv-vb-profile a,
.cwtv-vb-shortcode a {
  color: inherit;
  text-decoration: none;
}

.cwtv-vb-directory h1,
.cwtv-vb-directory h2,
.cwtv-vb-directory h3,
.cwtv-vb-profile h1,
.cwtv-vb-profile h2,
.cwtv-vb-profile h3,
.cwtv-vb-shortcode h2 {
  margin: 0;
  color: var(--cwtv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.cwtv-vb-directory p,
.cwtv-vb-profile p,
.cwtv-vb-shortcode p {
  margin-top: 0;
}

.cwtv-vb-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.cwtv-vb-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: #74682b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cwtv-vb-kicker > span {
  width: 26px;
  height: 2px;
  background: var(--cwtv-red);
}

.cwtv-vb-kicker--light {
  color: #e7c861;
}

.cwtv-vb-kicker--light > span {
  background: #e7c861;
}

.cwtv-vb-check {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cwtv-green);
  font-size: 13px;
  font-weight: 900;
}

.cwtv-vb-demo-notice {
  color: #514515;
  background: #fff5cd;
  border-top: 1px solid #ead994;
  border-bottom: 1px solid #ead994;
  font-size: 12px;
}

.cwtv-vb-demo-notice .cwtv-vb-shell {
  display: flex;
  gap: 14px;
  min-height: 48px;
  align-items: center;
}

.cwtv-vb-demo-notice strong {
  flex: 0 0 auto;
  color: #7d090f;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cwtv-vb-demo-notice span {
  flex: 1 1 auto;
}

.cwtv-vb-demo-notice a {
  flex: 0 0 auto;
  color: var(--cwtv-red) !important;
  font-weight: 900;
}

.cwtv-vb-directory__hero {
  position: relative;
  padding: 86px 0 76px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(212, 166, 42, 0.09) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(212, 166, 42, 0.09) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--cwtv-paper);
  border-bottom: 1px solid var(--cwtv-line);
}

.cwtv-vb-directory__hero::after {
  position: absolute;
  top: -120px;
  right: -90px;
  width: 380px;
  height: 380px;
  border: 80px solid rgba(163, 15, 22, 0.06);
  border-radius: 50%;
  content: "";
}

.cwtv-vb-directory__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
  gap: 72px;
  align-items: center;
}

.cwtv-vb-directory__hero h1 {
  max-width: 800px;
  font-size: 72px;
}

.cwtv-vb-directory__lead {
  max-width: 730px;
  margin: 24px 0 0;
  color: var(--cwtv-muted);
  font-size: 19px;
  line-height: 1.7;
}

.cwtv-vb-directory__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  margin-top: 25px;
}

.cwtv-vb-directory__hero-actions > a:not(.cwtv-vb-button) {
  color: var(--cwtv-red) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cwtv-vb-button--report-link {
  gap: 13px;
  color: #fff !important;
  background: linear-gradient(120deg, #c9131d, #8e0b12);
  box-shadow: 0 12px 26px rgba(163, 15, 22, 0.18);
}

.cwtv-vb-button--report-link:hover,
.cwtv-vb-button--report-link:focus-visible {
  color: #17100a !important;
  background: linear-gradient(120deg, #f1d56f, #c99b1d);
}

.cwtv-vb-directory__proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--cwtv-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--cwtv-shadow);
}

.cwtv-vb-directory__proof > div {
  min-height: 126px;
  padding: 23px;
  border-right: 1px solid var(--cwtv-line);
  border-bottom: 1px solid var(--cwtv-line);
}

.cwtv-vb-directory__proof > div:nth-child(2n) {
  border-right: 0;
}

.cwtv-vb-directory__proof > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.cwtv-vb-directory__proof strong,
.cwtv-vb-directory__proof span {
  display: block;
}

.cwtv-vb-directory__proof strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.1;
}

.cwtv-vb-directory__proof span {
  margin-top: 8px;
  color: var(--cwtv-muted);
  font-size: 13px;
  line-height: 1.45;
}

.cwtv-vb-directory__proof .cwtv-vb-directory__seal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--cwtv-red);
}

.cwtv-vb-directory__seal .cwtv-vb-check {
  margin-bottom: 11px;
  color: var(--cwtv-red);
  background: #fff;
}

.cwtv-vb-directory__seal strong {
  font-size: 19px;
}

.cwtv-vb-directory__toolbar {
  position: relative;
  z-index: 3;
  padding: 28px 0 0;
  background: #fff;
}

.cwtv-vb-filter {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr) auto;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--cwtv-line);
  background: #fff;
  box-shadow: 0 12px 35px rgba(34, 27, 19, 0.07);
}

.cwtv-vb-filter label {
  margin: 0;
}

.cwtv-vb-filter input,
.cwtv-vb-filter select {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #d7d0c4;
  border-radius: 4px;
  outline: 0;
  color: var(--cwtv-ink);
  background: #fbfaf6;
  font: inherit;
  font-size: 14px;
}

.cwtv-vb-filter input:focus,
.cwtv-vb-filter select:focus {
  border-color: var(--cwtv-red);
  box-shadow: 0 0 0 3px rgba(163, 15, 22, 0.12);
}

.cwtv-vb-filter button {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--cwtv-red);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.cwtv-vb-filter button:hover {
  background: var(--cwtv-red-dark);
}

.cwtv-vb-status-tabs {
  display: flex;
  gap: 7px;
  margin-top: 18px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.cwtv-vb-status-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 11px 16px 13px 31px;
  border: 1px solid var(--cwtv-line);
  border-radius: 4px 4px 0 0;
  color: var(--cwtv-muted) !important;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cwtv-vb-status-tab::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--status-color, var(--cwtv-green));
  content: "";
}

.cwtv-vb-status-tab--under_watch { --status-color: var(--cwtv-grey); }
.cwtv-vb-status-tab--caution { --status-color: var(--cwtv-orange); }
.cwtv-vb-status-tab--hazard { --status-color: var(--cwtv-red); }

.cwtv-vb-status-tab.is-active {
  color: var(--cwtv-ink) !important;
  border-bottom-color: #fff;
  box-shadow: inset 0 3px 0 var(--status-color, var(--cwtv-green));
}

.cwtv-vb-directory__results {
  padding: 58px 0 90px;
  background: #fff;
}

.cwtv-vb-results-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 31px;
}

.cwtv-vb-results-heading h2 {
  font-size: 39px;
}

.cwtv-vb-results-heading > p {
  margin: 0 0 3px;
  color: var(--cwtv-muted);
  font-size: 14px;
}

.cwtv-vb-grid {
  display: grid;
  gap: 24px;
}

.cwtv-vb-grid--1 { grid-template-columns: 1fr; }
.cwtv-vb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cwtv-vb-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cwtv-vb-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.cwtv-vb-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cwtv-line);
  border-radius: 6px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cwtv-vb-card:hover {
  transform: translateY(-4px);
  border-color: #cfc4b3;
  box-shadow: var(--cwtv-shadow);
}

.cwtv-vb-card__media {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  background: #e9e1d5;
}

.cwtv-vb-card__media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 350ms ease;
}

.cwtv-vb-card:hover .cwtv-vb-card__media img {
  transform: scale(1.035);
}

.cwtv-vb-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(163, 15, 22, 0.2);
  background: linear-gradient(145deg, #f1eadf, #dfd3c2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 90px;
  font-weight: 700;
}

.cwtv-vb-card__status {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  max-width: calc(100% - 28px);
  padding: 7px 11px 7px 7px;
  border-radius: 999px;
  color: #15492f;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cwtv-vb-card--caution .cwtv-vb-check { background: var(--cwtv-orange); }
.cwtv-vb-card--under_watch .cwtv-vb-check { background: var(--cwtv-grey); }
.cwtv-vb-card--hazard .cwtv-vb-check { background: var(--cwtv-red); }

.cwtv-vb-card__body {
  padding: 23px;
}

.cwtv-vb-card__eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 21px;
  color: #786f64;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cwtv-vb-card__eyebrow span + span::before {
  margin-right: 9px;
  color: var(--cwtv-gold);
  content: "\2022";
}

.cwtv-vb-card__title {
  margin-top: 11px !important;
  font-size: 26px;
}

.cwtv-vb-card__title a:hover {
  color: var(--cwtv-red);
}

.cwtv-vb-card__excerpt {
  min-height: 72px;
  margin: 12px 0 20px;
  color: var(--cwtv-muted);
  font-size: 14px;
  line-height: 1.7;
}

.cwtv-vb-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #ece7df;
  color: #7b746c;
  font-size: 11px;
}

.cwtv-vb-card__footer a {
  color: var(--cwtv-red);
  font-weight: 900;
}

.cwtv-vb-pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 45px;
}

.cwtv-vb-pagination .nav-links {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.cwtv-vb-pagination .page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  place-items: center;
  border: 1px solid var(--cwtv-line);
  border-radius: 4px;
  background: #fff;
}

.cwtv-vb-pagination .current,
.cwtv-vb-pagination a:hover {
  color: #fff;
  border-color: var(--cwtv-red);
  background: var(--cwtv-red);
}

.cwtv-vb-empty {
  width: 100%;
  padding: 60px 30px;
  border: 1px dashed #cfc6b8;
  border-radius: 6px;
  text-align: center;
  background: #fbf9f4;
}

.cwtv-vb-empty__mark {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cwtv-red);
  font-family: Georgia, serif;
  font-size: 26px;
}

.cwtv-vb-empty h3 {
  font-size: 28px;
}

.cwtv-vb-empty p {
  max-width: 580px;
  margin: 13px auto 22px;
  color: var(--cwtv-muted);
}

.cwtv-vb-method {
  padding: 80px 0;
  color: #fff;
  background: var(--cwtv-ink);
  border-top: 5px solid var(--cwtv-gold);
}

.cwtv-vb-method__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
  gap: 80px;
  align-items: start;
}

.cwtv-vb-method h2 {
  color: #fff;
  font-size: 44px;
}

.cwtv-vb-method__intro {
  max-width: 470px;
  margin: 19px 0 0;
  color: #bdb7af;
  font-size: 14px;
}

.cwtv-vb-method ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwtv-vb-method li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cwtv-vb-method li:first-child {
  border-top: 0;
}

.cwtv-vb-method li > span {
  color: #e7c861;
  font-size: 13px;
  font-weight: 800;
}

.cwtv-vb-method li strong {
  display: block;
  margin-bottom: 3px;
  font-family: Georgia, serif;
  font-size: 21px;
}

.cwtv-vb-method li p {
  margin: 0;
  color: #bbb5ad;
  font-size: 14px;
}

.cwtv-vb-join {
  padding: 68px 0;
  color: var(--cwtv-ink);
  background: var(--cwtv-cream);
}

.cwtv-vb-join__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.cwtv-vb-join h2 {
  max-width: 780px;
  color: var(--cwtv-ink);
  font-size: 42px;
}

.cwtv-vb-join__button {
  min-height: 58px;
  gap: 18px;
  padding: 0 25px;
  box-shadow: 0 13px 30px rgba(38, 29, 19, 0.14);
  white-space: nowrap;
}

.cwtv-vb-join__button span {
  font-size: 18px;
}

.cwtv-vb-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.cwtv-vb-button--dark {
  color: #fff !important;
  background: var(--cwtv-ink);
}

.cwtv-vb-button--dark:hover {
  background: var(--cwtv-red);
}

.cwtv-vb-button--outline {
  border-color: #c8bfb2;
  background: #fff;
}

.cwtv-vb-button--outline:hover {
  border-color: var(--cwtv-red);
  color: var(--cwtv-red);
}

.cwtv-vb-button--whatsapp {
  color: #fff !important;
  background: #13874f;
}

.cwtv-vb-button--whatsapp:hover {
  background: #0b693c;
}

/* Single profile */
.cwtv-vb-profile {
  background: #fff;
}

.cwtv-vb-profile__hero {
  padding: 28px 0 58px;
  background:
    linear-gradient(90deg, rgba(212, 166, 42, 0.08) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--cwtv-paper);
  border-bottom: 1px solid var(--cwtv-line);
}

.cwtv-vb-breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 45px;
  color: #766f67;
  font-size: 12px;
}

.cwtv-vb-breadcrumb a:hover {
  color: var(--cwtv-red);
}

.cwtv-vb-profile__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, 0.65fr);
  gap: 72px;
  align-items: center;
}

.cwtv-vb-profile__industry {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-left: 3px solid var(--cwtv-gold);
  color: #6f622f;
  background: #fff8de;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cwtv-vb-profile__identity h1 {
  max-width: 780px;
  font-size: 72px;
}

.cwtv-vb-profile__summary {
  max-width: 720px;
  margin: 22px 0 16px;
  color: var(--cwtv-muted);
  font-size: 19px;
  line-height: 1.65;
}

.cwtv-vb-profile__location {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: #514c46;
  font-size: 13px;
  font-weight: 700;
}

.cwtv-vb-profile__location span {
  color: var(--cwtv-red);
  font-size: 9px;
}

.cwtv-vb-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.cwtv-vb-badge {
  padding: 25px;
  border: 1px solid #bcdcc9;
  border-top: 5px solid var(--cwtv-green);
  background: #fff;
  box-shadow: var(--cwtv-shadow);
}

.cwtv-vb-badge--caution { border-color: #efcfab; border-top-color: var(--cwtv-orange); }
.cwtv-vb-badge--under_watch { border-color: #d2d5d8; border-top-color: var(--cwtv-grey); }
.cwtv-vb-badge--hazard { border-color: #e4b6b9; border-top-color: var(--cwtv-red); }

.cwtv-vb-badge__ring {
  display: grid;
  min-height: 182px;
  place-items: center;
  align-content: center;
  border: 1px solid #bcdcc9;
  background: var(--cwtv-green-soft);
  text-align: center;
}

.cwtv-vb-badge--caution .cwtv-vb-badge__ring { border-color: #efcfab; background: #fff2df; }
.cwtv-vb-badge--under_watch .cwtv-vb-badge__ring { border-color: #d2d5d8; background: #f0f1f2; }
.cwtv-vb-badge--hazard .cwtv-vb-badge__ring { border-color: #e4b6b9; background: #fdebed; }

.cwtv-vb-badge__check {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 9px;
  place-items: center;
  border: 2px solid var(--cwtv-green);
  border-radius: 50%;
  color: #fff;
  background: var(--cwtv-green);
  box-shadow: 0 0 0 5px #fff;
  font-size: 26px;
  font-weight: 900;
}

.cwtv-vb-badge--caution .cwtv-vb-badge__check { border-color: var(--cwtv-orange); background: var(--cwtv-orange); }
.cwtv-vb-badge--under_watch .cwtv-vb-badge__check { border-color: var(--cwtv-grey); background: var(--cwtv-grey); }
.cwtv-vb-badge--hazard .cwtv-vb-badge__check { border-color: var(--cwtv-red); background: var(--cwtv-red); }

.cwtv-vb-badge__ring strong {
  color: var(--cwtv-green);
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.cwtv-vb-badge--caution .cwtv-vb-badge__ring strong { color: var(--cwtv-orange); }
.cwtv-vb-badge--under_watch .cwtv-vb-badge__ring strong { color: var(--cwtv-grey); }
.cwtv-vb-badge--hazard .cwtv-vb-badge__ring strong { color: var(--cwtv-red); }

.cwtv-vb-badge__ring small {
  margin-top: 2px;
  color: #5e5a55;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.cwtv-vb-badge dl {
  margin: 18px 0 0;
}

.cwtv-vb-badge dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0;
  border-top: 1px solid #ece7df;
  font-size: 11px;
}

.cwtv-vb-badge dt {
  color: #777068;
}

.cwtv-vb-badge dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.cwtv-vb-profile__cover {
  padding: 0;
  background: #fff;
}

.cwtv-vb-profile__cover .cwtv-vb-shell {
  margin-top: 38px;
}

.cwtv-vb-profile__cover img {
  display: block;
  width: 100%;
  height: clamp(320px, 45vw, 610px);
  margin: 0;
  border-radius: 6px;
  object-fit: cover;
}

.cwtv-vb-profile__content {
  padding: 70px 0 90px;
}

.cwtv-vb-profile__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 70px;
  align-items: start;
}

.cwtv-vb-profile__main,
.cwtv-vb-profile__sidebar {
  min-width: 0;
}

.cwtv-vb-profile__section {
  padding-bottom: 58px;
  margin-bottom: 58px;
  border-bottom: 1px solid var(--cwtv-line);
}

.cwtv-vb-profile__section:last-child {
  margin-bottom: 0;
}

.cwtv-vb-profile__section h2 {
  margin-bottom: 25px;
  font-size: 39px;
}

.cwtv-vb-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 25px;
}

.cwtv-vb-section-heading h2 {
  margin-bottom: 0;
}

.cwtv-vb-duration {
  flex: 0 0 auto;
  margin-bottom: 5px;
  color: #746d64;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwtv-vb-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
  box-shadow: 0 16px 40px rgba(20, 16, 12, 0.15);
}

.cwtv-vb-video-frame iframe,
.cwtv-vb-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.cwtv-vb-video-placeholder {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #3d302d;
  box-shadow: 0 16px 40px rgba(20, 16, 12, 0.15);
}

.cwtv-vb-video-placeholder::after {
  position: absolute;
  inset: 0;
  background: rgba(24, 23, 22, 0.62);
  content: "";
}

.cwtv-vb-video-placeholder > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.cwtv-vb-video-placeholder__content {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 420px;
  padding: 30px;
  place-items: center;
  text-align: center;
}

.cwtv-vb-video-placeholder__play {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 17px;
  padding-left: 4px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: var(--cwtv-red);
  background: #fff;
  font-size: 24px;
}

.cwtv-vb-video-placeholder__content strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.cwtv-vb-video-placeholder__content small {
  margin-top: 8px;
  color: #eee8df;
  font-size: 12px;
  line-height: 1.55;
}

.cwtv-vb-profile__caption {
  margin: 13px 0 0;
  color: #756e65;
  font-size: 12px;
}

.cwtv-vb-prose {
  color: #49443f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.85;
}

.cwtv-vb-prose > :first-child {
  margin-top: 0;
}

.cwtv-vb-prose a {
  color: var(--cwtv-red);
  text-decoration: underline;
}

.cwtv-vb-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwtv-vb-feature-list li {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 55px;
  padding: 13px 15px;
  border: 1px solid #e1dbd1;
  border-radius: 4px;
  background: #fbf9f4;
  font-size: 14px;
  font-weight: 700;
}

.cwtv-vb-feature-list li span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cwtv-green);
  font-size: 11px;
}

.cwtv-vb-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cwtv-vb-gallery img {
  width: 100%;
  height: 260px;
  margin: 0;
  border-radius: 4px;
  object-fit: cover;
}

.cwtv-vb-profile__sidebar {
  display: grid;
  gap: 18px;
}

.cwtv-vb-observation,
.cwtv-vb-facts,
.cwtv-vb-hours,
.cwtv-vb-report-box {
  padding: 25px;
  border: 1px solid var(--cwtv-line);
  border-radius: 6px;
  background: #fff;
}

.cwtv-vb-observation {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  border-color: #e2d39e;
  background: #fff9e7;
}

.cwtv-vb-observation__quote {
  position: absolute;
  top: 3px;
  left: 19px;
  color: rgba(163, 15, 22, 0.18);
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
}

.cwtv-vb-observation p {
  margin-bottom: 20px;
  color: #4b453d;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
}

.cwtv-vb-observation strong,
.cwtv-vb-observation small {
  display: block;
}

.cwtv-vb-observation strong {
  font-size: 13px;
}

.cwtv-vb-observation small {
  margin-top: 2px;
  color: #82786c;
  font-size: 10px;
  text-transform: uppercase;
}

.cwtv-vb-facts h2,
.cwtv-vb-hours h2,
.cwtv-vb-report-box h2 {
  margin-bottom: 17px;
  font-size: 23px;
}

.cwtv-vb-facts dl {
  margin: 0;
}

.cwtv-vb-facts dl div {
  padding: 13px 0;
  border-top: 1px solid #ece7df;
}

.cwtv-vb-facts dl div:first-child {
  padding-top: 0;
  border-top: 0;
}

.cwtv-vb-facts dt {
  margin-bottom: 3px;
  color: #827a72;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cwtv-vb-facts dd {
  margin: 0;
  color: #393530;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cwtv-vb-facts dd a:hover {
  color: var(--cwtv-red);
}

.cwtv-vb-map-link {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #ece7df;
  color: var(--cwtv-red) !important;
  font-size: 12px;
  font-weight: 900;
}

.cwtv-vb-hours ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #514c46;
  list-style: none;
  font-size: 12px;
}

.cwtv-vb-report-box {
  color: #fff;
  border: 0;
  background: var(--cwtv-ink);
}

.cwtv-vb-report-box h2 {
  color: #fff;
}

.cwtv-vb-report-box p {
  margin-bottom: 17px;
  color: #c9c4bd;
  font-size: 12px;
  line-height: 1.65;
}

.cwtv-vb-report-box a {
  display: flex;
  justify-content: space-between;
  color: #efce63;
  font-size: 12px;
  font-weight: 900;
}

.cwtv-vb-related {
  padding: 74px 0 84px;
  background: var(--cwtv-cream);
}

.cwtv-vb-related .cwtv-vb-results-heading > a {
  margin-bottom: 3px;
  color: var(--cwtv-red) !important;
  font-size: 12px;
  font-weight: 900;
}

.cwtv-vb-related__grid {
  max-width: 820px;
}

.cwtv-vb-profile__disclaimer {
  padding: 30px 0;
  color: #5d574f;
  background: var(--cwtv-cream);
  border-top: 1px solid var(--cwtv-line);
}

.cwtv-vb-profile__disclaimer .cwtv-vb-shell {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: start;
}

.cwtv-vb-profile__disclaimer strong {
  color: var(--cwtv-ink);
  font-size: 13px;
}

.cwtv-vb-profile__disclaimer p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .cwtv-vb-directory__hero-grid,
  .cwtv-vb-profile__hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cwtv-vb-directory__proof {
    max-width: 650px;
  }

  .cwtv-vb-grid--3,
  .cwtv-vb-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cwtv-vb-method__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .cwtv-vb-profile__content-grid {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 38px;
  }

  .cwtv-vb-badge {
    max-width: 520px;
  }

  .cwtv-vb-directory__hero h1,
  .cwtv-vb-profile__identity h1 {
    font-size: 60px;
  }

  .cwtv-vb-join__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .cwtv-vb-filter {
    grid-template-columns: 1fr 1fr;
  }

  .cwtv-vb-filter__search {
    grid-column: 1 / -1;
  }

  .cwtv-vb-filter button {
    grid-column: 1 / -1;
  }

  .cwtv-vb-profile__content-grid {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-profile__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cwtv-vb-report-box {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .cwtv-vb-shell {
    width: min(100% - 28px, 1240px);
  }

  .cwtv-vb-directory__hero {
    padding: 58px 0 48px;
  }

  .cwtv-vb-directory__hero h1,
  .cwtv-vb-profile__identity h1 {
    font-size: 43px;
  }

  .cwtv-vb-demo-notice .cwtv-vb-shell {
    display: grid;
    gap: 2px;
    padding: 11px 0;
  }

  .cwtv-vb-demo-notice a {
    margin-top: 5px;
  }

  .cwtv-vb-directory__lead,
  .cwtv-vb-profile__summary {
    font-size: 16px;
  }

  .cwtv-vb-directory__proof {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-directory__proof > div,
  .cwtv-vb-directory__proof > div:nth-child(2n),
  .cwtv-vb-directory__proof > div:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--cwtv-line);
  }

  .cwtv-vb-directory__proof > div:last-child {
    border-bottom: 0;
  }

  .cwtv-vb-filter {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-filter__search,
  .cwtv-vb-filter button {
    grid-column: auto;
  }

  .cwtv-vb-results-heading,
  .cwtv-vb-section-heading {
    display: block;
  }

  .cwtv-vb-results-heading h2,
  .cwtv-vb-profile__section h2,
  .cwtv-vb-method h2 {
    font-size: 32px;
  }

  .cwtv-vb-results-heading > p,
  .cwtv-vb-duration {
    margin-top: 10px;
  }

  .cwtv-vb-grid--2,
  .cwtv-vb-grid--3,
  .cwtv-vb-grid--4 {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-card__media {
    height: 220px;
  }

  .cwtv-vb-method__grid {
    gap: 25px;
  }

  .cwtv-vb-join {
    padding: 48px 0;
  }

  .cwtv-vb-join h2 {
    font-size: 32px;
  }

  .cwtv-vb-join__button {
    width: 100%;
    white-space: normal;
  }

  .cwtv-vb-profile__hero {
    padding-top: 18px;
  }

  .cwtv-vb-breadcrumb {
    margin-bottom: 34px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .cwtv-vb-profile__actions,
  .cwtv-vb-profile__actions .cwtv-vb-button {
    width: 100%;
  }

  .cwtv-vb-profile__cover .cwtv-vb-shell {
    width: 100%;
    margin-top: 0;
  }

  .cwtv-vb-profile__cover img {
    height: 300px;
    border-radius: 0;
  }

  .cwtv-vb-profile__content {
    padding: 50px 0 65px;
  }

  .cwtv-vb-profile__section {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }

  .cwtv-vb-feature-list,
  .cwtv-vb-gallery,
  .cwtv-vb-profile__sidebar {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-gallery img {
    height: 235px;
  }

  .cwtv-vb-report-box {
    grid-column: auto;
  }

  .cwtv-vb-profile__disclaimer .cwtv-vb-shell {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cwtv-vb-card,
  .cwtv-vb-card__media img {
    transition: none;
  }
}

/* Community reporting: deliberately separate from verified-business records. */
.cwtv-vb-community-reporting {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 86px 0 78px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 96% 4%, rgba(231, 200, 97, 0.2), transparent 25%),
    radial-gradient(circle at 7% 55%, rgba(163, 15, 22, 0.32), transparent 26%),
    linear-gradient(145deg, #171411 0%, #090807 52%, #22070a 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.cwtv-vb-community-reporting::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 60%);
}

.cwtv-vb-community-reporting *,
.cwtv-vb-community-reporting *::before,
.cwtv-vb-community-reporting *::after {
  box-sizing: border-box;
}

.cwtv-vb-community-reporting > .cwtv-vb-shell {
  position: relative;
  z-index: 1;
}

.cwtv-vb-community-reporting h2,
.cwtv-vb-community-reporting h3,
.cwtv-vb-community-reporting h4,
.cwtv-vb-community-reporting p {
  margin-top: 0;
}

.cwtv-vb-community-reporting a {
  color: inherit;
  text-decoration: none;
}

.cwtv-vb-report-notice {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px 18px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}

.cwtv-vb-report-notice > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cwtv-green);
  font-weight: 900;
}

.cwtv-vb-report-notice.is-error > span {
  background: var(--cwtv-red);
}

.cwtv-vb-report-notice p {
  margin: 0;
  color: #f8f2e8;
  font-weight: 700;
}

.cwtv-vb-report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 58px;
  align-items: end;
}

.cwtv-vb-report-hero h2 {
  max-width: 860px;
  margin: 0 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.98;
}

.cwtv-vb-report-hero > div > p:last-child {
  max-width: 790px;
  margin-bottom: 0;
  color: #cfc6bb;
  font-size: 18px;
}

.cwtv-vb-report-email {
  display: grid;
  gap: 5px;
  padding: 24px 25px;
  border: 1px solid rgba(231, 200, 97, 0.42);
  border-left: 5px solid var(--cwtv-gold);
  border-radius: 5px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, background 180ms ease;
}

.cwtv-vb-report-email:hover,
.cwtv-vb-report-email:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.cwtv-vb-report-email > span {
  color: #e7c861;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cwtv-vb-report-email strong {
  overflow-wrap: anywhere;
  font-size: 17px;
}

.cwtv-vb-report-email small {
  color: #bfb6ab;
}

.cwtv-vb-rating-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 42px 0 24px;
}

.cwtv-vb-rating-guide__card {
  --cwtv-rating-color: #777;
  position: relative;
  min-height: 224px;
  padding: 24px 22px 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 5px solid var(--cwtv-rating-color);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.075);
}

.cwtv-vb-rating-guide__card--green { --cwtv-rating-color: #2bb673; }
.cwtv-vb-rating-guide__card--orange { --cwtv-rating-color: #ed8a22; }
.cwtv-vb-rating-guide__card--grey { --cwtv-rating-color: #a7abb0; }
.cwtv-vb-rating-guide__card--red { --cwtv-rating-color: #e01d2f; }

.cwtv-vb-rating-guide__card > div {
  display: flex;
  gap: 9px;
  align-items: center;
}

.cwtv-vb-rating-guide__card > div > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cwtv-rating-color);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--cwtv-rating-color) 18%, transparent);
}

.cwtv-vb-rating-guide__card strong {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.cwtv-vb-rating-guide__card b {
  display: block;
  margin: 15px 0 9px;
  color: var(--cwtv-rating-color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
}

.cwtv-vb-rating-guide__card p {
  margin-bottom: 0;
  color: #c9c0b5;
  font-size: 14px;
  line-height: 1.55;
}

.cwtv-vb-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(310px, 0.52fr);
  gap: 22px;
  align-items: start;
}

.cwtv-vb-report-form-card {
  overflow: hidden;
  border-radius: 5px;
  color: var(--cwtv-ink);
  background: var(--cwtv-paper);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.cwtv-vb-report-form-card__heading {
  padding: 30px 34px 26px;
  border-bottom: 1px solid var(--cwtv-line);
  background: linear-gradient(115deg, #fffdf8 0%, #fff7dc 100%);
}

.cwtv-vb-report-form-card__heading > span {
  color: var(--cwtv-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cwtv-vb-report-form-card__heading h3 {
  margin: 6px 0 9px;
  color: var(--cwtv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.05;
}

.cwtv-vb-report-form-card__heading p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--cwtv-muted);
}

.cwtv-vb-report-form {
  padding: 30px 34px 34px;
}

.cwtv-vb-report-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cwtv-vb-report-form label,
.cwtv-vb-category-choice {
  margin: 0;
  padding: 0;
  border: 0;
}

.cwtv-vb-report-form label > span,
.cwtv-vb-category-choice legend {
  display: block;
  margin-bottom: 7px;
  color: #403a34;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.cwtv-vb-report-form label > span em,
.cwtv-vb-category-choice legend em {
  color: var(--cwtv-red);
  font-style: normal;
}

.cwtv-vb-report-form label > span small {
  color: #777067;
  font-weight: 500;
}

.cwtv-vb-report-form input[type="text"],
.cwtv-vb-report-form input[type="email"],
.cwtv-vb-report-form input[type="tel"],
.cwtv-vb-report-form input[type="number"],
.cwtv-vb-report-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d8cfc1;
  border-radius: 4px;
  color: var(--cwtv-ink);
  background: #fff;
  box-shadow: none;
  font: inherit;
}

.cwtv-vb-report-form textarea {
  min-height: 160px;
  resize: vertical;
}

.cwtv-vb-report-form input:focus,
.cwtv-vb-report-form textarea:focus {
  border-color: var(--cwtv-gold);
  outline: 3px solid rgba(212, 166, 42, 0.18);
}

.cwtv-vb-report-form__grid label > small {
  display: block;
  margin-top: 6px;
  color: #746d64;
  font-size: 12px;
}

.cwtv-vb-category-choice {
  margin-top: 24px;
}

.cwtv-vb-category-choice > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.cwtv-vb-category-choice__option {
  --cwtv-rating-color: #777;
  cursor: pointer;
}

.cwtv-vb-category-choice__option--green { --cwtv-rating-color: #168751; }
.cwtv-vb-category-choice__option--orange { --cwtv-rating-color: #c96d0f; }
.cwtv-vb-category-choice__option--grey { --cwtv-rating-color: #6f747a; }
.cwtv-vb-category-choice__option--red { --cwtv-rating-color: #bd1624; }

.cwtv-vb-category-choice__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cwtv-vb-category-choice__option > span {
  display: grid !important;
  grid-template-columns: 13px 1fr;
  gap: 2px 8px;
  min-height: 82px;
  align-content: center;
  padding: 13px !important;
  margin: 0 !important;
  border: 1px solid #d8cfc1;
  border-top: 4px solid var(--cwtv-rating-color);
  border-radius: 4px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cwtv-vb-category-choice__option i {
  grid-row: 1 / span 2;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  border: 2px solid var(--cwtv-rating-color);
  border-radius: 50%;
}

.cwtv-vb-category-choice__option strong,
.cwtv-vb-category-choice__option small {
  line-height: 1.2;
}

.cwtv-vb-category-choice__option strong {
  color: #2e2925;
  font-size: 12px;
}

.cwtv-vb-category-choice__option small {
  color: #776f67;
}

.cwtv-vb-category-choice__option input:checked + span {
  border-color: var(--cwtv-rating-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--cwtv-rating-color) 18%, transparent);
  transform: translateY(-2px);
}

.cwtv-vb-category-choice__option input:checked + span i {
  background: var(--cwtv-rating-color);
  box-shadow: inset 0 0 0 2px #fff;
}

.cwtv-vb-category-choice__option input:focus-visible + span {
  outline: 3px solid rgba(212, 166, 42, 0.28);
}

.cwtv-vb-report-form__statement {
  display: block;
  margin-top: 23px !important;
}

.cwtv-vb-report-consent {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 11px;
  align-items: start;
  margin: 20px 0 22px !important;
  padding: 15px 16px !important;
  border: 1px solid #e2d8c9 !important;
  border-radius: 4px;
  background: #f8f3e9;
}

.cwtv-vb-report-consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--cwtv-red);
}

.cwtv-vb-report-consent > span {
  margin: 0 !important;
  color: #4f4942 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.55;
}

.cwtv-vb-report-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.cwtv-vb-button--report {
  display: inline-flex;
  min-height: 52px;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  background: linear-gradient(120deg, #c9131d, #8e0b12);
  box-shadow: 0 12px 26px rgba(163, 15, 22, 0.2);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cwtv-vb-button--report:hover,
.cwtv-vb-button--report:focus-visible {
  color: #17100a !important;
  background: linear-gradient(120deg, #f1d56f, #c99b1d);
}

.cwtv-vb-report-process {
  position: sticky;
  top: 100px;
  padding: 30px 28px;
  border-top: 5px solid var(--cwtv-gold);
  border-radius: 4px;
  color: var(--cwtv-ink);
  background: #f4eddf;
}

.cwtv-vb-report-process ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwtv-vb-report-process li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 19px 0;
  border-top: 1px solid #d9cfbf;
}

.cwtv-vb-report-process li:first-child {
  padding-top: 3px;
  border-top: 0;
}

.cwtv-vb-report-process li > b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cwtv-red);
  font-size: 11px;
}

.cwtv-vb-report-process li strong {
  color: #28231f;
  font-size: 14px;
}

.cwtv-vb-report-process li p {
  margin: 4px 0 0;
  color: #6a6258;
  font-size: 13px;
  line-height: 1.55;
}

.cwtv-vb-report-process__legal {
  padding: 19px;
  border: 1px solid #dac984;
  border-radius: 4px;
  background: #fff6d7;
}

.cwtv-vb-report-process__legal strong {
  color: #3d3213;
}

.cwtv-vb-report-process__legal p,
.cwtv-vb-report-process__urgent {
  color: #665d51;
  font-size: 12px;
  line-height: 1.55;
}

.cwtv-vb-report-process__legal p {
  margin: 6px 0 10px;
}

.cwtv-vb-report-process__legal a {
  color: var(--cwtv-red) !important;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 900;
}

.cwtv-vb-report-process__urgent {
  padding-left: 12px;
  margin: 18px 0 0;
  border-left: 3px solid var(--cwtv-red);
}

.cwtv-vb-public-reports {
  padding-top: 70px;
}

.cwtv-vb-public-reports__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 24px;
}

.cwtv-vb-public-reports__heading h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.cwtv-vb-public-reports__heading > p {
  margin: 0;
  color: #bdb4aa;
  font-size: 13px;
}

.cwtv-vb-public-reports__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cwtv-vb-public-report {
  --cwtv-rating-color: #777;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 5px solid var(--cwtv-rating-color);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.075);
}

.cwtv-vb-public-report--green { --cwtv-rating-color: #2bb673; }
.cwtv-vb-public-report--orange { --cwtv-rating-color: #ed8a22; }
.cwtv-vb-public-report--grey { --cwtv-rating-color: #a7abb0; }
.cwtv-vb-public-report--red { --cwtv-rating-color: #e01d2f; }

.cwtv-vb-public-report header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--cwtv-rating-color);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cwtv-vb-public-report h4 {
  margin: 18px 0 11px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.cwtv-vb-public-report__statement p {
  color: #cfc6bb;
  font-size: 14px;
  line-height: 1.65;
}

.cwtv-vb-public-report footer {
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #a9a096;
  font-size: 11px;
}

.cwtv-vb-public-reports__empty {
  padding: 24px;
  border: 1px dashed rgba(231, 200, 97, 0.34);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}

.cwtv-vb-public-reports__empty strong {
  color: #fff;
}

.cwtv-vb-public-reports__empty p {
  margin: 5px 0 0;
  color: #bdb4aa;
}

@media (max-width: 1020px) {
  .cwtv-vb-report-hero,
  .cwtv-vb-report-layout {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-report-hero {
    gap: 26px;
  }

  .cwtv-vb-rating-guide,
  .cwtv-vb-category-choice > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cwtv-vb-report-process {
    position: static;
  }

  .cwtv-vb-public-reports__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cwtv-vb-community-reporting {
    padding: 60px 0;
  }

  .cwtv-vb-report-hero h2 {
    font-size: 42px;
  }

  .cwtv-vb-rating-guide,
  .cwtv-vb-report-form__grid,
  .cwtv-vb-category-choice > div,
  .cwtv-vb-public-reports__grid,
  .cwtv-vb-public-reports__heading {
    grid-template-columns: 1fr;
  }

  .cwtv-vb-rating-guide__card {
    min-height: 0;
  }

  .cwtv-vb-report-form-card__heading,
  .cwtv-vb-report-form,
  .cwtv-vb-report-process {
    padding: 24px 20px;
  }

  .cwtv-vb-report-form-card__heading h3,
  .cwtv-vb-public-reports__heading h3 {
    font-size: 32px;
  }

  .cwtv-vb-button--report {
    width: 100%;
  }
}
