/*
  Peach Static Starter
  Static migration styling for Mimi's Country Porch.
*/

:root {
  --mcp-cream: #fff7df;
  --mcp-page: #edd9be;
  --mcp-brown: #64381d;
  --mcp-green: #303a10;
  --mcp-green-dark: #23350f;
  --mcp-green-button: #344d18;
  --mcp-gold: #ffd777;
  --mcp-blue: #0f2334;
  --mcp-card: #ead7b5;
  --site-radius: 8px;
}

body {
  background: var(--mcp-page);
  color: var(--mcp-green);
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  line-height: 1.15;
}

a:not(.btn) {
  color: var(--mcp-brown);
  text-decoration: underline;
}

a:not(.btn):hover {
  color: var(--mcp-brown);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
  outline: 3px solid rgba(255, 215, 119, 0.72);
  outline-offset: 3px;
  box-shadow: none;
}

.skip-link {
  background: var(--mcp-cream);
  border: 2px solid var(--mcp-brown);
  border-radius: 4px;
  color: var(--mcp-green);
  left: 1rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 1rem;
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 2000;
}

.skip-link:focus {
  transform: translateY(0);
}

.mcp-hero {
  background-image: url("../images/hero/mcp-hero-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--mcp-cream);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.mcp-hero::after {
  background: linear-gradient(to bottom, rgba(237, 217, 190, 0) 0%, rgba(237, 217, 190, 0.65) 62%, var(--mcp-page) 100%);
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.mcp-hero-overlay {
  background: linear-gradient(to bottom, rgba(5, 13, 35, 0.62) 0%, rgba(5, 13, 35, 0.25) 35%, rgba(5, 13, 35, 0.05) 100%);
  min-height: 760px;
  position: relative;
  z-index: 1;
}

body.interior .mcp-hero,
body.interior .mcp-hero-overlay {
  min-height: min(620px, 85vh);
}

body.interior .mcp-hero::after {
  background: linear-gradient(to bottom, rgba(237, 217, 190, 0) 0%, rgba(237, 217, 190, 0.72) 55%, var(--mcp-page) 100%);
  height: 140px;
}

body.interior .mcp-hero-overlay {
  background: none;
}

body.interior .mcp-hero-content {
  display: none;
}

.mcp-topbar {
  align-items: center;
  display: flex;
  height: 180px;
  padding: 0 5vw;
}

.mcp-header-right {
  position: relative;
}

.mcp-logo-link {
  display: inline-block;
}

.mcp-logo {
  display: block;
  height: auto;
  max-height: 150px;
  max-width: 420px;
  width: auto;
}

.mcp-utility {
  align-items: center;
  justify-content: flex-end;
}

.mcp-utility a {
  color: var(--mcp-cream);
  font-size: 15px;
  margin-left: 20px;
  text-decoration: none;
}

.mcp-utility a:nth-child(2) {
  margin-right: 16px;
}

.mcp-social {
  align-items: center;
  background: var(--mcp-cream);
  border-radius: 50%;
  color: #14203a !important;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  margin-left: 8px !important;
  text-decoration: none !important;
  width: 28px;
}

.mcp-utility a:not(.mcp-social):hover,
.mcp-utility a:not(.mcp-social):focus,
.mcp-mobile-links a:hover,
.mcp-mobile-links a:focus {
  color: var(--mcp-gold) !important;
  text-decoration: none;
}

.mcp-social:hover,
.mcp-social:focus {
  background: var(--mcp-gold);
  color: #14203a !important;
}

.mcp-navbar {
  align-items: center;
  display: flex;
  margin-top: 10px;
  min-height: 44px;
  padding: 0;
}

.mcp-navbar .container-fluid {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.mcp-navbar .navbar-toggler {
  align-items: center;
  border-color: rgba(255, 247, 223, 0.6);
  display: flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.mcp-nav-list {
  border-bottom: 1px solid rgba(255, 247, 223, 0.35);
  border-top: 1px solid rgba(255, 247, 223, 0.55);
  margin-left: auto;
}

.mcp-nav-list .nav-link {
  color: var(--mcp-cream) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding-bottom: 14px;
  padding-top: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mcp-nav-list .nav-link:hover,
.mcp-nav-list .nav-link:focus,
.mcp-nav-list .nav-link.active {
  color: var(--mcp-gold) !important;
}

.mcp-mobile-utility {
  display: none;
}

.mcp-hero-content {
  padding: 95px 5vw 80px;
}

.mcp-tagline {
  color: var(--mcp-cream);
  font-family: "Great Vibes", cursive;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

.mcp-welcome {
  margin-top: -3rem;
  padding: 0 0 4rem;
}

.mcp-welcome .container {
  position: relative;
  z-index: 3;
}

.mcp-welcome h1,
.mcp-welcome h2 {
  color: var(--mcp-green);
  font-size: 2.2rem;
}

.mcp-welcome-panel {
  background: url("../images/content/welcome-bg.webp") center center / 100% 100% no-repeat;
  padding: 2.5rem 3rem;
  position: relative;
}

.mcp-heading-flourish {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  text-align: center;
}

.mcp-heading-flourish::before,
.mcp-heading-flourish::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 24px;
  width: 42px;
}

.mcp-heading-flourish::before {
  background-image: url("../images/icons/leaf-left.webp");
}

.mcp-heading-flourish::after {
  background-image: url("../images/icons/leaf-right.webp");
}

.mcp-leaf-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.mcp-leaf-list li {
  margin-bottom: 0.65rem;
  padding-left: 1.75rem;
  position: relative;
}

.mcp-leaf-list li::before {
  background: url("../images/icons/leaf-bullet.webp") center center / contain no-repeat;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.35rem;
  width: 15px;
}

.mcp-flower-vase {
  min-width: 100%;
}

.mcp-explore {
  padding: 0 0 4rem;
}

.mcp-explore h2 {
  color: var(--mcp-green);
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.mcp-explore-cards {
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.mcp-explore-cards>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.mcp-explore-card {
  background: var(--mcp-card);
  border: 1px solid rgba(100, 56, 29, 0.18);
  border-radius: var(--site-radius);
  box-shadow: 0 2px 6px rgba(59, 38, 15, 0.18);
  color: var(--mcp-green);
  overflow: hidden;
  text-align: center;
}

.mcp-explore-card-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mcp-explore-card .card-body {
  padding: 1rem;
}

.mcp-explore-card h3 {
  color: var(--mcp-green);
  font-size: 1.65rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.mcp-explore-card p {
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}

.mcp-btn-green,
.mcp-friend-btn {
  background: var(--mcp-green-button);
  border: 1px solid var(--mcp-green-dark);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 247, 223, 0.25), 0 2px 4px rgba(59, 38, 15, 0.25);
  color: var(--mcp-cream) !important;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.65rem 1rem;
}

.mcp-btn-green:hover,
.mcp-btn-green:focus,
.mcp-friend-btn:hover,
.mcp-friend-btn:focus {
  background: #415f20;
  color: var(--mcp-cream) !important;
}

.mcp-more-explore {
  background: var(--mcp-blue);
  border: 1px solid rgba(255, 247, 223, 0.18);
  border-radius: var(--site-radius);
  box-shadow: inset 0 1px 0 rgba(255, 247, 223, 0.12), 0 2px 6px rgba(59, 38, 15, 0.22);
  color: #f8dfaa;
  margin-top: 0.75rem;
  overflow: hidden;
  padding: 1.25rem 2rem;
}

.mcp-more-explore-img {
  max-height: 135px;
  object-fit: contain;
}

.mcp-more-explore h2 {
  color: #f8dfaa;
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

.mcp-more-explore p {
  color: var(--mcp-cream);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 0;
}

.mcp-btn-cream {
  background: #f5ddb0;
  border: 1px solid #c79d5c;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #3b260f !important;
  font-size: 1rem;
  padding: 0.65rem 1.75rem;
}

.mcp-btn-cream:hover,
.mcp-btn-cream:focus {
  background: #ffe8bb;
  color: #3b260f !important;
}

.mcp-interior-wrapper {
  margin-top: -360px;
  padding: 0 0 4rem;
  position: relative;
  z-index: 3;
}

.mcp-interior-wrapper .container {
  max-width: 980px;
}

.mcp-page-panel {
  background: rgba(255, 247, 223, 0.94);
  border: 1px solid rgba(100, 56, 29, 0.12);
  border-radius: var(--site-radius);
  box-shadow: 0 2px 8px rgba(59, 38, 15, 0.12);
  padding: clamp(2rem, 4vw, 3rem);
  position: relative;
}

.mcp-page-panel h1 {
  color: #101820;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.mcp-page-panel h2,
.mcp-page-panel h3 {
  color: #101820;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.25rem;
}

.mcp-page-panel h2 {
  font-size: 1.2rem;
}

.mcp-page-panel h3 {
  font-size: 1.1rem;
}

.mcp-page-panel ul {
  margin-bottom: 1.25rem;
}

.mcp-page-panel p,
.mcp-page-panel li {
  color: #111111;
  font-size: 1rem;
  line-height: 1.5;
}

.mcp-page-panel section {
  margin-top: 1.75rem;
}

.mcp-page-panel .lead {
  color: var(--mcp-green-dark);
  font-size: 1.15rem;
}

.mcp-article-image,
.mcp-section-image,
.mcp-page-panel figure {
  margin: 1.5rem auto;
}

.mcp-article-image img,
.mcp-section-image img,
.mcp-page-panel figure img,
.mcp-hero-image {
  border-radius: var(--site-radius);
  box-shadow: 0 2px 8px rgba(59, 38, 15, 0.18);
  margin-left: auto;
  margin-right: auto;
}

.mcp-article-image img,
.mcp-hero-image {
  max-height: 420px;
  object-fit: contain;
}

.youtube-embed {
  max-width: 760px;
}

.youtube-embed iframe {
  border: 0;
  border-radius: var(--site-radius);
}

.youtube-embed figcaption {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-align: center;
}

.mcp-feature-box,
.mcp-theme-card,
.mcp-klub-card,
.mcp-friend-card {
  background: rgba(234, 215, 181, 0.48);
  border: 1px solid rgba(100, 56, 29, 0.14);
  border-radius: var(--site-radius);
  box-shadow: 0 1px 4px rgba(59, 38, 15, 0.12);
}

.mcp-feature-box,
.mcp-theme-card {
  margin: 1.25rem 0;
  padding: 1.25rem;
}

.keppe-klubs-page .mcp-content {
  margin-bottom: 3rem;
}

.keppe-klubs-page .lead {
  font-size: 1.25rem;
}

.keppe-klubs-page h2,
.keppe-klubs-page h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.keppe-klubs-page h2 {
  font-size: 1.65rem;
  margin-top: 2.5rem;
}

.keppe-klubs-page h3 {
  font-size: 1.15rem;
}

.mcp-two-col-list {
  columns: 2;
  column-gap: 3rem;
}

.mcp-keppe-note {
  background: #fff8e8;
  border-left: 6px solid #d49a2a;
  border-radius: 12px;
  padding: 2rem;
}

.mcp-keppe-note .eyebrow {
  color: #1c5798;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mcp-klub-grid,
.mcp-friend-grid {
  margin-top: 1.25rem;
}

.mcp-klub-card,
.mcp-friend-card {
  height: 100%;
  overflow: hidden;
}

.mcp-friend-card {
  display: flex;
  flex-direction: column;
}

.mcp-klub-card {
  background: #ffffff;
  border: 1px solid rgba(28, 87, 152, 0.2);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.mcp-klub-card img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.mcp-friend-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.mcp-klub-card-body {
  padding: 1.25rem;
}

.mcp-klub-card h3,
.mcp-friend-card h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.9rem;
}

.mcp-klub-card h3 {
  color: #1c5798;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.mcp-klub-card p {
  margin-bottom: 0.75rem;
}

.mcp-klub-card .mimi-note {
  color: #5b4630;
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 0;
}

.mcp-friend-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.mcp-role,
.mcp-special {
  font-size: 0.95rem;
}

.mcp-special {
  flex: 1;
}

.mcp-friend-btn {
  margin-top: auto;
  width: 100%;
}

.mcp-friend-modal .modal-content {
  background: var(--mcp-cream);
  color: var(--mcp-green);
}

.mcp-friend-modal .modal-title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.mcp-modal-img {
  border-radius: var(--site-radius);
  margin: 0 auto 1rem;
  max-height: 360px;
  object-fit: contain;
}

.mcp-poem,
.mcp-closing {
  background: rgba(255, 247, 223, 0.6);
  border-left: 4px solid rgba(100, 56, 29, 0.38);
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
}

.mcp-content-image {
  border: 1px solid rgba(100, 56, 29, 0.18);
  box-shadow: none;
  margin-top: 5rem;
}

.mcp-footer {
  background: url("../images/content/footer-bg.webp") center center / cover no-repeat;
  color: var(--mcp-cream);
  padding: 2rem 0 0;
}

.mcp-footer-main {
  border-radius: 10px;
  overflow: hidden;
  padding: 3rem 2.5rem 2.75rem;
  position: relative;
}

.mcp-footer h2 {
  color: var(--mcp-cream);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mcp-footer-links,
.mcp-footer-social {
  position: relative;
  z-index: 2;
}

.mcp-footer-links ul,
.mcp-footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mcp-footer-links li {
  margin-bottom: 0.75rem;
  position: relative;
}

.mcp-footer a {
  color: var(--mcp-cream);
  text-decoration: none;
}

.mcp-footer a:hover,
.mcp-footer a:focus {
  color: #f8dfaa;
  text-decoration: none;
}

.mcp-footer-house {
  min-height: 330px;
  position: relative;
}

.mcp-footer-house-bg {
  background: url("../images/content/footer-house.webp") center center / contain no-repeat;
  inset: -2rem -4rem;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.mcp-footer-social li {
  margin-bottom: 1rem;
}

.mcp-footer-social a {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
}

.mcp-footer-social span {
  align-items: center;
  background: var(--mcp-cream);
  border-radius: 50%;
  color: #3b260f;
  display: inline-flex;
  font-size: 1.15rem;
  height: 38px;
  justify-content: center;
  margin-right: 0.85rem;
  min-width: 38px;
  width: 38px;
}

.mcp-footer-partners {
  padding-left: 2rem;
  position: absolute;
  right: 2.5rem;
  text-align: center;
  top: 3rem;
  width: 220px;
  z-index: 3;
}

.mcp-footer-partners p {
  font-size: 1.05rem;
  line-height: 1.45;
}

.mcp-footer-btn {
  background: var(--mcp-cream);
  border: 1px solid #c79d5c;
  border-radius: 4px;
  color: #3b260f !important;
  font-size: 1.15rem;
  padding: 0.65rem 1.5rem;
}

.mcp-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 247, 223, 0.25);
  color: var(--mcp-cream);
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
  padding: 1.25rem 0;
  position: relative;
  z-index: 2;
}

.back-to-top {
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  transform: translateY(0.5rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 1030;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .mcp-navbar .navbar-toggler {
    display: none;
  }

  .mcp-navbar .navbar-collapse {
    display: flex !important;
    position: static;
    width: 100%;
  }

  .mcp-mobile-utility {
    display: none !important;
  }

  .mcp-nav-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }

  .mcp-nav-list .nav-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }

  .mcp-nav-list .nav-link {
    white-space: normal;
  }
}

@media (max-width: 991.98px) {
  .mcp-hero,
  .mcp-hero-overlay {
    min-height: 680px;
  }

  body.interior .mcp-hero,
  body.interior .mcp-hero-overlay {
    min-height: 520px;
  }

  .mcp-interior-wrapper {
    margin-top: -300px;
  }

  .mcp-topbar {
    height: 145px;
    padding: 0 24px;
  }

  .mcp-logo {
    max-height: 115px;
    max-width: 320px;
  }

  .mcp-header-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }

  .mcp-navbar {
    margin-top: 0;
    width: auto;
  }

  .mcp-navbar .navbar-collapse {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(360px, calc(100vw - 48px));
    z-index: 20;
  }

  .mcp-nav-list {
    background: rgba(8, 17, 40, 0.88);
    border: 1px solid rgba(255, 247, 223, 0.3);
    border-bottom: 0;
    margin-top: 0;
    padding: 12px 0;
    width: 100%;
  }

  .mcp-nav-list .nav-item {
    text-align: right;
  }

  .mcp-nav-list .nav-link {
    padding: 10px 16px;
  }

  .mcp-mobile-utility {
    background: rgba(8, 17, 40, 0.95);
    border: 1px solid rgba(255, 247, 223, 0.3);
    border-top: 0;
    display: block;
    padding: 14px 16px 16px;
    width: 100%;
  }

  .mcp-mobile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .mcp-mobile-links a {
    color: var(--mcp-cream);
    font-size: 15px;
    text-decoration: none;
  }

  .mcp-mobile-socials {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }

  .mcp-mobile-socials .mcp-social {
    margin-left: 0 !important;
  }

  .mcp-hero-content {
    padding: 70px 24px;
  }

  .mcp-tagline {
    font-size: 54px;
    text-align: left;
  }

  .mcp-welcome {
    margin-top: -2rem;
  }

  .mcp-welcome-panel {
    background: none;
    overflow: hidden;
    padding: 4rem 3rem;
  }

  .mcp-welcome h1,
  .mcp-welcome h2,
  .mcp-heading-flourish {
    font-size: 2.25rem;
  }

  .mcp-flower-vase {
    margin: 2rem auto;
    max-width: 250px;
    min-width: 0;
  }

  .mcp-explore {
    padding-bottom: 3rem;
  }

  .mcp-more-explore {
    text-align: center;
  }

  .mcp-more-explore-img {
    margin: 0 auto 1rem;
  }

  .mcp-more-explore p {
    margin-bottom: 1.25rem;
  }

  .mcp-footer-main {
    padding: 3rem 2rem;
  }

  .mcp-footer-links,
  .mcp-footer-social {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mcp-footer-social {
    text-align: right;
  }

  .mcp-footer-social a {
    justify-content: flex-end;
  }

  .mcp-footer-house {
    display: none;
  }

  .mcp-footer-partners {
    border-left: 0;
    margin-top: 2rem;
    padding-left: 0;
    position: static;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .mcp-hero,
  .mcp-hero-overlay {
    min-height: 600px;
  }

  body.interior .mcp-hero,
  body.interior .mcp-hero-overlay {
    min-height: 430px;
  }

  .mcp-interior-wrapper {
    margin-top: -230px;
  }

  .mcp-topbar {
    height: 120px;
  }

  .mcp-navbar .navbar-collapse {
    width: calc(100vw - 24px);
  }

  .mcp-logo {
    max-height: 95px;
    max-width: 260px;
  }

  .mcp-tagline {
    font-size: 42px;
  }

  .mcp-welcome {
    margin-top: -1.5rem;
  }

  .mcp-welcome-panel {
    padding: 3.25rem 2rem;
  }

  .mcp-welcome h1,
  .mcp-welcome h2,
  .mcp-heading-flourish {
    font-size: 1.9rem;
  }

  .mcp-heading-flourish {
    gap: 0.5rem;
  }

  .mcp-heading-flourish::before,
  .mcp-heading-flourish::after {
    height: 18px;
    width: 24px;
  }

  .mcp-explore h2 {
    font-size: 1.9rem;
  }

  .mcp-more-explore {
    padding: 1.5rem;
  }

  .mcp-page-panel {
    padding: 1.5rem;
  }

  .mcp-two-col-list {
    columns: 1;
  }

  .mcp-keppe-note {
    padding: 1.25rem;
  }

  .mcp-content-image {
    margin-top: 0;
  }

  .mcp-footer-links,
  .mcp-footer-social {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .mcp-footer-social {
    margin-top: 2rem;
  }

  .mcp-footer-social a {
    justify-content: flex-start;
  }

  .mcp-footer-bottom {
    flex-direction: column;
    gap: 0.6rem;
    text-align: center;
  }
}
