.elementor-4269 .elementor-element.elementor-element-1a33330{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4269 .elementor-element.elementor-element-1a33330.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4269 .elementor-element.elementor-element-8578abc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-4269 .elementor-element.elementor-element-1a33330{--width:96.379%;}}/* Start custom CSS for html, class: .elementor-element-dbd314b */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&family=Playfair+Display:wght@500;600&family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Rock+Salt&display=swap');

/* ================================
   HEY LOLLY RASPBERRY + WHITE CHOCOLATE RECIPE TEMPLATE
   Image-first version for portrait and mixed editorial photography
   ================================ */

.hl-raspberry-recipe-page {
  --hl-raspberry-bg: #fff7f8;
  --hl-raspberry-cream: #fffaf3;
  --hl-raspberry-cream-deep: #fff1df;
  --hl-raspberry-soft: #f8dce4;
  --hl-raspberry-blush: #efb9c8;
  --hl-raspberry-mid: #d85b83;
  --hl-raspberry-deep: #9f2554;
  --hl-raspberry-plum: #5b1232;
  --hl-white-choc: #fff2dc;
  --hl-white: #ffffff;
  --hl-ink: #352431;
  --hl-muted: #7a6570;
  --hl-line: rgba(91, 18, 50, 0.14);
  --hl-radius: 30px;
  --hl-shadow: 0 18px 45px rgba(91, 18, 50, 0.08);

  background: var(--hl-raspberry-bg);
  color: var(--hl-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  overflow: hidden;
}

.hl-raspberry-recipe-page * {
  box-sizing: border-box;
}

.hl-raspberry-recipe-page section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 28px;
}

.hl-raspberry-recipe-page h1,
.hl-raspberry-recipe-page h2,
.hl-raspberry-recipe-page h3 {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  color: var(--hl-raspberry-plum);
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.hl-raspberry-recipe-page h1 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  letter-spacing: -0.05em;
  margin-bottom: 24px;
}

.hl-raspberry-recipe-page h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.hl-raspberry-recipe-page h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.hl-raspberry-recipe-page p {
  font-size: 1rem;
  margin: 0 0 18px;
}

.hl-raspberry-kicker {
  color: var(--hl-raspberry-mid);
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px !important;
}

.hl-raspberry-script {
  color: var(--hl-raspberry-deep);
  font-family: "Rock Salt", cursive;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem) !important;
  line-height: 1.55;
  margin-bottom: 24px !important;
  letter-spacing: 0.01em;
}


/* ================================
   HERO / IMAGE-FIRST
   ================================ */

.hl-raspberry-hero {
  max-width: none !important;
  padding: clamp(36px, 6vw, 88px) clamp(20px, 5vw, 70px) !important;
  background:
    radial-gradient(circle at top left, rgba(255, 242, 220, 0.92), transparent 34%),
    radial-gradient(circle at bottom right, rgba(248, 220, 228, 0.82), transparent 38%),
    linear-gradient(135deg, var(--hl-raspberry-soft), var(--hl-raspberry-cream));
}

.hl-raspberry-hero-stage {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 180px;
}

.hl-raspberry-hero-image {
  width: min(100%, 860px);
  aspect-ratio: 4 / 5;
  border-radius: 42px;
  overflow: hidden;
  border: 14px solid rgba(255,255,255,0.82);
  box-shadow: 0 28px 70px rgba(91, 18, 50, 0.15);
  background: var(--hl-white);
}

.hl-raspberry-portrait-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.hl-raspberry-hero-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 540px);
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 34px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 18px 50px rgba(91, 18, 50, 0.12);
}

.hl-raspberry-hero-card h1 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
}

.hl-raspberry-hero-intro {
  max-width: 440px;
  color: var(--hl-ink);
  font-size: 1.08rem !important;
  line-height: 1.75;
  margin-bottom: 26px !important;
}


/* ================================
   META / BUTTON
   ================================ */

.hl-raspberry-meta-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 34px;
}

.hl-raspberry-meta-panel span {
  background: var(--hl-raspberry-cream);
  color: var(--hl-raspberry-plum);
  border: 1px solid var(--hl-line);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hl-raspberry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: var(--hl-raspberry-plum);
  color: var(--hl-white) !important;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.hl-raspberry-button:hover {
  background: var(--hl-raspberry-deep);
  transform: translateY(-2px);
}


/* ================================
   IMAGE CLASSES
   ================================ */

.hl-raspberry-square-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  margin-bottom: 20px;
}

.hl-raspberry-step-real-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.hl-raspberry-wide-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 36px;
  border: 12px solid rgba(255,255,255,0.86);
  box-shadow: var(--hl-shadow);
}

