/* WTP Airbnb Location Engine v3.3.0 — aligned to WTP Pricing Calculators v1.48.14. */
.wtple-location-page .wtple-audit-badge {
	align-items: center;
	background: #eef3f7;
	border: 1px solid #bac8d4;
	border-radius: 8px;
	color: #18324a;
	display: flex;
	flex-wrap: wrap;
	font-size: .86rem;
	font-weight: 700;
	gap: .35rem;
	margin: 1rem 0 0;
	padding: .65rem .8rem;
}
.wtple-location-page .wtple-audit-badge--green { background: #ecf9f0; border-color: #7fc796; color: #17562c; }
.wtple-location-page .wtple-audit-badge--amber { background: #fff7df; border-color: #d6a43a; color: #6e4b00; }
.wtple-location-page .wtple-audit-badge--red { background: #fff0f0; border-color: #da8585; color: #7b2020; }
.wtple-location-page .wtple-audit-badge--grey { background: #f1f3f5; border-color: #adb5bd; color: #495057; }
.wtple-location-page .wtple-audit-badge a { color: inherit; text-decoration: underline; }
.wtple-location-page {
  --wtple-font:
    Inter, "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --wtple-navy: #021b3a;
  --wtple-navy-soft: #083a70;
  --wtple-blue: #00c2ff;
  --wtple-aqua: #00eaff;
  --wtple-green: #6dff8b;
  --wtple-text: #17395d;
  --wtple-text-soft: #5f7d99;
  --wtple-bg: #f6fbff;
  --wtple-bg-2: #eef7ff;
  --wtple-line: #d7e6f2;
  --wtple-card:
    linear-gradient(135deg, #fff 0%, #f8fcff 58%, #eef7ff 100%) padding-box,
    linear-gradient(135deg, #021b3a, #083a70, #00c2ff) border-box;
  --wtple-card-hover:
    linear-gradient(135deg, #fff 0%, #f8fcff 48%, #e7f6ff 100%) padding-box,
    linear-gradient(135deg, #00c2ff, #083a70, #021b3a) border-box;
  --wtple-button: linear-gradient(135deg, #021b3a, #083a70, #00c2ff);
  --wtple-button-hover: linear-gradient(
    135deg,
    #021b3a,
    #083a70,
    #00c2ff,
    #00eaff
  );
  --wtple-shadow:
    0 16px 38px rgba(2, 27, 58, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.72) inset;
  --wtple-shadow-strong:
    0 20px 44px rgba(2, 27, 58, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  color: var(--wtple-text);
  font-family: var(--wtple-font);
}
.wtple-location-page * {
  box-sizing: border-box;
}
.wtple-location-page button {
  font: inherit;
}
.wtple-shell {
  margin: 0 auto;
  max-width: 1240px;
}

/* Shared components */
.wtple-eyebrow {
  align-items: center;
  background: linear-gradient(135deg, #fff, #f6fbff);
  border: 1px solid rgba(0, 194, 255, 0.32);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(2, 27, 58, 0.08);
  color: var(--wtple-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 0 13px;
  min-height: 31px;
  padding: 8px 13px;
  text-transform: uppercase;
}
.wtple-button {
  align-items: center;
  background: var(--wtple-button);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(2, 27, 58, 0.2);
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.wtple-button:hover {
  background: var(--wtple-button-hover);
  box-shadow: 0 18px 40px rgba(2, 27, 58, 0.24);
  transform: translateY(-2px);
}
.wtple-button--secondary {
  background: var(--wtple-card);
  border: 2px solid transparent;
  box-shadow:
    0 12px 30px rgba(2, 27, 58, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
  color: var(--wtple-navy) !important;
}
.wtple-button--light {
  background: linear-gradient(135deg, #6dff8b, #00eaff, #00c2ff);
  color: var(--wtple-navy) !important;
}

/* Dynamic location page */
.wtple-hero {
  background: #fff;
  padding: 24px 14px 32px;
}
.wtple-hero > .wtple-shell {
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 194, 255, 0.1), transparent 25%)
      padding-box,
    radial-gradient(
        circle at 94% 8%,
        rgba(109, 255, 139, 0.07),
        transparent 24%
      )
      padding-box,
    var(--wtple-card);
  border: 2px solid transparent;
  border-radius: 30px;
  box-shadow: var(--wtple-shadow);
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
  position: relative;
}
.wtple-hero > .wtple-shell::before {
  background: linear-gradient(
    90deg,
    #eef7ff,
    #00c2ff,
    #083a70,
    #00c2ff,
    #eef7ff
  );
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.wtple-breadcrumbs {
  align-items: center;
  color: var(--wtple-text-soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 750;
  gap: 8px;
  margin-bottom: 30px;
}
.wtple-breadcrumbs a {
  color: var(--wtple-navy-soft);
  text-decoration: none;
}
.wtple-hero__grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
}
.wtple-hero h1 {
  color: var(--wtple-navy);
  font-family: var(--wtple-font);
  font-size: clamp(2.7rem, 6vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 20px;
}
.wtple-title-accent {
  color: var(--wtple-blue);
}
.wtple-lead {
  color: var(--wtple-text);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.65;
}
.wtple-lead p {
  margin: 0;
}
.wtple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.wtple-featured-image {
  align-self: stretch;
  border: 2px solid transparent;
  border-radius: 24px;
  margin: 0;
  overflow: hidden;
}
.wtple-featured-image img {
  display: block;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}
.wtple-featured-image figcaption {
  background: linear-gradient(135deg, #021b3a, #083a70);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  padding: 10px 14px;
}
.wtple-featured-image--content {
  margin: 0 0 18px;
}
.wtple-featured-image--content img {
  max-height: 520px;
}
.wtple-service-card {
  background:
    radial-gradient(
        circle at top right,
        rgba(109, 255, 139, 0.14),
        transparent 30%
      )
      padding-box,
    radial-gradient(
        circle at left center,
        rgba(0, 234, 255, 0.16),
        transparent 34%
      )
      padding-box,
    linear-gradient(180deg, #083467 0%, #041d40 58%, #02152e 100%) padding-box,
    linear-gradient(135deg, #00c2ff, #083a70, #6dff8b) border-box;
  border: 2px solid transparent;
  border-radius: 24px;
  box-shadow:
    0 24px 54px rgba(2, 27, 58, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}
.wtple-service-card span {
  color: var(--wtple-aqua);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.09em;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.wtple-service-card strong {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.wtple-service-card p {
  color: #d7edff;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.6;
  margin: 15px 0 0;
}
.wtple-service-card ul {
  color: #eaf7ff;
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.wtple-service-card li {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 8px 0;
  padding-left: 24px;
  position: relative;
}
.wtple-service-card li::before {
  color: #6dff8b;
  content: "✓";
  font-weight: 950;
  left: 0;
  position: absolute;
}
.wtple-service-card__link {
  color: #6dff8b !important;
  display: inline-block;
  font-weight: 900;
  margin-top: 12px;
  text-decoration: none;
}
.wtple-content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 18px 14px 68px;
}
.wtple-area-profile {
	border-radius: 20px;
	margin-bottom: 22px;
	padding: clamp(18px,3vw,28px);
}
.wtple-area-profile h2 {
	margin: 3px 0 6px;
}
.wtple-area-profile__path {
	color: #37536f;
	font-weight: 750;
	margin: 0 0 16px;
}
.wtple-area-profile dl {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3,minmax(0,1fr));
	margin: 0;
}
.wtple-area-profile dl > div {
	background: #f4faff;
	border: 1px solid rgba(8,58,112,.12);
	border-radius: 14px;
	padding: 14px;
}
.wtple-area-profile dt {
	color: #37536f;
	font-size: .82rem;
	font-weight: 800;
}
.wtple-area-profile dd {
	color: #021b3a;
	font-size: clamp(1.35rem,3vw,2rem);
	font-weight: 950;
	margin: 4px 0;
}
.wtple-area-profile small {
	color: #52677c;
}
.wtple-area-profile__sources {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 14px 0 0;
}
.wtple-area-profile__sources a {
	font-weight: 800;
}
.wtple-management-pitch,
.wtple-action-plan,
.wtple-copy-section,
.wtple-list-card,
.wtple-faq,
.wtple-related__grid a {
  background: var(--wtple-card);
  border: 2px solid transparent;
  border-radius: 22px;
  box-shadow:
    0 10px 24px rgba(2, 27, 58, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}
.wtple-management-pitch {
  margin-bottom: 18px;
  padding: clamp(24px, 3vw, 34px);
}
.wtple-management-pitch__heading {
  max-width: 900px;
}
.wtple-management-pitch__join {
  border-left: 4px solid var(--wtple-blue);
  color: var(--wtple-navy);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 13px;
  padding: 4px 0 4px 12px;
}
.wtple-management-pitch__heading h2 {
  color: var(--wtple-navy);
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 13px;
}
.wtple-management-pitch__intro {
  color: var(--wtple-text);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.65;
}
.wtple-management-pitch__intro p {
  margin: 0;
}
.wtple-management-pitch__ownership {
  align-items: center;
  background: linear-gradient(135deg, #eaf8ff, #f8fcff 55%, #effff3);
  border: 1px solid #bce8f6;
  border-radius: 17px;
  display: grid;
  gap: 18px;
  grid-template-columns: 165px minmax(0, 1fr);
  margin-top: 20px;
  padding: 18px 20px;
}
.wtple-management-pitch__ownership > span {
  color: #075889;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.wtple-management-pitch__ownership > div {
  display: grid;
  gap: 5px;
}
.wtple-management-pitch__ownership strong {
  color: var(--wtple-navy);
  font-size: 1.05rem;
  font-weight: 950;
}
.wtple-management-pitch__ownership p {
  color: var(--wtple-text);
  font-size: 0.83rem;
  font-weight: 650;
  line-height: 1.5;
  margin: 0;
}
.wtple-management-pitch__grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  margin-top: 24px;
}
.wtple-management-pitch__services h3 {
  color: var(--wtple-navy);
  font-size: 1.15rem;
  font-weight: 950;
  margin: 0 0 13px;
}
.wtple-management-pitch__services ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.wtple-management-pitch__services li {
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 15px;
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 15px;
}
.wtple-management-pitch__services li::before {
  color: var(--wtple-blue);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 950;
}
.wtple-management-pitch__services li strong {
  color: var(--wtple-navy);
  font-size: 0.9rem;
  font-weight: 950;
}
.wtple-management-pitch__services li span {
  color: var(--wtple-text-soft);
  font-size: 0.79rem;
  font-weight: 650;
  line-height: 1.45;
}
.wtple-management-pitch__extras {
  border: 2px solid transparent;
  border-radius: 20px;
  color: #fff;
  display: grid;
  gap: 11px;
  padding: 22px;
}
.wtple-management-pitch__label {
  color: var(--wtple-aqua);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.075em;
  margin: 0;
  text-transform: uppercase;
}
.wtple-management-extra {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  display: grid;
  gap: 5px;
  padding: 13px;
}
.wtple-management-extra strong,
.wtple-management-pitch__fees > strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
}
.wtple-management-extra span {
  color: #d7edff;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
}
.wtple-management-pitch__fees {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 9px;
  margin-top: 2px;
  padding-top: 14px;
}
.wtple-management-pitch__fees > a,
.wtple-management-pitch__actions > a {
  color: var(--wtple-green) !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}
.wtple-management-pitch__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.wtple-management-reach {
  border-top: 1px solid var(--wtple-line);
  margin-top: 24px;
  padding-top: 24px;
}
.wtple-management-reach__heading {
  max-width: 780px;
}
.wtple-management-reach__heading > span {
  color: var(--wtple-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.wtple-standalone-shortcode {
  display: block;
  margin: 28px 0 34px;
  scroll-margin-top: 110px;
  width: 100%;
}
.wtple-property-analyser > .wtt-airroi-launcher {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.wtple-property-analyser .wtt-launcher-card {
  box-sizing: border-box;
  width: 100% !important;
}
.wtple-management-reach__heading h3 {
  color: var(--wtple-navy);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  margin: 7px 0;
}
.wtple-management-reach__heading p {
  color: var(--wtple-text-soft);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.5;
  margin: 0;
}
.wtple-management-reach__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 17px;
}
.wtple-management-reach__grid > div,
.wtple-management-reach__network {
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 14px;
  display: grid;
  gap: 5px;
  min-height: 128px;
  padding: 14px;
  text-decoration: none;
}
.wtple-management-reach__grid strong {
  color: var(--wtple-navy);
  font-size: 0.86rem;
  font-weight: 950;
}
.wtple-management-reach__grid span {
  color: var(--wtple-text-soft);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.42;
}
.wtple-management-reach__network {
  background: linear-gradient(145deg, #083467, #021b3a);
  border-color: rgba(0, 194, 255, 0.55);
}
.wtple-management-reach__network i {
  color: var(--wtple-green);
  font-size: 1.35rem;
  font-style: normal;
  line-height: 1;
}
.wtple-management-reach__network strong {
  color: #fff;
}
.wtple-management-reach__network span {
  color: #d7edff;
}
.wtple-management-reach__network b {
  color: var(--wtple-green);
  font-size: 0.74rem;
  margin-top: auto;
}
.wtple-action-plan {
  margin-bottom: 18px;
  padding: 24px 26px 26px;
}
.wtple-action-plan h2 {
  color: var(--wtple-navy);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 18px;
}
.wtple-action-plan ol {
  counter-reset: none;
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.wtple-action-plan li {
  align-content: start;
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 15px;
  display: grid;
  gap: 6px 12px;
  grid-template-columns: 70px minmax(0, 1fr);
  min-height: 104px;
  padding: 13px 15px;
}
.wtple-action-plan li span {
  align-items: center;
  align-self: start;
  background: linear-gradient(135deg, #021b3a, #083a70, #00c2ff);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.69rem;
  font-weight: 950;
  grid-row: 1 / span 2;
  justify-content: center;
  min-height: 30px;
  padding: 6px 9px;
}
.wtple-action-plan li strong {
  color: var(--wtple-text);
  font-size: 0.88rem;
  line-height: 1.42;
}
.wtple-action-plan li > a {
  color: #075889;
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: underline;
}
.wtple-copy-section h2,
.wtple-faq h2,
.wtple-related h2 {
  color: var(--wtple-navy);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 15px;
}
.wtple-copy-section div {
  color: var(--wtple-text);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.72;
}
.wtple-copy-section h3 {
  color: var(--wtple-navy-soft);
  font-size: 1.15rem;
  font-weight: 950;
  margin: 22px 0 8px;
}
.wtple-body-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 330px;
}
.wtple-body-grid__top {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.wtple-body-grid__sidebar {
  grid-column: 2;
  align-self: stretch;
}
.wtple-requirements--intro {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 0;
}
.wtple-requirements--intro .wtple-requirements__list {
  flex: 1;
}
.wtple-requirement-card--owner[open] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wtple-requirement-card--owner .wtple-requirement-card__body {
  flex: 1;
}
.wtple-requirements--full {
  margin: 26px 0;
}
.wtple-requirements {
  margin: 26px 0;
}
.wtple-requirements > h2 {
  color: var(--wtple-navy);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  margin: 3px 0 7px;
}
.wtple-requirements__intro {
  color: var(--wtple-text-soft);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
  margin: 0 0 16px;
  max-width: 760px;
}
.wtple-requirements__list {
  display: grid;
  gap: 10px;
}
.wtple-requirement-card {
  border: 2px solid transparent;
  border-radius: 18px;
  overflow: hidden;
}
.wtple-requirement-card > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 3px 13px;
  grid-template-columns: 38px minmax(0, 1fr) auto auto;
  list-style: none;
  min-height: 82px;
  padding: 14px 18px;
}
.wtple-requirement-card > summary::-webkit-details-marker,
.wtple-requirement-topic > summary::-webkit-details-marker {
  display: none;
}
.wtple-requirement-card > summary > span {
  align-items: center;
  background: linear-gradient(135deg, #021b3a, #00c2ff);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 950;
  grid-row: 1 / span 2;
  height: 31px;
  justify-content: center;
  width: 31px;
}
.wtple-requirement-card > summary > strong {
  color: var(--wtple-navy);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.25;
}
.wtple-requirement-card > summary > small {
  color: var(--wtple-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  grid-column: 2;
  line-height: 1.35;
}
.wtple-requirement-card > summary > .wtple-requirement-status {
  align-items: center;
  align-self: center;
  background: linear-gradient(135deg, #eaf8ff, #effff3);
  border: 1px solid rgba(0, 194, 255, 0.34);
  border-radius: 999px;
  color: #075889;
  display: inline-flex;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.15;
  min-height: 29px;
  padding: 6px 10px;
  text-align: center;
  white-space: nowrap;
}
.wtple-requirement-card > summary > i {
  align-items: center;
  border: 1px solid #bce8f6;
  border-radius: 50%;
  color: #075889;
  display: flex;
  font-size: 19px;
  font-style: normal;
  grid-column: 4;
  grid-row: 1 / span 2;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.wtple-requirement-card[open] > summary > i {
  transform: rotate(45deg);
}
.wtple-requirement-card__body {
  border-top: 1px solid var(--wtple-line);
  color: #294762;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.55;
  padding: 17px 18px;
}
.wtple-requirement-card__body > p:first-child {
  margin-top: 0;
}
.wtple-requirement-card__body > p:last-child {
  margin-bottom: 0;
}
.wtple-requirement-topics {
  display: grid;
  gap: 8px;
}
.wtple-requirement-topic {
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 13px;
  overflow: hidden;
}
.wtple-requirement-topic > summary {
  align-items: center;
  color: var(--wtple-navy);
  cursor: pointer;
  display: flex;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
  min-height: 48px;
  padding: 10px 13px;
}
.wtple-requirement-topic > summary i {
  color: #00aee8;
  font-size: 18px;
  font-style: normal;
}
.wtple-requirement-topic[open] > summary i {
  transform: rotate(45deg);
}
.wtple-requirement-topic > div {
  border-top: 1px solid var(--wtple-line);
  padding: 13px;
}
.wtple-requirement-topic ul {
  margin: 0;
  padding-left: 19px;
}
.wtple-requirement-topic li {
  color: #294762;
  font-weight: 650;
  line-height: 1.5;
  margin: 0 0 7px;
}
.wtple-resource-link {
  margin: 11px 0 0 !important;
}
.wtple-resource-link a {
  align-items: center;
  background: #eaf8ff;
  border: 1px solid #bce8f6;
  border-radius: 999px;
  color: #075889 !important;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 7px 10px;
  text-decoration: none;
}
.wtple-confirmation-note {
  background: #fff6df;
  border: 1px solid #f2d48d;
  border-radius: 13px;
  color: #604500;
  margin-top: 11px;
  padding: 12px;
}
.wtple-confirmation-note p {
  margin: 6px 0 0;
}
.wtple-main-column,
.wtple-sidebar {
  display: grid;
  gap: 16px;
}
.wtple-copy-section {
  padding: clamp(22px, 3vw, 32px);
}
.wtple-sidebar {
  position: static;
}
.wtple-list-card {
  padding: 20px;
}
.wtple-list-card h2 {
  color: var(--wtple-navy);
  font-size: 1.08rem;
  font-weight: 950;
  margin: 0 0 12px;
}
.wtple-list-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wtple-list-card li {
  border-top: 1px solid var(--wtple-line);
  color: var(--wtple-text);
  font-size: 0.88rem;
  font-weight: 750;
  padding: 9px 0 9px 19px;
  position: relative;
}
.wtple-list-card li:first-child {
  border-top: 0;
}
.wtple-list-card li::before {
  background: var(--wtple-blue);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 194, 255, 0.35);
  content: "";
  height: 7px;
  left: 1px;
  position: absolute;
  top: 15px;
  width: 7px;
}
.wtple-list-card--areas ul,
.wtple-list-card--types ul {
  column-gap: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wtple-list-card--areas li,
.wtple-list-card--types li {
  font-size: 0.78rem;
  line-height: 1.25;
  min-width: 0;
  padding: 8px 2px 8px 15px;
}
.wtple-list-card--areas li:nth-child(2),
.wtple-list-card--types li:nth-child(2) {
  border-top: 0;
}
.wtple-list-card--areas li::before,
.wtple-list-card--types li::before {
  height: 6px;
  top: 12px;
  width: 6px;
}
.wtple-list-card--areas li a {
  align-items: center;
  color: var(--wtple-navy) !important;
  display: flex;
  gap: 7px;
  justify-content: space-between;
  text-decoration: none !important;
}
.wtple-list-card--areas li a span {
  color: var(--wtple-blue);
  flex: 0 0 auto;
  font-weight: 950;
}
.wtple-list-card--areas li a:hover,
.wtple-list-card--areas li a:focus-visible {
  color: var(--wtple-blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.wtple-list-card--note {
  background:
    linear-gradient(180deg, #083467 0%, #041d40 58%, #02152e 100%) padding-box,
    linear-gradient(135deg, #00c2ff, #083a70, #6dff8b) border-box;
  color: #d7edff;
}
.wtple-list-card--note h2 {
  color: #fff;
}
.wtple-list-card--note p {
  color: #d7edff;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}
.wtple-faq {
  margin-top: 18px;
  padding: clamp(22px, 3vw, 32px);
}
.wtple-faq details {
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 16px;
  margin-top: 10px;
  padding: 0 16px;
}
.wtple-faq summary {
  color: var(--wtple-navy);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 900;
  list-style: none;
  padding: 16px 38px 16px 0;
  position: relative;
}
.wtple-faq summary::-webkit-details-marker {
  display: none;
}
.wtple-faq summary::after {
  border: 1px solid rgba(0, 194, 255, 0.32);
  border-radius: 50%;
  color: var(--wtple-navy);
  content: "+";
  font-size: 18px;
  height: 28px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 11px;
  width: 28px;
}
.wtple-faq details[open] summary::after {
  content: "−";
}
.wtple-faq details div {
  color: var(--wtple-text);
  font-size: 0.9rem;
  line-height: 1.65;
  padding: 0 35px 15px 0;
}
.wtple-faq__more {
  background: var(--wtple-button);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(2, 27, 58, 0.16);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  margin-top: 15px;
  min-height: 46px;
  padding: 12px 20px;
}
.wtple-council-finder {
  border: 2px solid transparent;
  border-radius: 22px;
  margin-top: 18px;
  padding: clamp(22px, 3vw, 32px);
}
.wtple-council-finder h2 {
  color: var(--wtple-navy);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  margin: 0 0 10px;
}
.wtple-council-finder > p:not(.wtple-eyebrow) {
  color: var(--wtple-text-soft);
  font-weight: 650;
}
.wtple-council-finder__controls {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  margin-top: 18px;
}
.wtple-council-finder__controls label {
  color: var(--wtple-navy);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 7px;
}
.wtple-council-finder__controls input,
.wtple-council-finder__controls select {
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 14px;
  color: var(--wtple-text);
  min-height: 52px;
  padding: 10px 13px;
  width: 100%;
}
.wtple-council-finder__cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}
.wtple-council-finder__cards a {
  background: #fff;
  border: 1px solid var(--wtple-line);
  border-radius: 15px;
  color: var(--wtple-navy);
  display: grid;
  font-weight: 900;
  min-height: 82px;
  padding: 14px;
  text-decoration: none;
}
.wtple-council-finder__cards span {
  color: var(--wtple-blue);
  font-size: 0.75rem;
  margin-top: auto;
}
.wtple-research-note {
  background: #eef7ff;
  border: 1px solid var(--wtple-line);
  border-radius: 14px;
  color: var(--wtple-text-soft);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 20px 0 0;
  padding: 12px 14px;
}
.wtple-related {
  margin-top: 42px;
}
.wtple-related__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wtple-related__grid a {
  color: var(--wtple-navy);
  display: flex;
  flex-direction: column;
  min-height: 120px;
  padding: 18px;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.wtple-related__grid a:hover {
  background: var(--wtple-card-hover);
  box-shadow: var(--wtple-shadow-strong);
  transform: translateY(-2px);
}
.wtple-related__grid strong {
  font-size: 1rem;
  font-weight: 950;
}
.wtple-related__grid span {
  color: var(--wtple-blue);
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: auto;
}
.wtple-sources {
  color: var(--wtple-text-soft);
  font-size: 0.78rem;
  margin-top: 28px;
}
.wtple-sources a {
  color: var(--wtple-navy-soft);
}
.wtple-final-cta {
  background: #fff;
  padding: 0 14px 65px;
}
.wtple-final-cta .wtple-shell {
  align-items: center;
  background:
    linear-gradient(180deg, #083467 0%, #041d40 58%, #02152e 100%) padding-box,
    linear-gradient(135deg, #00c2ff, #083a70, #6dff8b) border-box;
  border: 2px solid transparent;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(2, 27, 58, 0.25);
  display: flex;
  gap: 25px;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 38px);
}
.wtple-final-cta .wtple-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: var(--wtple-aqua);
}
.wtple-final-cta h2 {
  color: #fff;
  font-size: clamp(1.65rem, 3.5vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
  max-width: 760px;
}

@media (max-width: 1050px) {
  .wtple-hero__grid,
  .wtple-management-pitch__grid,
  .wtple-body-grid {
    grid-template-columns: 1fr;
  }
  .wtple-body-grid__top,
  .wtple-body-grid__sidebar {
    grid-column: 1;
    grid-row: auto;
  }
  .wtple-requirements--intro,
  .wtple-requirement-card--owner[open] {
    display: block;
    height: auto;
  }
  .wtple-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wtple-list-card--areas {
    grid-row: 1 / span 2;
  }
  .wtple-management-reach__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* First-paint hardening against broad Elementor/theme link and card rules. */
html body .wtple-location-page .wtple-management-pitch {
  border-radius: 22px !important;
}
html body .wtple-location-page .wtple-management-pitch__extras {
  border-radius: 20px !important;
  color: #fff !important;
}
html body .wtple-location-page .wtple-management-pitch__fees > a,
html body .wtple-location-page .wtple-management-pitch__actions > a {
  color: var(--wtple-green) !important;
}
html body .wtple-location-page .wtple-management-pitch__actions .wtple-button--primary {
  background: linear-gradient(135deg, #021b3a, #083a70 58%, #00c2ff) !important;
  border: 1px solid rgba(0, 234, 255, 0.5) !important;
  box-shadow: 0 12px 28px rgba(0, 194, 255, 0.2) !important;
  color: #fff !important;
}
@media (max-width: 680px) {
  .wtple-area-profile dl {
    grid-template-columns: 1fr;
  }
  .wtple-management-pitch {
    padding: 22px 18px;
  }
  .wtple-management-pitch__ownership,
  .wtple-management-pitch__services ul,
  .wtple-management-reach__grid {
    grid-template-columns: 1fr;
  }
  .wtple-management-pitch__services li,
  .wtple-management-reach__grid > div,
  .wtple-management-reach__network {
    min-height: 0;
  }
  .wtple-hero {
    padding: 12px 8px 20px;
  }
  .wtple-hero > .wtple-shell {
    border-radius: 24px;
    padding: 24px 18px;
  }
  .wtple-hero h1 {
    font-size: 2.65rem;
  }
  .wtple-actions {
    flex-direction: column;
  }
  .wtple-actions .wtple-button {
    width: 100%;
  }
  .wtple-content {
    padding-left: 8px;
    padding-right: 8px;
  }
  .wtple-sidebar,
  .wtple-related__grid,
  .wtple-council-finder__controls,
  .wtple-council-finder__cards {
    grid-template-columns: 1fr;
  }
  .wtple-list-card--areas {
    grid-row: auto;
  }
  .wtple-final-cta {
    padding-left: 8px;
    padding-right: 8px;
  }
  .wtple-final-cta .wtple-shell {
    align-items: stretch;
    flex-direction: column;
  }
  .wtple-final-cta .wtple-button {
    width: 100%;
  }
  .wtple-action-plan {
    padding: 21px 18px;
  }
  .wtple-action-plan ol {
    grid-template-columns: 1fr;
  }
  .wtple-action-plan li {
    min-height: 0;
  }
  .wtple-requirement-card > summary {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    padding: 13px;
  }
  .wtple-requirement-card > summary > small {
    display: none;
  }
  .wtple-requirement-card > summary > .wtple-requirement-status {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    margin-top: 4px;
    white-space: normal;
  }
  .wtple-requirement-card > summary > i {
    grid-column: 3;
  }
}

.wtple-council-finder__search {
	display: block;
	font-weight: 800;
	margin: 18px 0 7px;
}
.wtple-council-finder [type="search"] {
	background: #fff;
	border: 2px solid #adc7df;
	border-radius: 12px;
	color: #021b3a;
	min-height: 48px;
	padding: 10px 13px;
	width: 100%;
}
.wtple-council-finder [type="search"]:focus,
.wtple-council-browser summary:focus-visible,
.wtple-council-finder__cards a:focus-visible {
	outline: 3px solid #00a7d9;
	outline-offset: 3px;
}
.wtple-council-browser {
	margin-top: 13px;
}
.wtple-council-browser summary {
	background: #eaf6ff;
	border: 1px solid #b9d8ee;
	border-radius: 12px;
	color: #021b3a;
	cursor: pointer;
	font-weight: 850;
	padding: 13px 15px;
}
.wtple-council-finder__cards {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3,minmax(0,1fr));
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}
.wtple-council-finder__cards li {
	margin: 0;
}
.wtple-council-finder__cards a {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #d3e4f1;
	border-radius: 12px;
	color: #021b3a;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 100%;
	padding: 13px;
	text-decoration: none;
}
.wtple-list-audit,
.wtple-locality-audit {
	display: block;
	font-size: .72rem;
	font-weight: 750;
	line-height: 1.35;
	margin-top: 6px;
}
.wtple-list-audit--green,
.wtple-locality-audit--green { color: #176b3a; }
.wtple-list-audit--amber,
.wtple-locality-audit--amber { color: #8a5b00; }
.wtple-list-audit--red,
.wtple-locality-audit--red { color: #a02626; }
.wtple-list-audit--grey,
.wtple-locality-audit--grey { color: #53616f; }
.wtple-proposals {
	background: #fff8e6;
	border: 2px solid #e1ad3d;
	border-radius: 16px;
	color: #3d2a04;
	margin: 16px 0;
	padding: 18px;
}
.wtple-proposals h3,
.wtple-proposals h4 {
	color: #3d2a04;
}
.wtple-proposal + .wtple-proposal {
	border-top: 1px solid #dfc47e;
	margin-top: 16px;
	padding-top: 16px;
}
.wtple-proposal dl {
	display: grid;
	gap: 8px;
}
.wtple-proposal dl div {
	display: grid;
	gap: 3px;
	grid-template-columns: minmax(130px,.35fr) 1fr;
}
.wtple-proposal dt { font-weight: 850; }
.wtple-proposal dd { margin: 0; }
.wtple-page-reviewed {
	color: #40566b;
	font-size: .88rem;
}
@media (max-width: 780px) {
	.wtple-council-finder__cards { grid-template-columns: 1fr; }
	.wtple-proposal dl div { grid-template-columns: 1fr; }
}
@media (min-width: 681px) and (max-width: 900px) {
  .wtple-action-plan ol {
    grid-template-columns: 1fr;
  }
}

.wtple-location-page .wtple-council-details {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(0, 194, 255, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 194, 255, 0.12), transparent 38%),
    linear-gradient(135deg, #f7fcff 0%, #eef8ff 100%);
  box-shadow: 0 10px 24px rgba(2, 27, 58, 0.07);
}
.wtple-location-page .wtple-council-details h4 {
  margin: 0 0 12px;
  color: var(--wtple-navy);
  font-family: var(--wtple-font);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.25;
}
.wtple-location-page .wtple-council-details dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.wtple-location-page .wtple-council-details dl > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(2, 27, 58, 0.1);
}
.wtple-location-page .wtple-council-details dt,
.wtple-location-page .wtple-council-details dd {
  margin: 0;
}
.wtple-location-page .wtple-council-details dt {
  color: var(--wtple-text-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.wtple-location-page .wtple-council-details dd {
  color: var(--wtple-text);
  font-weight: 650;
  overflow-wrap: anywhere;
}
.wtple-location-page .wtple-council-details a {
  color: var(--wtple-navy-soft);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(0, 194, 255, 0.45);
  text-underline-offset: 3px;
}
@media (max-width: 560px) {
  .wtple-location-page .wtple-council-details dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.wtple-location-page .wtple-inherited-state-rules > h3 {
  margin: 0 0 8px;
  color: var(--wtple-navy);
  font-family: var(--wtple-font);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.25;
}
.wtple-location-page .wtple-rule-scope-note {
  margin: 0 0 18px;
  color: var(--wtple-text-soft);
}
.wtple-location-page .wtple-structured-rule {
  margin: 0 0 18px;
  padding: clamp(17px, 2.4vw, 24px);
  border: 1px solid rgba(0, 194, 255, 0.23);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 9px 24px rgba(2, 27, 58, 0.06);
}
.wtple-location-page .wtple-structured-rule:last-child {
  margin-bottom: 0;
}
.wtple-location-page .wtple-structured-rule h4 {
  margin: 0 0 9px;
  color: var(--wtple-navy);
  font-family: var(--wtple-font);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.3;
}
.wtple-location-page .wtple-structured-rule h5 {
  margin: 17px 0 6px;
  color: var(--wtple-navy-soft);
  font-family: var(--wtple-font);
  font-size: 0.95rem;
  line-height: 1.35;
}
.wtple-location-page .wtple-structured-rule__description {
  margin: 0 0 12px;
  color: var(--wtple-text);
  font-weight: 650;
}
.wtple-location-page .wtple-structured-rule__bullets,
.wtple-location-page .wtple-structured-rule__exceptions ul,
.wtple-location-page .wtple-structured-rule__sources ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 21px;
}
.wtple-location-page .wtple-structured-rule__meaning,
.wtple-location-page .wtple-structured-rule__consequences,
.wtple-location-page .wtple-structured-rule__management {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 4px solid var(--wtple-cyan);
  border-radius: 0 12px 12px 0;
  background: rgba(0, 194, 255, 0.06);
}
.wtple-location-page .wtple-structured-rule__consequences {
  border-left-color: #e28436;
  background: rgba(226, 132, 54, 0.07);
}
.wtple-location-page .wtple-structured-rule__management {
  border-left-color: var(--wtple-lime);
  background: rgba(109, 255, 139, 0.08);
}
.wtple-location-page .wtple-structured-rule__meaning h5,
.wtple-location-page .wtple-structured-rule__consequences h5,
.wtple-location-page .wtple-structured-rule__management h5,
.wtple-location-page .wtple-structured-rule__meaning p,
.wtple-location-page .wtple-structured-rule__consequences p,
.wtple-location-page .wtple-structured-rule__management p {
  margin: 0;
}
.wtple-location-page .wtple-structured-rule__sources a {
  color: var(--wtple-navy-soft);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(0, 194, 255, 0.45);
  text-underline-offset: 3px;
}
.wtple-location-page .wtple-structured-rule__verified {
  margin: 16px 0 0;
  color: var(--wtple-text-soft);
  font-size: 0.84rem;
  font-weight: 750;
}
.wtple-location-page [data-wtple-council-audit="pending"] .wtple-structured-rule__verified {
  color: #8b4b15;
}
.wtple-promotion-popup[hidden] {
  display: none !important;
}
.wtple-promotion-popup {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  overflow: auto;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}
.wtple-promotion-popup__inner {
  max-width: 100%;
  position: relative;
  width: 960px;
}
.wtple-promotion-popup__content {
  max-width: 100%;
}
.wtple-promotion-popup__close {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 32px;
  line-height: 1;
  padding: 8px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
}
.wtple-promotion-popup__close:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}
.wtple-popup-open {
  overflow: hidden;
}

.wtple-location-page .wtple-owner-brief-summary__answers {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.wtple-location-page .wtple-requirements__group-heading {
  margin: 20px 4px 2px;
  color: #083a70;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1.3;
  text-transform: uppercase;
}
.wtple-location-page .wtple-requirement-card__body h4 {
  margin: 16px 0 8px;
  color: #083a70;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .025em;
}
.wtple-location-page .wtple-requirement-card__body ul {
  margin: 10px 0 14px;
  padding-left: 22px;
}
.wtple-location-page .wtple-requirement-card__body li + li {
  margin-top: 6px;
}
.wtple-location-page .wtple-owner-brief-summary__answers li {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 16px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(8, 58, 112, .12);
}
.wtple-location-page .wtple-owner-brief-summary__answers--locked li {
  grid-template-columns: minmax(72px, 100px) minmax(0, 1fr);
  gap: 12px;
}
.wtple-location-page .wtple-owner-brief-summary__answers--locked .wtple-owner-answer {
  justify-content: center;
  margin-left: 0;
  min-width: 64px;
}
.wtple-location-page .wtple-owner-brief-summary__answers span {
  color: #083a70;
  font-weight: 800;
}
.wtple-location-page .wtple-owner-answer {
  display: inline-flex;
  align-items: center;
  max-width: 330px;
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf6ff;
  color: #064b80;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}
.wtple-location-page .wtple-owner-answer--conditional {
  background: #eaf3ff;
  color: #083a70;
}
.wtple-location-page .wtple-owner-answer--yes {
  background: #e8f8ee;
  color: #075a2a;
}
.wtple-location-page .wtple-owner-answer--no {
  background: #edf6ff;
  color: #064b80;
}
@media (max-width: 720px) {
  .wtple-location-page .wtple-owner-brief-summary__answers li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .wtple-location-page .wtple-owner-brief-summary__answers--locked li {
    grid-template-columns: minmax(64px, 84px) minmax(0, 1fr);
    gap: 10px;
  }
  .wtple-location-page .wtple-owner-answer {
    margin-left: 0;
    max-width: none;
  }
}
