:root {
  --vp-forest: #163a2b;
  --vp-forest-dark: #0d241b;
  --vp-moss: #426b4f;
  --vp-gold: #c99a49;
  --vp-gold-light: #f1d7a7;
  --vp-cream: #f7f1e7;
  --vp-ink: #18221c;
  --vp-muted: #68766d;
  --vp-white: #fffaf2;
  --vp-radius: 28px;
  --vp-shadow: 0 24px 70px rgba(13, 36, 27, 0.16);
}

body.home,
body.page-id-683,
body.page-id-55 {
  background: var(--vp-cream);
}

.vp-facelift {
  color: var(--vp-ink);
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(201, 154, 73, 0.18), transparent 34rem),
    linear-gradient(180deg, #fffaf2 0%, #f1eadc 100%);
  overflow: hidden;
}

.vp-facelift h1,
.vp-facelift h2,
.vp-facelift h3 {
  color: var(--vp-forest-dark);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.035em;
  margin: 0;
}

.vp-facelift p {
  color: var(--vp-muted);
  font-size: 18px;
  line-height: 1.75;
}

.vp-kicker {
  color: var(--vp-gold) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3 !important;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.vp-lead {
  color: rgba(255, 250, 242, 0.86) !important;
  font-size: clamp(19px, 2vw, 25px) !important;
  line-height: 1.55 !important;
  max-width: 760px;
}

.vp-hero {
  align-items: end;
  display: grid;
  min-height: 92vh;
  position: relative;
}

.vp-hero__media {
  inset: 0;
  position: absolute;
}

.vp-hero__media:after {
  background:
    linear-gradient(90deg, rgba(13, 36, 27, 0.92) 0%, rgba(13, 36, 27, 0.68) 42%, rgba(13, 36, 27, 0.24) 100%),
    linear-gradient(0deg, rgba(13, 36, 27, 0.72), transparent 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.vp-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vp-hero__content {
  max-width: 1180px;
  padding: 170px 24px 90px;
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  z-index: 1;
}

.vp-hero h1 {
  color: var(--vp-white);
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.92;
  max-width: 940px;
  text-wrap: balance;
}

.vp-hero__actions,
.vp-final .vp-button,
.vp-price .vp-button {
  margin-top: 30px;
}

.vp-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 8px 12px 8px 0;
  min-height: 54px;
  padding: 16px 26px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.vp-button--gold {
  background: linear-gradient(135deg, var(--vp-gold), var(--vp-gold-light));
  color: var(--vp-forest-dark) !important;
  box-shadow: 0 16px 38px rgba(201, 154, 73, 0.28);
}

.vp-button--ghost {
  border: 1px solid rgba(255, 250, 242, 0.55);
  color: var(--vp-white) !important;
}

.vp-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.vp-facts span {
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 242, 0.12);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 999px;
  color: var(--vp-white);
  font-weight: 700;
  padding: 10px 16px;
}

.vp-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 92px 24px;
}

.vp-section__head {
  margin-bottom: 34px;
  max-width: 760px;
}

.vp-section h2 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  text-wrap: balance;
}

.vp-intro {
  display: grid;
  gap: 46px;
  grid-template-columns: 0.9fr 1.1fr;
}

.vp-gallery-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  padding-top: 20px;
}

.vp-gallery-strip img,
.vp-split img {
  border-radius: var(--vp-radius);
  box-shadow: var(--vp-shadow);
  height: 470px;
  object-fit: cover;
  width: 100%;
}

.vp-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-card,
.vp-path__steps a,
.vp-booking__box,
.vp-faq details {
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(22, 58, 43, 0.1);
  border-radius: var(--vp-radius);
  box-shadow: 0 16px 50px rgba(13, 36, 27, 0.09);
}

.vp-card {
  padding: 32px;
}

.vp-card h3 {
  font-size: 31px;
  margin-bottom: 18px;
}

.vp-card ul {
  margin: 0;
  padding-left: 18px;
}