.hl-raspberry-landscape-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}


/* ================================
   OPENING NOTE
   ================================ */

.hl-raspberry-opening-note {
  max-width: 920px !important;
  text-align: center;
  padding-top: 92px !important;
  padding-bottom: 54px !important;
}

.hl-raspberry-opening-note h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.hl-raspberry-opening-note p:not(.hl-raspberry-script) {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: var(--hl-muted);
}


/* ================================
   EDITORIAL IMAGE BREAK
   ================================ */

.hl-raspberry-image-break {
  max-width: 1040px !important;
  position: relative;
  text-align: center;
  padding-top: 40px !important;
}

.hl-raspberry-image-caption {
  max-width: 620px;
  margin: -48px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 28px;
  padding: 28px 32px;
  box-shadow: 0 14px 38px rgba(91, 18, 50, 0.08);
}

.hl-raspberry-image-caption p:not(.hl-raspberry-script) {
  color: var(--hl-muted);
  margin-bottom: 0;
}


/* ================================
   JUMP STRIP
   ================================ */

.hl-raspberry-jump-strip {
  max-width: 980px !important;
  background: var(--hl-white);
  border: 1px solid var(--hl-line);
  border-radius: 999px;
  box-shadow: var(--hl-shadow);
  padding: 14px 18px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px !important;
}

.hl-raspberry-jump-strip a {
  color: var(--hl-raspberry-plum);
  text-decoration: none !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 10px 14px;
  transition: all 0.25s ease;
}

.hl-raspberry-jump-strip a:hover {
  background: var(--hl-raspberry-soft);
}


/* ================================
   SECTION HEADINGS
   ================================ */

.hl-raspberry-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.hl-raspberry-section-heading.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* ================================
   WHY IT WORKS
   ================================ */

.hl-raspberry-feature-row {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.hl-raspberry-feature-card {
  background: var(--hl-white);
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  padding: 32px;
  box-shadow: var(--hl-shadow);
}

.hl-raspberry-feature-card.large {
  background:
    radial-gradient(circle at top right, rgba(216, 91, 131, 0.28), transparent 35%),
    var(--hl-raspberry-plum);
}

.hl-raspberry-feature-card.large h3,
.hl-raspberry-feature-card.large p {
  color: var(--hl-white);
}

.hl-raspberry-feature-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--hl-raspberry-soft);
  color: var(--hl-raspberry-plum);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.hl-raspberry-feature-card.large span {
  background: var(--hl-white);
}

.hl-raspberry-feature-card p {
  color: var(--hl-muted);
}


/* ================================
   FLAVOUR EDIT
   ================================ */

.hl-raspberry-flavour {
  max-width: none !important;
  background: var(--hl-white);
  position: relative;
}

