/**
 * KonfettiFest Theme – Komponenten & Layout
 */

/* ── Grundlook ── */

body.rmkcf-konfettifest {
  background-color: var(--rmkcf-cream);
  background-image: url("../img/rmkcf-confetti-bg.svg");
  background-repeat: repeat;
  background-size: 800px auto;
  background-attachment: fixed;
  color: var(--rmkcf-charcoal);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.rmkcf-konfettifest p,
body.rmkcf-konfettifest .entry-content {
  line-height: 1.55;
}

body.rmkcf-konfettifest h1,
body.rmkcf-konfettifest h2,
body.rmkcf-konfettifest h3 {
  font-family: "Fredoka", system-ui, sans-serif;
  color: var(--rmkcf-teal-dark);
  letter-spacing: 0.02em;
}

body.rmkcf-konfettifest a {
  color: var(--rmkcf-teal-dark);
  text-decoration-color: rgba(80, 152, 147, 0.45);
}
body.rmkcf-konfettifest a:hover {
  color: var(--rmkcf-teal);
}

/* ── Container ── */

.rmkcf-container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

/* ── Skip-Link ── */

.rmkcf-skiplink {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.rmkcf-skiplink:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  background: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: var(--rmkcf-shadow);
  z-index: 1000;
}

/* ── Header ── */

.rmkcf-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rmkcf-border);
  box-shadow: 0 4px 24px rgba(31, 42, 55, 0.06);
}
.rmkcf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap;
}

.rmkcf-header__lead {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 24px);
  flex-wrap: wrap;
  min-width: 0;
}

.rmkcf-header__event {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  font-weight: 700;
  font-size: clamp(13px, 1.6vw, 16px);
  color: var(--rmkcf-charcoal);
  line-height: 1.3;
}

.rmkcf-header__event .rmkcf-time-pill {
  margin: 0;
}

.rmkcf-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.rmkcf-brand__logo {
  display: block;
  height: auto;
}

/* ── Navigation ── */

.rmkcf-nav__list {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.rmkcf-nav__list li a {
  text-decoration: none;
  font-weight: 700;
  color: var(--rmkcf-charcoal);
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}
.rmkcf-nav__list li a:hover {
  border-color: rgba(80, 152, 147, 0.25);
  background: rgba(80, 152, 147, 0.08);
}

.rmkcf-nav__list li.current-menu-item > a,
.rmkcf-nav__list li.current_page_item > a {
  border-bottom: 2px solid var(--rmkcf-teal);
  border-radius: 0;
  color: var(--rmkcf-teal-dark);
}

.rmkcf-nav__list li.rmkcf-nav-tickets > a,
.rmkcf-nav__list li.menu-item--tickets > a {
  background: var(--rmkcf-teal);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.rmkcf-nav__list li.rmkcf-nav-tickets > a:hover,
.rmkcf-nav__list li.menu-item--tickets > a:hover {
  background: var(--rmkcf-teal-dark);
}

/* ── Main ── */

.rmkcf-main {
  flex: 1;
  padding-bottom: 60px;
}

/* ── Startseite: Hero ── */

.rmkcf-hero-home {
  position: relative;
  text-align: center;
  padding: 60px 20px 50px;
  overflow: hidden;
  margin-bottom: 10px;
}

.rmkcf-hero-home__content {
  position: relative;
  z-index: 1;
}

.rmkcf-hero-home__badge {
  display: inline-block;
  margin-bottom: 14px;
  height: 48px;
  width: auto;
}

.rmkcf-hero-home__title-img {
  display: block;
  margin: 0 auto 20px;
  max-width: 460px;
  width: 100%;
  height: auto;
}

.rmkcf-hero-home__meta {
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 22px);
  color: var(--rmkcf-charcoal);
  margin: 0 0 34px;
}

.rmkcf-time-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border: 2px solid var(--rmkcf-charcoal);
  border-radius: 999px;
  font-weight: 800;
  margin: 0 6px;
}

.rmkcf-hero-home__highlights {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.rmkcf-highlight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 32px;
  background: var(--rmkcf-white);
  border-radius: var(--rmkcf-radius-lg);
  box-shadow: 0 6px 20px rgba(31, 42, 55, 0.10);
  border: 1px solid var(--rmkcf-border);
  min-width: 155px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rmkcf-highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(31, 42, 55, 0.14);
}
.rmkcf-highlight-card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rmkcf-highlight-card__icon picture,
.rmkcf-highlight-card__icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.rmkcf-highlight-card__icon picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rmkcf-highlight-card__label {
  font-family: "Fredoka", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--rmkcf-charcoal);
  text-align: center;
}

