:root {
  --pink: #f48585;
  --pink-soft: #ffe8e8;
  --pink-light: #fff5f6;
  --rose: #d86f82;
  --ink: #2f2f35;
  --muted: #6f6f78;
  --cream: #fffaf7;
  --paper: #fff;
  --line: #f0d7d7;
  --sage: #edf6f0;
  --shadow: 0 14px 36px rgba(122, 72, 80, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(244,133,133,.18), transparent 32rem),
    linear-gradient(180deg,#fffaf7 0%,#fff5f6 48%,#fffaf7 100%);
  color: var(--ink);
}
body.admin-bar .leen-site-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
h1, h2, h3, .leen-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.leen-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 247, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.leen-brand-row {
  text-align: center;
  padding: 34px 18px 26px;
}
.leen-brand {
  font-size: clamp(34px, 4vw, 45px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #222;
}
.leen-brand-row p {
  margin: 14px 0 0;
  color: #2f2f35;
  font-size: 16px;
}
.leen-nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px clamp(18px, 6vw, 82px);
  border-top: 1px solid rgba(240, 215, 215, .65);
}
.leen-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0;
  padding: 0;
}
.leen-menu a {
  text-decoration: none;
  color: #5c5057;
  font-size: 14px;
  font-weight: 800;
}
.leen-menu .current-menu-item > a,
.leen-menu a:hover { color: var(--pink); }
.leen-header-tools {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 210px;
  justify-content: flex-end;
}
.leen-social {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.leen-search input {
  width: 96px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
}

.leen-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px;
  align-items: end;
  gap: 32px;
  padding: 88px clamp(18px,6vw,82px) 46px;
  background:
    linear-gradient(90deg,rgba(64,38,43,.72),rgba(64,38,43,.22) 58%,rgba(64,38,43,.16)),
    url("https://www.leenstravelogue.com/wp-content/uploads/2024/03/318024414_10159497756344677_6916550906962781935_n.jpg?ccf0dc&ccf0dc") center/cover;
  color: white;
}
.leen-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--pink);
}
.leen-hero .leen-eyebrow { color: #ffd6d6; }
.leen-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px,5.6vw,76px);
  line-height: .96;
}
.leen-lede {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.62;
  color: #fff3f1;
}
.leen-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.leen-button,
.edd-submit,
#edd-purchase-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  padding: 0 20px !important;
  border: 1px solid transparent !important;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(244,133,133,.28);
}
.leen-primary,
.edd-submit,
#edd-purchase-button {
  background: var(--pink) !important;
  color: white !important;
  border-color: var(--pink) !important;
}
.leen-ghost {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.13);
  color: white;
}
.leen-light {
  background: #fff;
  color: var(--rose);
  border-color: rgba(255,255,255,.82);
  box-shadow: none;
}
.leen-hero-card {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(255,245,246,.86);
  color: #4b3438;
  box-shadow: var(--shadow);
}
.leen-hero-card span,
.leen-contact-card span { font-weight: 800; text-transform: uppercase; font-size: 12px; color: var(--rose); }
.leen-hero-card strong { display: block; margin-top: 14px; font-size: 34px; color: var(--ink); }
.leen-hero-card p { margin: 3px 0 8px; color: #6c555b; }

.leen-section { padding: 58px clamp(18px,6vw,82px) 24px; }
.leen-section-heading {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
  padding: 0 16px;
}
.leen-section-heading h2,
.leen-page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(36px,4.4vw,58px);
  line-height: 1;
}
.leen-section-heading p:not(.leen-eyebrow),
.leen-page-hero p:not(.leen-eyebrow) { color: var(--muted); line-height: 1.6; text-wrap: pretty; }

.leen-grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.leen-grid-3 article,
.leen-preview-panel,
.leen-post-card,
.leen-product,
.leen-creator-note,
.leen-sample-day,
.leen-policy-note,
.leen-why-paid,
.leen-about-hero,
.leen-contact-hero,
.leen-contact-card,
.leen-post-content,
.leen-post-sidebar,
.leen-content {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}
.leen-grid-3 article { padding: 22px; border-radius: 16px; }
.leen-grid-3 h3,
.leen-preview-panel h3 { margin: 0 0 8px; font-size: clamp(28px,2.4vw,31px); line-height: 1.04; }
.leen-grid-3 p:not(.leen-eyebrow),
.leen-preview-panel p:not(.leen-eyebrow) { color: var(--muted); line-height: 1.62; }