.hl-raspberry-flavour-header {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.hl-raspberry-flavour-header p:not(.hl-raspberry-kicker) {
  color: var(--hl-muted);
}

.hl-raspberry-flavour-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hl-raspberry-ingredient-card {
  background: var(--hl-raspberry-bg);
  border: 1px solid rgba(216, 91, 131, 0.2);
  border-radius: var(--hl-radius);
  padding: 18px 18px 26px;
}

.hl-raspberry-ingredient-card p {
  color: var(--hl-muted);
  font-size: 0.94rem;
}


/* ================================
   TEXTURE GALLERY
   ================================ */

.hl-raspberry-texture-gallery {
  max-width: 920px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hl-raspberry-texture-card {
  background: var(--hl-raspberry-bg);
  border: 1px solid rgba(216, 91, 131, 0.2);
  border-radius: var(--hl-radius);
  padding: 18px;
  box-shadow: 0 12px 32px rgba(91, 18, 50, 0.05);
}

.hl-raspberry-texture-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  margin-bottom: 18px;
}

.hl-raspberry-texture-card.portrait img {
  aspect-ratio: 4 / 5;
}

.hl-raspberry-texture-card.landscape img {
  aspect-ratio: 16 / 10;
}

.hl-raspberry-texture-card p {
  color: var(--hl-muted);
  font-size: 0.94rem;
  margin-bottom: 0;
}


/* ================================
   BEFORE YOU START
   ================================ */

.hl-raspberry-before {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.hl-raspberry-before-copy p:not(.hl-raspberry-kicker) {
  color: var(--hl-muted);
}

.hl-raspberry-notes-stack {
  display: grid;
  gap: 16px;
}

.hl-raspberry-note {
  background: var(--hl-white);
  border: 1px solid var(--hl-line);
  border-left: 6px solid var(--hl-raspberry-mid);
  border-radius: 24px;
  padding: 26px 30px;
  box-shadow: 0 10px 28px rgba(91, 18, 50, 0.05);
}

.hl-raspberry-note span {
  color: var(--hl-raspberry-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hl-raspberry-note p {
  margin: 8px 0 0;
  color: var(--hl-ink);
}


/* ================================
   WHITE CHOCOLATE FEATURE
   ================================ */

.hl-raspberry-chocolate-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.hl-raspberry-chocolate-copy {
  background: var(--hl-white);
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  padding: clamp(30px, 4vw, 48px);
  box-shadow: var(--hl-shadow);
}

.hl-raspberry-chocolate-copy p:not(.hl-raspberry-kicker) {
  color: var(--hl-muted);
}

.hl-raspberry-chocolate-image {
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--hl-shadow);
  border: 12px solid rgba(255,255,255,0.84);
}


/* ================================
   PROCESS
   ================================ */

.hl-raspberry-process {
  background:
    radial-gradient(circle at top left, rgba(255, 242, 220, 0.72), transparent 35%),
    linear-gradient(180deg, var(--hl-raspberry-bg), var(--hl-raspberry-cream));
  max-width: none !important;
}

.hl-raspberry-process-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.hl-raspberry-process-main-image {
  aspect-ratio: 4 / 5;
  border-radius: var(--hl-radius);
  overflow: hidden;
  box-shadow: var(--hl-shadow);
  background: var(--hl-white);
}

.hl-raspberry-process-steps {
  display: grid;
  gap: 18px;
  align-content: center;
}

.hl-raspberry-step {
  background: var(--hl-white);
  border-radius: var(--hl-radius);
  padding: 18px;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: var(--hl-shadow);
}

.hl-raspberry-step p {
  color: var(--hl-muted);
  margin-bottom: 0;
}


/* ================================
   EDITORIAL PANEL
   ================================ */

.hl-raspberry-editorial-panel {
  max-width: none !important;
  background: var(--hl-white);
}

.hl-raspberry-editorial-inner {
  max-width: 900px;
  margin: 0 auto;
  background:
    radial-gradient(circle at top right, rgba(239, 185, 200, 0.55), transparent 32%),
    var(--hl-white-choc);
  border: 1px solid rgba(159, 37, 84, 0.12);
  border-radius: 36px;
  padding: clamp(34px, 6vw, 70px);
  box-shadow: var(--hl-shadow);
  text-align: center;
}

.hl-raspberry-editorial-inner p:not(.hl-raspberry-script) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--hl-muted);
}


/* ================================
   SERVING NOTES
   ================================ */

.hl-raspberry-serving {
  max-width: none !important;
  background: var(--hl-white);
}

.hl-raspberry-serving-inner {
  max-width: 1180px;
  margin: 0 auto;
  background:
    radial-gradient(circle at bottom right, rgba(255, 242, 220, 0.9), transparent 38%),
    var(--hl-raspberry-soft);
  border-radius: 36px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(216, 91, 131, 0.22);
}

.hl-raspberry-serving-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.hl-raspberry-serving-grid div {
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 26px;
  padding: 26px;
}

.hl-raspberry-serving-grid p {
  color: var(--hl-muted);
}


/* ================================
   FINAL IMAGE MOMENT
   ================================ */

.hl-raspberry-final-image-moment {
  max-width: 1040px !important;
}

.hl-raspberry-final-image-grid {
  display: grid;
  grid-template-columns: 0.92fr 0.78fr;
  gap: 28px;
  align-items: center;
}

.hl-raspberry-final-image-grid img {
  border-radius: 36px;
  border: 12px solid rgba(255,255,255,0.86);
  box-shadow: var(--hl-shadow);
}

.hl-raspberry-final-copy-card {
  background:
    radial-gradient(circle at top right, rgba(255, 242, 220, 0.82), transparent 38%),
    var(--hl-white);
  border: 1px solid var(--hl-line);
  border-radius: 34px;
  padding: clamp(32px, 5vw, 56px);
  box-shadow: var(--hl-shadow);
}

.hl-raspberry-final-copy-card p:not(.hl-raspberry-script) {
  color: var(--hl-muted);
}


/* ================================
   MORE DESSERTS
   ================================ */

.hl-raspberry-more-desserts {
  max-width: 980px !important;
  text-align: center;
}

.hl-raspberry-more-desserts h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hl-raspberry-dessert-links {
  display: grid;
  gap: 14px;
  margin-top: 36px;
  text-align: left;
}

.hl-raspberry-dessert-links a {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  background: var(--hl-white);
  border: 1px solid var(--hl-line);
  border-radius: 24px;
  padding: 22px 24px;
  text-decoration: none !important;
  color: var(--hl-ink);
  box-shadow: 0 10px 28px rgba(91, 18, 50, 0.05);
  transition: all 0.25s ease;
}

.hl-raspberry-dessert-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 91, 131, 0.38);
}