/* ── Seitentitel-Hero ── */

.rmkcf-page-hero {
  position: relative;
  text-align: center;
  padding: 50px 20px 34px;
  overflow: hidden;
}
.rmkcf-page-hero--compact {
  padding: 34px 20px 20px;
}

.rmkcf-page-hero__content {
  position: relative;
  z-index: 1;
}

.rmkcf-page-hero__title {
  font-family: "Fredoka", system-ui, sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  color: var(--rmkcf-teal);
  margin: 0 0 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rmkcf-page-hero__subtitle {
  font-family: "Nunito Sans", system-ui, sans-serif;
  font-size: clamp(16px, 2.2vw, 22px);
  font-style: italic;
  font-weight: 600;
  color: rgba(31, 42, 55, 0.7);
  margin: 0;
}

/* ── Sektionen ── */

.rmkcf-section {
  margin-top: 34px;
}
.rmkcf-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.rmkcf-section__title {
  font-family: "Fredoka", system-ui, sans-serif;
  color: var(--rmkcf-teal-dark);
  font-size: 30px;
  margin: 0;
}
.rmkcf-section__title a {
  text-decoration: none;
  color: inherit;
}

/* ── Karten-Grid ── */

.rmkcf-cardgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rmkcf-card {
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid var(--rmkcf-border);
  border-radius: var(--rmkcf-radius-lg);
  padding: 20px;
  box-shadow: 0 6px 18px rgba(31, 42, 55, 0.06);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rmkcf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 42, 55, 0.10);
}
.rmkcf-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(249, 246, 240, 0.6);
  border: 1px solid var(--rmkcf-border);
}
.rmkcf-card__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.rmkcf-card h3 {
  margin: 12px 0 8px;
  font-family: "Fredoka", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  color: var(--rmkcf-teal-dark);
}
.rmkcf-card p {
  margin: 0;
  color: rgba(31, 42, 55, 0.78);
  font-weight: 600;
  line-height: 1.45;
}

.rmkcf-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-bottom: 6px;
  padding: 4px;
  border-radius: 16px;
  border: 1px dashed rgba(80, 152, 147, 0.22);
  background: rgba(255, 255, 255, 0.45);
}
.rmkcf-card__logo img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

/* ── Sponsoren: Landscape volle Breite, sonst 2 pro Zeile (sponsors.css) ── */

.rmkcf-section--sponsors {
  width: 100%;
  max-width: none;
}

.rmkcf-cardgrid--sponsors {
  --rmkcf-sponsor-gap: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: var(--rmkcf-sponsor-gap);
  width: 100%;
  max-width: none;
}

.rmkcf-card--sponsor--wide {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 0;
}

.rmkcf-card--sponsor--tile {
  flex: 1 1 calc((100% - var(--rmkcf-sponsor-gap)) / 2);
  max-width: calc((100% - var(--rmkcf-sponsor-gap)) / 2);
  min-width: 0;
}

.rmkcf-card--sponsor {
  padding: 20px 24px 24px;
  width: 100%;
  max-width: none;
  min-width: 0;
}

.rmkcf-card--sponsor .rmkcf-card__sponsor-creative {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: var(--rmkcf-radius-lg);
  overflow: hidden;
  display: block;
  line-height: 0;
}

.rmkcf-card--sponsor .rmkcf-card__sponsor-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.rmkcf-card--sponsor h3 {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
}

/* ── Aktionen: Erweiterte Karten ── */

.rmkcf-cardgrid--aktionen {
  gap: 20px;
}

.rmkcf-card--action {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px 20px;
  border-left: 5px solid var(--rmkcf-teal);
  border-radius: var(--rmkcf-radius-xl);
  background: rgba(255, 255, 255, 0.85);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.rmkcf-card--action:hover {
  box-shadow: 0 12px 32px rgba(31, 42, 55, 0.12);
  transform: translateY(-2px);
}
.rmkcf-card--action:nth-child(3n+1) { border-left-color: var(--rmkcf-teal); }
.rmkcf-card--action:nth-child(3n+2) { border-left-color: var(--rmkcf-coral-soft); }
.rmkcf-card--action:nth-child(3n+3) { border-left-color: var(--rmkcf-coral); }

.rmkcf-card--action .rmkcf-card__illust {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rmkcf-radius-lg);
  background: rgba(249, 246, 240, 0.6);
  overflow: hidden;
  flex-shrink: 0;
}
.rmkcf-card--action .rmkcf-card__illust img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
.rmkcf-card--action .rmkcf-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rmkcf-card--action h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  color: var(--rmkcf-charcoal);
}
.rmkcf-card--action p {
  font-size: 14px;
}