.leen-preview-panel {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  border-radius: 16px;
  overflow: hidden;
}
.leen-feature-panel { max-width: 980px; margin: 0 auto; }
.leen-preview-panel img,
.leen-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.leen-preview-panel div { padding: 22px; }
.leen-text-link { color: var(--pink) !important; font-weight: 900; text-decoration: none !important; }
.leen-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.leen-soft-panel { display: block; background: linear-gradient(135deg,var(--pink-light),#fff); }
.leen-soft-panel div { min-height: 100%; display: flex; flex-direction: column; justify-content: center; }
.leen-paid-home {
  background:
    linear-gradient(180deg,rgba(255,232,232,.52),rgba(255,250,247,0));
  border-top: 1px solid rgba(240, 215, 215, .55);
  border-bottom: 1px solid rgba(240, 215, 215, .55);
}
.leen-staycation-home {
  background: rgba(255,255,255,.32);
  border-top: 1px solid rgba(240, 215, 215, .5);
  border-bottom: 1px solid rgba(240, 215, 215, .5);
}
.leen-free-short-home {
  background:
    radial-gradient(circle at 82% 18%, rgba(237,246,240,.88), transparent 20rem),
    rgba(255,255,255,.4);
  border-top: 1px solid rgba(240, 215, 215, .5);
  border-bottom: 1px solid rgba(240, 215, 215, .5);
}
.leen-free-short-home .leen-post-card {
  background: linear-gradient(180deg,#fff,#f7fbf8);
}
.leen-staycation-grid .leen-post-card {
  background: linear-gradient(180deg,#fff,var(--pink-light));
}

.leen-page-hero {
  padding: 88px clamp(18px,6vw,82px) 38px;
  text-align: center;
  background:
    radial-gradient(circle at 22% 10%, rgba(244,133,133,.22), transparent 22rem),
    linear-gradient(180deg,#fff5f6,#fffaf7);
}
.leen-page-hero h1 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(42px,5vw,72px);
}
.leen-page-hero p:not(.leen-eyebrow) { max-width: 680px; margin: 0 auto; }
.leen-compact { min-height: 330px; display: grid; place-content: center; }

.leen-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.leen-post-card { overflow: hidden; border-radius: 16px; }
.leen-post-card.is-featured { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
.leen-card-image { display: block; min-height: 260px; background: var(--pink-light); }
.leen-post-card:not(.is-featured) .leen-card-image img { aspect-ratio: 4 / 3; }
.leen-post-card div { padding: 22px; }
.leen-post-card h2 { margin: 0 0 8px; font-size: clamp(28px,2.35vw,32px); line-height: 1.04; }
.leen-post-card h2 a { color: var(--ink); text-decoration: none; }
.leen-post-card p:not(.leen-eyebrow) { color: var(--muted); line-height: 1.58; }

.leens-itinerary-catalog,
.leen-itinerary-catalog { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.leens-itinerary-card,
.leen-itinerary-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.leens-itinerary-image,
.leen-itinerary-image { display: block; min-height: 260px; background: var(--pink-light); }
.leens-itinerary-image img,
.leen-itinerary-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.leens-itinerary-body,
.leen-itinerary-body { padding: 20px; }
.leens-itinerary-meta,
.leen-itinerary-meta {
  margin: 0 0 8px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.leens-itinerary-body h2,
.leen-itinerary-body h2 { margin: 0 0 8px; font-size: clamp(27px,2.25vw,30px); line-height: 1.04; }
.leens-itinerary-body h2 a,
.leen-itinerary-body h2 a { text-decoration: none; }
.leens-itinerary-body p,
.leen-itinerary-body p { color: var(--muted); line-height: 1.55; }

.leen-why-paid,
.leens-why-paid {
  margin: 42px clamp(18px,6vw,82px);
  padding: 28px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr);
  gap: 28px;
}
.leen-why-paid h2,
.leens-why-paid h2,
.leen-creator-note h2,
.leens-creator-note h2,
.leen-sample-day h2,
.leens-sample-day h2,
.leen-about-hero h1,
.leen-contact-hero h1 { margin: 0 0 10px; font-size: clamp(34px,4vw,55px); line-height: 1; }
.leen-why-paid p,
.leens-why-paid p,
.leen-creator-note p,
.leens-creator-note p,
.leen-sample-day p,
.leens-sample-day p,
.leen-policy-note p,
.leens-policy-note p,
.leen-about-hero p,
.leen-contact-hero p,
.leen-contact-card p { color: var(--muted); line-height: 1.62; }
.leen-mini-list,
.leens-mini-list { display: grid; gap: 10px; }
.leen-mini-list span,
.leens-mini-list span {
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--pink-light);
  color: var(--rose);
  font-weight: 800;
}

.leen-about-hero,
.leen-contact-hero,
.leens-about-hero,
.leens-contact-hero {
  margin: 42px clamp(18px,6vw,82px) 0;
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr);
  gap: 28px;
  align-items: center;
  padding: 32px;
}
.leen-about-hero img,
.leens-about-hero img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 14px; }
.leen-contact-card,
.leens-contact-card {
  border-radius: 14px;
  padding: 24px;
  background: linear-gradient(180deg,var(--pink-light),#fff);
}
.leen-contact-card strong,
.leens-contact-card strong {
  display: block;
  margin: 12px 0;
  font-size: clamp(24px,3vw,34px);
  line-height: 1;
  word-break: break-word;
}

.leen-product,
.leens-product,
.leen-creator-note,
.leens-creator-note,
.leen-sample-day,
.leens-sample-day,
.leen-policy-note,
.leens-policy-note { margin: 32px clamp(18px,6vw,82px); border-radius: 16px; }
.leen-product,
.leens-product {
  display: grid;
  grid-template-columns: minmax(260px,.9fr) minmax(0,1.1fr);
  overflow: hidden;
}
.leen-product-media,
.leens-product-media {
  min-height: 540px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/b/b5/Blue_Lagoon_with_%C3%9Eorbj%C3%B6rn%2C_Iceland%2C_20230430_1626_3692.jpg") center/cover;
}
.leen-product-copy,
.leens-product-copy { padding: 36px; }
.leen-product-copy h1,
.leens-product-copy h1 { margin: 0 0 8px; font-size: clamp(38px,5vw,64px); line-height: .95; }
.leen-sub,
.leens-sub { margin-top: 0; color: var(--muted); font-size: 18px; }
.leen-facts,
.leens-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin: 22px 0;
}
.leen-facts dt,
.leens-facts dt { font-size: 12px; text-transform: uppercase; font-weight: 800; color: var(--rose); }
.leen-facts dd,
.leens-facts dd { margin: 4px 0 0; font-weight: 800; }
.leen-included h2,
.leens-included h2 { margin: 0 0 10px; font-size: 34px; line-height: 1; }
.leen-included li,
.leens-included li { margin-bottom: 8px; line-height: 1.45; }
.leen-product-actions,
.leens-product-actions { margin-top: 22px; }
.edd_download_purchase_form,
.edd_price_options,
#edd_checkout_form_wrap,
#edd_checkout_cart {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}
.edd_price_options ul,
.edd_price_options li { list-style: none; margin-left: 0; padding-left: 0; }
.edd_price_options label {
  display: block;
  margin: 8px 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--pink-light);
  color: var(--ink);
  font-weight: 800;
}
.edd-add-to-cart.edd-no-js,
input.edd-no-js,
.edd-no-js {
  display: none !important;
}
.leen-creator-note,
.leens-creator-note,
.leen-sample-day,
.leens-sample-day,
.leen-policy-note,
.leens-policy-note { padding: 30px; }
.leen-day-table,
.leens-day-table { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.leen-day-table div,
.leens-day-table div {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--pink-light);
}
.leen-day-table strong,
.leens-day-table strong { display: block; margin-bottom: 6px; color: var(--rose); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.leen-day-table span,
.leens-day-table span { color: #4d4d55; line-height: 1.5; }
.leen-policy-note,
.leens-policy-note { background: var(--sage); border-color: #d6eadb; }
.leen-policy-note strong,
.leens-policy-note strong { color: #335c40; display: block; font-size: 18px; }

#edd_checkout_cart,
#edd_checkout_form_wrap {
  max-width: 980px;
  margin: 24px auto;
}
#edd_checkout_cart th,
#edd_checkout_cart td { padding: 12px; }
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
textarea {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 16px;
  background: #fff;
  font: inherit;
}
textarea { border-radius: 18px; }

.leen-post-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 62px clamp(18px,5vw,54px) 20px;
}
.leen-post-hero h1 {
  font-size: clamp(46px,6vw,82px);
  line-height: .92;
  margin: 0 0 10px;
}
.leen-post-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.leen-post-shortcut-strip {
  max-width: 1180px;
  margin: 8px auto 18px;
  padding: 20px clamp(20px,4vw,30px);
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr) auto;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}
.leen-post-shortcut-strip h2 {
  margin: 0;
  font-size: clamp(28px,2.8vw,40px);
  line-height: 1.04;
}
.leen-post-shortcut-strip p:not(.leen-eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.leen-post-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px clamp(18px,5vw,54px) 40px;
}
.leen-post-content,
.leen-content {
  border-radius: 16px;
  padding: clamp(26px,4vw,42px);
}
.leen-post-content h2,
.leen-content h2 { font-size: clamp(34px,4vw,54px); line-height: 1.04; margin: 30px 0 10px; }
.leen-post-content p,
.leen-post-content li,
.leen-content p,
.leen-content li { line-height: 1.72; color: #4d4d55; }
.leen-post-content img,
.leen-content img {
  border-radius: 14px;
  border: 1px solid var(--line);
}
.leen-post-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 24px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--line);
}
.leen-post-table th,
.leen-post-table td {
  padding: 13px 14px;
  border: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}
.leen-post-table th {
  background: var(--pink-light);
  color: var(--rose);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.leen-post-gallery {
  margin: 18px 0 24px;
}
.leen-post-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.leen-post-gallery .gallery-item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.leen-post-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--line) !important;
}
.leen-post-paid-cta {
  margin: 28px 0 0;
}
.leen-post-sidebar {
  align-self: start;
  position: sticky;
  top: 142px;
  padding: 22px;
  background: linear-gradient(180deg,var(--pink-light),#fff);
  border-radius: 14px;
}
.leen-post-sidebar h3 { font-size: 31px; line-height: 1; margin: 0 0 8px; }
.leen-post-sidebar p { line-height: 1.55; color: var(--muted); }
.leen-readable { max-width: 980px; margin: 42px auto; }

.leen-newsletter {
  margin: 58px clamp(18px,6vw,82px) 24px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0,1fr) 390px;
  gap: 28px;
  align-items: center;
}
.leen-newsletter h2 {
  margin: 0 0 10px;
  font-size: clamp(34px,4vw,55px);
  line-height: 1;
}
.leen-newsletter p:not(.leen-eyebrow) {
  color: var(--muted);
  line-height: 1.62;
}
.leen-newsletter-form {
  display: grid;
  gap: 12px;
}
.leen-newsletter-form label {
  display: grid;
  gap: 6px;
  color: #5c5057;
  font-size: 13px;
  font-weight: 800;
}
.leen-newsletter-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(244,133,133,.28);
}
.leen-form-note,
.leen-newsletter-status {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
.leen-newsletter-status {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--sage);
  color: #335c40 !important;
  font-weight: 800;
}
.leen-newsletter-status.is-error {
  background: var(--pink-soft);
  color: var(--rose) !important;
}
.leen-honeypot {
  position: absolute;
  left: -9999px;
}