.hl-raspberry-dessert-links span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--hl-raspberry-soft);
  color: var(--hl-raspberry-plum);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hl-raspberry-dessert-links strong {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  color: var(--hl-raspberry-plum);
  font-size: 1.35rem;
  line-height: 1.1;
}

.hl-raspberry-dessert-links em {
  color: var(--hl-muted);
  font-size: 0.94rem;
  font-style: normal;
}


/* ================================
   RECIPE CARD CTA
   ================================ */

.hl-raspberry-recipe-card-cta {
  max-width: 860px !important;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(216, 91, 131, 0.28), transparent 36%),
    var(--hl-raspberry-plum);
  color: var(--hl-white);
  border-radius: 36px;
  box-shadow: var(--hl-shadow);
  margin-top: 70px !important;
  margin-bottom: 40px !important;
  padding: 58px 34px !important;
  position: relative;
}

.hl-raspberry-recipe-card-cta h2 {
  color: var(--hl-white);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.hl-raspberry-recipe-card-cta p:not(.hl-raspberry-script) {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.78);
}

.hl-raspberry-recipe-card-cta .hl-raspberry-script {
  color: var(--hl-raspberry-blush);
}


/* ================================
   DOODLE ACCENTS
   ================================ */

.hl-raspberry-hero-stage,
.hl-raspberry-flavour,
.hl-raspberry-recipe-card-cta {
  position: relative;
}

.hl-raspberry-doodle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.hl-raspberry-doodle-one {
  width: clamp(72px, 9vw, 130px);
  top: 28px;
  right: 4%;
  transform: rotate(8deg);
}

.hl-raspberry-doodle-two {
  width: clamp(68px, 8vw, 118px);
  top: 42px;
  left: 5%;
  transform: rotate(-10deg);
}

.hl-raspberry-doodle-three {
  width: clamp(72px, 9vw, 124px);
  right: 32px;
  bottom: 28px;
  opacity: 0.58;
  transform: rotate(10deg);
}


/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 980px) {
  .hl-raspberry-hero-stage {
    padding-bottom: 0;
  }

  .hl-raspberry-hero-image {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .hl-raspberry-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 720px;
    margin: -40px auto 0;
  }

  .hl-raspberry-before,
  .hl-raspberry-process-layout,
  .hl-raspberry-chocolate-feature,
  .hl-raspberry-final-image-grid {
    grid-template-columns: 1fr;
  }

  .hl-raspberry-feature-row,
  .hl-raspberry-flavour-grid,
  .hl-raspberry-serving-grid,
  .hl-raspberry-texture-gallery {
    grid-template-columns: 1fr;
  }

  .hl-raspberry-process-main-image {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .hl-raspberry-chocolate-image {
    order: -1;
  }

  .hl-raspberry-doodle-one,
  .hl-raspberry-doodle-two {
    opacity: 0.55;
  }
}

@media (max-width: 680px) {
  .hl-raspberry-recipe-page section {
    padding: 54px 20px;
  }

  .hl-raspberry-hero {
    padding: 24px 16px !important;
  }

  .hl-raspberry-hero-image {
    border-radius: 28px;
    border-width: 8px;
  }

  .hl-raspberry-hero-card {
    margin-top: -26px;
    border-radius: 24px;
    padding: 26px 22px;
  }

  .hl-raspberry-hero-card h1 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .hl-raspberry-meta-panel {
    flex-direction: column;
  }

  .hl-raspberry-button {
    width: 100%;
  }

  .hl-raspberry-jump-strip {
    border-radius: 28px;
  }

  .hl-raspberry-step {
    grid-template-columns: 1fr;
  }

  .hl-raspberry-step-real-image {
    aspect-ratio: 4 / 3;
  }

  .hl-raspberry-wide-image,
  .hl-raspberry-landscape-image {
    aspect-ratio: 4 / 3;
  }

  .hl-raspberry-image-caption {
    margin-top: -28px;
    padding: 24px 22px;
  }

  .hl-raspberry-final-image-grid img,
  .hl-raspberry-chocolate-image,
  .hl-raspberry-wide-image {
    border-width: 8px;
    border-radius: 26px;
  }

  .hl-raspberry-dessert-links a {
    grid-template-columns: 1fr;
  }

  .hl-raspberry-dessert-links span {
    grid-row: auto;
  }

  .hl-raspberry-doodle {
    display: none;
  }
}/* End custom CSS */