.vp-card li {
  color: var(--vp-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.vp-path {
  background: var(--vp-forest-dark);
  border-radius: 36px;
  margin-top: 40px;
  padding: 64px;
}

.vp-path h2 {
  color: var(--vp-white);
}

.vp-path__steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-path__steps a {
  display: block;
  padding: 26px;
  text-decoration: none !important;
}

.vp-path__steps strong {
  color: var(--vp-forest-dark);
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.vp-path__steps span {
  color: var(--vp-muted);
}

.vp-booking {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.85fr 1.15fr;
}

.vp-booking__text {
  position: sticky;
  top: 110px;
}

.vp-booking__box {
  padding: 30px;
}

.vp-booking__box form[class*="mphb"],
.vp-booking__box .mphb_sc_search-form {
  display: grid;
  gap: 16px;
}

.vp-booking__box input,
.vp-booking__box select,
.vp-booking__box textarea {
  border: 1px solid rgba(22, 58, 43, 0.18) !important;
  border-radius: 16px !important;
  min-height: 52px;
}

.vp-booking__box input[type="submit"],
.vp-booking__box button,
.vp-booking__box .button {
  background: linear-gradient(135deg, var(--vp-forest), var(--vp-moss)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  padding: 16px 24px !important;
  text-transform: uppercase;
}

.vp-split {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.95fr 1.05fr;
}

.vp-split--reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.vp-split--reverse img {
  order: -1;
}

.vp-text-link {
  color: var(--vp-forest) !important;
  font-weight: 800;
  text-decoration-color: var(--vp-gold) !important;
  text-underline-offset: 6px;
}

.vp-price,
.vp-final,
.vp-subhero {
  background:
    linear-gradient(135deg, rgba(22, 58, 43, 0.94), rgba(13, 36, 27, 0.98)),
    url("https://staging-b.villapurnukka.com/wp-content/uploads/2026/02/Keittio-takka.jpg") center/cover;
  border-radius: 38px;
  color: var(--vp-white);
  margin-bottom: 60px;
  padding: 74px;
}

.vp-price h2,
.vp-final h2,
.vp-subhero h1 {
  color: var(--vp-white);
}

.vp-price p,
.vp-final p,
.vp-subhero p {
  color: rgba(255, 250, 242, 0.78);
  max-width: 760px;
}

.vp-review-widgets {
  display: grid;
  gap: 24px;
}

.vp-subpage {
  padding-top: 80px;
}

.vp-subhero {
  margin: 0 auto 20px;
  max-width: 1180px;
}

.vp-subhero h1 {
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.95;
}

.vp-faq {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.vp-faq details {
  padding: 24px 28px;
}

.vp-faq summary {
  color: var(--vp-forest-dark);
  cursor: pointer;
  font-size: 21px;
  font-weight: 800;
}

.vp-faq p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .vp-hero {
    min-height: 760px;
  }

  .vp-intro,
  .vp-card-grid,
  .vp-path__steps,
  .vp-booking,
  .vp-split,
  .vp-split--reverse {
    grid-template-columns: 1fr;
  }

  .vp-booking__text {
    position: static;
  }

  .vp-gallery-strip {
    grid-template-columns: 1fr;
  }

  .vp-gallery-strip img,
  .vp-split img {
    height: 330px;
  }

  .vp-split--reverse img {
    order: 0;
  }

  .vp-path,
  .vp-price,
  .vp-final,
  .vp-subhero {
    border-radius: 28px;
    padding: 42px 24px;
  }
}

@media (max-width: 560px) {
  .vp-hero__content {
    padding: 132px 18px 56px;
    width: 100%;
  }

  .vp-section {
    padding: 64px 18px;
  }

  .vp-facelift p {
    font-size: 16px;
  }

  .vp-button {
    width: 100%;
  }

  .vp-facts span {
    width: 100%;
  }
}

/* Global header/footer facelift */
body {
  background: var(--vp-cream);
}

.vp-site-header {
  left: 0;
  padding: 16px 22px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 9998;
}

.vp-site-header__inner {
  align-items: center;
  backdrop-filter: blur(18px);
  background: linear-gradient(135deg, rgba(13, 36, 27, 0.94), rgba(22, 58, 43, 0.88));
  border: 1px solid rgba(241, 215, 167, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(13, 36, 27, 0.22);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: 1540px;
  min-height: 74px;
  padding: 10px 12px 10px 18px;
}

.vp-site-brand {
  align-items: center;
  color: var(--vp-white) !important;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
  text-decoration: none !important;
}

.vp-site-brand__mark {
  align-items: center;
  background: linear-gradient(135deg, var(--vp-gold), var(--vp-gold-light));
  border-radius: 50%;
  color: var(--vp-forest-dark);
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 46px;
}

.vp-site-brand__text {
  display: grid;
  line-height: 1.05;
}

.vp-site-brand__text strong {
  color: var(--vp-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.vp-site-brand__text small {
  color: rgba(255, 250, 242, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vp-site-nav {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.vp-site-nav a {
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.78) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 12px 10px;
  text-decoration: none !important;
  white-space: nowrap;
}

.vp-site-nav a:hover,
.vp-site-nav a:focus {
  background: rgba(255, 250, 242, 0.1);
  color: var(--vp-white) !important;
}

.vp-header-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--vp-gold), var(--vp-gold-light));
  border-radius: 999px;
  color: var(--vp-forest-dark) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.vp-nav-toggle,
.vp-nav-toggle-button {
  display: none;
}

.vp-site-footer {
  background:
    radial-gradient(circle at 14% 0%, rgba(201, 154, 73, 0.22), transparent 30rem),
    linear-gradient(135deg, var(--vp-forest-dark), #071711);
  color: var(--vp-white);
  margin-top: 0;
  padding: 78px 24px 28px;
}

.vp-site-footer__inner {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.5fr) minmax(180px, 0.5fr);
  margin: 0 auto;
  max-width: 1320px;
}

.vp-site-footer h2,
.vp-site-footer h3 {
  color: var(--vp-white);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
}

.vp-site-footer h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  max-width: 700px;
}

.vp-site-footer h3 {
  font-size: 28px;
}

.vp-site-footer p {
  color: rgba(255, 250, 242, 0.72);
  font-size: 17px;
  line-height: 1.75;
  max-width: 650px;
}

.vp-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.vp-site-footer__links a {
  color: rgba(255, 250, 242, 0.76) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.vp-site-footer__links a:hover,
.vp-site-footer__links a:focus {
  color: var(--vp-gold-light) !important;
}

.vp-site-footer__bottom {
  border-top: 1px solid rgba(255, 250, 242, 0.14);
  color: rgba(255, 250, 242, 0.58);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  margin: 54px auto 0;
  max-width: 1320px;
  padding-top: 22px;
}

.vp-hero__content {
  max-width: 1420px;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
  width: min(1420px, calc(100% - 24px));
}

.vp-hero h1,
.vp-hero .vp-lead {
  max-width: 980px;
}

.vp-hero {
  margin-top: -106px;
  min-height: 98vh;
  padding-top: 106px;
}

.wrap,
.content {
  background: transparent;
}

@media (max-width: 1260px) {
  .vp-site-header__inner {
    grid-template-columns: auto auto auto;
  }

  .vp-nav-toggle-button {
    align-items: center;
    border: 1px solid rgba(255, 250, 242, 0.16);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 48px;
    justify-content: center;
    justify-self: end;
    width: 48px;
  }

  .vp-nav-toggle-button span {
    background: var(--vp-white);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
  }

  .vp-site-nav {
    background: rgba(13, 36, 27, 0.98);
    border: 1px solid rgba(241, 215, 167, 0.16);
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(13, 36, 27, 0.24);
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .vp-nav-toggle:checked ~ .vp-site-nav {
    display: grid;
  }

  .vp-header-cta {
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .vp-site-header {
    padding: 10px;
  }

  .vp-site-header__inner {
    border-radius: 28px;
    gap: 10px;
    grid-template-columns: 1fr auto;
    padding: 10px;
  }

  .vp-site-brand__text strong {
    font-size: 20px;
  }

  .vp-site-brand__text small {
    display: none;
  }

  .vp-header-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .vp-site-nav {
    grid-template-columns: 1fr;
  }

  .vp-site-nav a {
    font-size: 15px;
    padding: 13px 14px;
  }

  .vp-site-footer {
    padding: 58px 18px 24px;
  }

  .vp-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .vp-site-footer__bottom {
    display: grid;
  }

  .vp-hero {
    margin-top: -156px;
    min-height: 840px;
    padding-top: 156px;
  }

  .vp-hero__content {
    width: 100%;
  }
}

/* VP_PRELOADER_KILL: Bellevue preloader can get stuck after custom shell override. */
#loader-wrapper,
#loader,
#loader-wrapper .loader-section {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Customer-facing content and image reliability fixes */
.vp-hero {
  background-position: center;
  background-size: cover;
}

.vp-hero__summary {
  color: rgba(255, 250, 242, 0.82) !important;
  font-size: clamp(17px, 1.6vw, 21px) !important;
  line-height: 1.65 !important;
  max-width: 720px;
}

.vp-split--intro {
  padding-top: 110px;
}

.vp-amenity-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vp-amenity-cloud span {
  background: rgba(22, 58, 43, 0.08);
  border: 1px solid rgba(22, 58, 43, 0.12);
  border-radius: 999px;
  color: var(--vp-forest-dark);
  font-size: 15px;
  font-weight: 800;
  padding: 10px 14px;
}

.vp-facelift img {
  background: rgba(22, 58, 43, 0.08);
}

/* VP_MOBILE_HERO_FIX: keep hero image and copy inside small screens. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.vp-facelift,
.vp-facelift * {
  box-sizing: border-box;
}

.vp-facelift h1,
.vp-facelift h2,
.vp-facelift h3,
.vp-facelift p,
.vp-facelift a,
.vp-facelift span {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 760px) {
  .vp-site-header {
    position: sticky;
    top: 0;
  }

  .vp-hero {
    align-items: end;
    background-position: center top;
    margin-top: 0 !important;
    min-height: auto !important;
    overflow: hidden;
    padding-top: 0 !important;
  }

  .vp-hero__media {
    min-height: 620px;
    position: relative;
  }

  .vp-hero__media:after {
    background:
      linear-gradient(180deg, rgba(13, 36, 27, 0.26) 0%, rgba(13, 36, 27, 0.72) 48%, rgba(13, 36, 27, 0.96) 100%),
      linear-gradient(90deg, rgba(13, 36, 27, 0.62), rgba(13, 36, 27, 0.16));
  }

  .vp-hero__media img {
    height: 620px;
    object-fit: cover;
    object-position: center top;
  }

  .vp-hero__content {
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0 18px 42px !important;
    position: absolute;
    right: 0;
    width: 100% !important;
  }

  .vp-hero h1 {
    font-size: clamp(36px, 12vw, 52px) !important;
    line-height: 0.98 !important;
    max-width: 100% !important;
    text-wrap: balance;
  }

  .vp-hero .vp-lead {
    font-size: 17px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
  }

  .vp-hero__summary {
    font-size: 15px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  .vp-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .vp-hero__actions .vp-button {
    margin: 0;
    min-height: 50px;
    width: 100%;
  }

  .vp-section,
  .vp-path,
  .vp-price,
  .vp-final,
  .vp-subhero {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .vp-hero__media,
  .vp-hero__media img {
    height: 660px;
    min-height: 660px;
  }

  .vp-hero h1 {
    font-size: 34px !important;
  }
}

/* VP_SUBPAGES_FACELIFT: shared styling for rebuilt inner pages */
.vp-subhero--gallery {
  background:
    linear-gradient(135deg, rgba(13, 36, 27, 0.90), rgba(13, 36, 27, 0.62)),
    url("https://staging-b.villapurnukka.com/wp-content/uploads/2026/02/Ulko-syksy-ranta.jpg") center/cover;
}

.vp-gallery-page {
  padding-top: 70px;
}

.vp-gallery-page__feature {
  margin: 0 0 24px;
  position: relative;
}

.vp-gallery-page__feature img,
.vp-gallery-page__grid img {
  border-radius: var(--vp-radius);
  box-shadow: var(--vp-shadow);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.vp-gallery-page__feature img {
  aspect-ratio: 16 / 8;
}

.vp-gallery-page__feature figcaption {
  background: rgba(13, 36, 27, 0.82);
  border-radius: 999px;
  bottom: 22px;
  color: var(--vp-white);
  font-weight: 800;
  left: 22px;
  padding: 10px 16px;
  position: absolute;
}

.vp-gallery-page__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vp-gallery-page__grid img {
  aspect-ratio: 4 / 3;
}

.vp-contact-layout {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: 0.8fr 1.2fr;
}

.vp-contact-card,
.vp-form-card,
.vp-price-card,
.vp-legal article {
  background: rgba(255, 250, 242, 0.86);
  border: 1px solid rgba(22, 58, 43, 0.10);
  border-radius: var(--vp-radius);
  box-shadow: 0 16px 50px rgba(13, 36, 27, 0.09);
  padding: 32px;
}

.vp-contact-card a:not(.vp-button),
.vp-form-card a:not(.vp-button) {
  color: var(--vp-forest) !important;
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin: 12px 0;
  text-decoration: none !important;
}

.vp-contact-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.vp-form-card .frm_forms,
.vp-form-card form {
  margin-top: 20px;
}

.vp-form-card input,
.vp-form-card textarea,
.vp-form-card select {
  border-radius: 16px !important;
}

.vp-price-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.2fr repeat(3, 1fr);
}

.vp-price-card--featured {
  background: linear-gradient(135deg, rgba(22, 58, 43, 0.96), rgba(13, 36, 27, 0.96));
}

.vp-price-card--featured h2,
.vp-price-card--featured p {
  color: var(--vp-white);
}

.vp-price-card h2 {
  font-size: clamp(44px, 5vw, 72px);
}

.vp-legal {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.vp-legal h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.vp-team-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body:not(.home) .entry-title {
  display: none;
}

@media (max-width: 980px) {
  .vp-gallery-page__grid,
  .vp-contact-layout,
  .vp-price-grid,
  .vp-team-grid {
    grid-template-columns: 1fr;
  }

  .vp-gallery-page__feature img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  .vp-gallery-page__feature figcaption {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .vp-contact-card,
  .vp-form-card,
  .vp-price-card,
  .vp-legal article {
    padding: 24px;
  }
}