.rmkcf-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.1s ease;
  width: fit-content;
}
.rmkcf-card__cta:hover {
  filter: brightness(1.08);
  transform: translateX(2px);
}
.rmkcf-card--action:nth-child(3n+1) .rmkcf-card__cta { background: var(--rmkcf-teal); color: #fff; }
.rmkcf-card--action:nth-child(3n+2) .rmkcf-card__cta { background: var(--rmkcf-coral-soft); color: #fff; }
.rmkcf-card--action:nth-child(3n+3) .rmkcf-card__cta { background: var(--rmkcf-coral); color: #fff; }

/* ── Buttons ── */

.rmkcf-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
}
.rmkcf-btn--primary {
  background: var(--rmkcf-teal);
  color: #fff;
  border-color: var(--rmkcf-teal);
}
.rmkcf-btn--primary:hover {
  background: var(--rmkcf-teal-dark);
  border-color: var(--rmkcf-teal-dark);
  color: #fff;
}
.rmkcf-btn--outline {
  background: transparent;
  color: var(--rmkcf-teal-dark);
  border-color: var(--rmkcf-teal);
}
.rmkcf-btn--outline:hover {
  background: var(--rmkcf-teal);
  color: #fff;
}

/* ── Lageplan ── */

.rmkcf-lageplan {
  margin-top: 10px;
}
.rmkcf-lageplan img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--rmkcf-radius-lg);
  border: 1px solid var(--rmkcf-border);
  box-shadow: 0 10px 30px rgba(31, 42, 55, 0.10);
  background: rgba(255, 255, 255, 0.65);
}

/* ── Timeline ── */

.rmkcf-timeline {
  position: relative;
  padding-left: 18px;
}
.rmkcf-timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: rgba(80, 152, 147, 0.35);
}
.rmkcf-timeline__item {
  position: relative;
  padding: 14px;
  border-radius: var(--rmkcf-radius-md);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--rmkcf-border);
  margin-bottom: 12px;
}
.rmkcf-timeline__item::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 18px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(80, 152, 147, 0.18);
  border: 4px solid rgba(80, 152, 147, 0.75);
}
.rmkcf-timeline__meta {
  font-weight: 800;
  color: rgba(31, 42, 55, 0.85);
  margin-bottom: 6px;
}
.rmkcf-timeline__place {
  font-weight: 800;
  color: rgba(31, 42, 55, 0.78);
  margin-bottom: 6px;
}
.rmkcf-timeline__heading {
  margin: 0 0 8px;
  font-family: "Fredoka", system-ui, sans-serif;
  font-size: 20px;
  color: var(--rmkcf-teal-dark);
}
.rmkcf-timeline__content {
  color: rgba(31, 42, 55, 0.78);
  font-weight: 600;
  line-height: 1.45;
}

/* ── Einzel-Beiträge ── */

.rmkcf-entry {
  padding: 20px 0 40px;
}
.rmkcf-entry__thumb {
  margin-bottom: 24px;
}
.rmkcf-entry__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--rmkcf-radius-lg);
  box-shadow: var(--rmkcf-shadow);
}
.rmkcf-entry__content {
  max-width: 780px;
}
.rmkcf-entry__content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--rmkcf-radius-sm);
}
.rmkcf-entry__nav {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--rmkcf-border);
}

/* ── Footer ── */

