.nvf-mcl {
  --nvf-mcl-image-width: 47%;
  width: 100%;
  background: #fff;
}

.nvf-mcl,
.nvf-mcl *,
.nvf-mcl *::before,
.nvf-mcl *::after {
  box-sizing: border-box;
}

.nvf-mcl__inner {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, var(--nvf-mcl-image-width)) minmax(0, 1fr);
  align-items: center;
}

.nvf-mcl--image-right .nvf-mcl__media-col { order: 2; }
.nvf-mcl--image-right .nvf-mcl__content-col { order: 1; }
.nvf-mcl__media-col,
.nvf-mcl__content-col { min-width: 0; }

.nvf-mcl__media-link { display: block; }
.nvf-mcl__media {
  position: relative;
  width: 100%;
  height: 760px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #eee;
}

.nvf-mcl__media > .nvf-mcl__image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.nvf-mcl__content { width: 100%; }
.nvf-mcl__label {
  margin: 0 0 18px;
  color: #cf2e52;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nvf-mcl__heading {
  margin: 0 0 22px;
  color: #4f83c2;
  font-size: clamp(2.1rem, 1.55rem + 1.25vw, 3.45rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.nvf-mcl__text {
  margin: 0 0 32px;
  color: #242424;
  font-size: 1rem;
  line-height: 1.7;
}
.nvf-mcl__text > :first-child { margin-top: 0; }
.nvf-mcl__text > :last-child { margin-bottom: 0; }

.nvf-mcl__list {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 22px;
  margin: 0 0 34px;
  padding: 0;
}
.nvf-mcl__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  min-width: 0;
}
.nvf-mcl__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #cf2e52;
  background: #f8e8ed;
  font-size: 18px;
  line-height: 1;
}
.nvf-mcl__icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.nvf-mcl__item-title {
  margin: 0 0 5px;
  color: #222;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}
.nvf-mcl__item-description {
  margin: 0;
  color: #5b5b5b;
  font-size: .94rem;
  line-height: 1.55;
}
.nvf-mcl--card-items-yes .nvf-mcl__item { border-radius: 12px; }

.nvf-mcl__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 100%;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #cf2e52;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.nvf-mcl__button:hover,
.nvf-mcl__button:focus-visible {
  color: #fff;
  background: #a91f40;
  transform: translateY(-1px);
}
.nvf-mcl__button-icon,
.nvf-mcl__button-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .nvf-mcl__inner { grid-template-columns: 1fr; }
  .nvf-mcl--stack-image-first .nvf-mcl__media-col,
  .nvf-mcl--stack-image-first .nvf-mcl__content-col,
  .nvf-mcl--stack-content-first .nvf-mcl__media-col,
  .nvf-mcl--stack-content-first .nvf-mcl__content-col { order: initial; }
  .nvf-mcl--stack-image-first .nvf-mcl__media-col { order: 1; }
  .nvf-mcl--stack-image-first .nvf-mcl__content-col { order: 2; }
  .nvf-mcl--stack-content-first .nvf-mcl__media-col { order: 2; }
  .nvf-mcl--stack-content-first .nvf-mcl__content-col { order: 1; }
  .nvf-mcl__content { max-width: none; }
}

@media (max-width: 767px) {
  .nvf-mcl__heading { font-size: clamp(2rem, 9vw, 2.85rem); }
  .nvf-mcl__list { grid-template-columns: 1fr; }
  .nvf-mcl__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .nvf-mcl__button { transition: none; }
}