.leen-site-footer {
  margin-top: 56px;
  padding: 30px clamp(18px,6vw,82px);
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
}
.leen-site-footer a { color: var(--rose); font-weight: 800; }
.leen-pagination { margin-top: 28px; text-align: center; }

@media (max-width: 1040px) {
  .leen-post-grid,
  .leens-itinerary-catalog,
  .leen-itinerary-catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .leen-post-card.is-featured { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  body.admin-bar .leen-site-header { top: 46px; }
  .leen-nav-row { align-items: flex-start; flex-direction: column; }
  .leen-header-tools { justify-content: flex-start; min-width: 0; }
  .leen-hero,
  .leen-product,
  .leens-product,
  .leen-why-paid,
  .leens-why-paid,
  .leen-about-hero,
  .leens-about-hero,
  .leen-contact-hero,
  .leens-contact-hero,
  .leen-post-shortcut-strip { grid-template-columns: 1fr; }
  .leen-product-media,
  .leens-product-media { min-height: 340px; }
  .leen-grid-3,
  .leen-split,
  .leen-day-table,
  .leens-day-table { grid-template-columns: 1fr; }
  .leen-post-sidebar { position: static; }
  .leen-newsletter { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .leen-brand-row { padding: 24px 18px 18px; }
  .leen-hero { min-height: 660px; padding-top: 70px; }
  .leen-preview-panel,
  .leen-post-card.is-featured { grid-template-columns: 1fr; }
  .leen-preview-panel img { aspect-ratio: 4 / 3; }
  .leen-post-grid,
  .leens-itinerary-catalog,
  .leen-itinerary-catalog,
  .leen-facts,
  .leens-facts { grid-template-columns: 1fr; }
  .leen-post-gallery .gallery { grid-template-columns: 1fr 1fr; }
  .leen-post-gallery img { height: 170px; }
  .leen-product-copy,
  .leens-product-copy,
  .leen-creator-note,
  .leens-creator-note,
  .leen-sample-day,
  .leens-sample-day,
  .leen-policy-note,
  .leens-policy-note,
  .leen-about-hero,
  .leens-about-hero,
  .leen-contact-hero,
  .leens-contact-hero { padding: 22px; }
}