.rmkcf-footer {
  margin-top: auto;
  padding: 28px 0;
  border-top: 1px solid var(--rmkcf-border);
  background: rgba(249, 246, 240, 0.95);
}
.rmkcf-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.rmkcf-footer-legal {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.rmkcf-footer-legal li a {
  text-decoration: none;
  font-weight: 700;
  color: rgba(31, 42, 55, 0.65);
  font-size: 14px;
}
.rmkcf-footer-legal li a:hover {
  color: var(--rmkcf-teal);
}
.rmkcf-footer-legal li + li::before {
  content: "|";
  margin-right: 8px;
  color: rgba(31, 42, 55, 0.3);
}

.rmkcf-footer__copy {
  font-weight: 700;
  font-size: 14px;
  color: rgba(31, 42, 55, 0.55);
}

/* ── Detail-Modal (Karten „Mehr Informationen“) ── */

.rmkcf-card button.rmkcf-card__cta,
.rmkcf-card a.rmkcf-card__cta {
  font-family: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

.rmkcf-card:not(.rmkcf-card--action):not(.rmkcf-card--sponsor) .rmkcf-card__cta,
.rmkcf-card--sponsor .rmkcf-card__cta {
  background: var(--rmkcf-teal);
  color: #fff;
}

.rmkcf-card__sponsor-creative-link {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 0;
}

.rmkcf-card--sponsor .rmkcf-card__cta--sponsor {
  display: flex;
  margin: 14px auto 0;
}

.rmkcf-card__sponsor-site {
  display: block;
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: var(--rmkcf-teal-dark);
}

/* Klickbare Kacheln + gekürzte Vorschau (max. 3 Zeilen) */
.rmkcf-card--detail {
  cursor: pointer;
}

.rmkcf-card--action .rmkcf-card__body > p,
.rmkcf-card--detail:not(.rmkcf-card--sponsor) > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.rmkcf-modal {
  position: fixed;
  inset: 0;
  /* Über #wpadminbar (typ. 99999), sonst wirkt das Popup „unsichtbar“ */
  z-index: 100100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.rmkcf-modal[hidden] {
  display: none !important;
}

.rmkcf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 42, 55, 0.48);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.rmkcf-modal--open .rmkcf-modal__backdrop {
  opacity: 1;
}

.rmkcf-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(88vh, 800px);
  overflow: auto;
  background: #fff;
  border-radius: var(--rmkcf-radius-xl);
  border: 1px solid var(--rmkcf-border);
  box-shadow: 0 20px 50px rgba(31, 42, 55, 0.22);
  padding: 22px 22px 18px;
  outline: none;
}

.rmkcf-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(249, 246, 240, 0.95);
  color: var(--rmkcf-charcoal);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  z-index: 2;
}

.rmkcf-modal__close:hover {
  background: rgba(80, 152, 147, 0.15);
}

.rmkcf-modal__loading {
  padding: 40px 24px;
  text-align: center;
  font-weight: 700;
  color: rgba(31, 42, 55, 0.65);
}

.rmkcf-modal__inner {
  display: grid;
  grid-template-columns: minmax(100px, 200px) 1fr;
  gap: 20px;
  align-items: start;
}

.rmkcf-modal--no-image .rmkcf-modal__inner {
  grid-template-columns: 1fr;
}

.rmkcf-modal__media {
  border-radius: var(--rmkcf-radius-lg);
  background: rgba(249, 246, 240, 0.65);
  border: 1px solid var(--rmkcf-border);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.rmkcf-modal__image {
  width: 100%;
  height: auto;
  max-height: 260px;
  display: block;
  object-fit: contain;
}

.rmkcf-modal__title {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  line-height: 1.2;
  color: var(--rmkcf-teal-dark);
}

.rmkcf-modal__content {
  font-size: 15px;
  color: var(--rmkcf-charcoal);
}

.rmkcf-modal__content > :first-child {
  margin-top: 0;
}

/* ── Responsive ── */

@media (max-width: 920px) {
  .rmkcf-cardgrid { grid-template-columns: repeat(2, 1fr); }
  .rmkcf-nav__list { flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
  .rmkcf-card--action { grid-template-columns: 1fr; text-align: center; }
  .rmkcf-card--action .rmkcf-card__illust { margin: 0 auto; }
  .rmkcf-card--action .rmkcf-card__cta { margin: 8px auto 0; }
  .rmkcf-hero-home__highlights { gap: 14px; }
  .rmkcf-footer__inner { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
}

@media (max-width: 639px) {
  .rmkcf-card--sponsor--tile {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .rmkcf-cardgrid { grid-template-columns: 1fr; }
  .rmkcf-card--action { border-left-width: 4px; padding: 16px; }
  .rmkcf-card--action .rmkcf-card__illust { width: 70px; height: 70px; }
  .rmkcf-card--action .rmkcf-card__illust img { width: 60px; height: 60px; }
  .rmkcf-header__inner { padding: 10px 0; }
  .rmkcf-brand__logo { width: 160px; }
  .rmkcf-modal__inner {
    grid-template-columns: 1fr;
  }
  .rmkcf-modal__media {
    max-width: 220px;
    margin: 0 auto;
  }
}
