/* MB Cazuri Active Pro 2.1.2 */
.mb-projectBanner,
.mb-casesNoticeCard,
.mbcp-wrap,
.mbcp-single {
  --mbcp-red: #900000;
  --mbcp-red-strong: #a40000;
  --mbcp-gold: #ffc400;
  --mbcp-cream: #fff6db;
  --mbcp-text: #17120e;
  --mbcp-muted: #4a3b2a;
  --mbcp-radius: 18px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.mb-projectBanner *,
.mb-casesNoticeCard *,
.mbcp-wrap *,
.mbcp-single * {
  box-sizing: border-box;
}

.mb-projectBanner {
  position: relative;
  display: block;
  width: 100vw;
  margin: 18px calc(50% - 50vw) 0;
  aspect-ratio: 1100 / 410;
  overflow: hidden;
  border-radius: 0;
  background-color: #25372a;
  background-image: url("https://misiuneabucovina.org/wp-content/uploads/2026/08/benner-pag-cazuri-active.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.mb-projectBanner::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.34));
}

.mb-projectBanner__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.mb-casesNoticeCard,
.mbcp-wrap {
  width: min(1220px, calc(100vw - 18px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.mb-casesNoticeCard {
  margin-bottom: 24px;
}

.mb-casesNoticeCard p {
  margin: 0;
  padding: 14px 24px;
  border: 1px solid rgba(144, 0, 0, 0.1);
  border-left: 5px solid var(--mbcp-red);
  border-radius: 0 12px 12px 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  color: var(--mbcp-muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.mb-casesNoticeCard strong {
  color: var(--mbcp-red);
  font-weight: 800;
}

.mbcp-wrap {
  padding-bottom: 42px;
}

.mbcp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mbcp-case {
  min-width: 0;
}

.mbcp-card,
.mbcp-related-card {
  color: #111 !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

.mbcp-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.mbcp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12);
}

.mbcp-card-img {
  display: block;
  width: 100%;
  height: 270px;
  aspect-ratio: 16 / 10;
  border-bottom: 4px solid var(--mbcp-red-strong);
  background: #ddd;
  object-fit: cover;
}

.mbcp-card-body {
  display: flex;
  min-height: 158px;
  flex: 1;
  flex-direction: column;
  padding: 18px 20px;
}

.mbcp-card h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.1;
}

.mbcp-card p {
  margin: 0 0 16px;
  color: #252525;
  font-size: 15px;
  line-height: 1.45;
}

.mbcp-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.mbcp-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--mbcp-red-strong);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mbcp-status-urgent { background: #d68b00; }
.mbcp-status-finalizat { background: #166534; }

.mbcp-see {
  color: var(--mbcp-red);
  font-size: 14.5px;
  font-weight: 900;
  white-space: nowrap;
}

.mbcp-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px 20px;
  border: 1px solid rgba(144, 0, 0, 0.12);
  border-radius: var(--mbcp-radius);
  background: #fff;
  color: var(--mbcp-muted);
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.mbcp-single {
  width: min(1050px, calc(100vw - 18px));
  margin: 0 auto;
  padding: 18px 0 100px;
}

.mbcp-back {
  display: inline-flex;
  margin: 10px 0 14px;
  color: var(--mbcp-red) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.mbcp-page-card {
  overflow: hidden;
  border: 1px solid rgba(144, 0, 0, 0.08);
  border-radius: 22px;
  background: var(--mbcp-cream);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.mbcp-hero {
  position: relative;
  overflow: hidden;
  background: #eee;
}

.mbcp-main-img {
  display: block;
  width: 100%;
  height: min(520px, 58vh);
  background: #eee;
  object-fit: cover;
}

.mbcp-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex !important;
  width: 38px !important;
  height: 38px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%);
  border: 0 !important;
  border-radius: 999px !important;
  outline: 0;
  background: rgba(0, 0, 0, 0.46) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 30px !important;
  line-height: 1 !important;
  touch-action: manipulation;
}

.mbcp-prev { left: 12px; }
.mbcp-next { right: 12px; }

.mbcp-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 16px;
  background: var(--mbcp-cream);
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.mbcp-thumb {
  display: block;
  width: 78px;
  height: 58px;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  touch-action: manipulation;
}

.mbcp-thumb.is-active { border-color: var(--mbcp-red-strong); }

.mbcp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mbcp-content { padding: 24px; }

.mbcp-title,
.mbcp-content h1,
.mbcp-content h2,
.mbcp-content h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em;
  text-decoration: none !important;
}

.mbcp-title {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.mbcp-lead {
  margin: 0 0 20px;
  color: #3a2a19;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.62;
}

.mbcp-text {
  color: #23180f;
  font-size: 17px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.mbcp-text h3 {
  margin: 26px 0 10px;
  color: var(--mbcp-red);
  font-size: 24px;
}

.mbcp-text p { margin: 0 0 14px; }

.mbcp-info-box,
.mbcp-section,
.mbcp-video-preview,
.mbcp-donation-box,
.mbcp-contact-card,
.mbcp-related {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--mbcp-radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.mbcp-info-box h2,
.mbcp-video-preview h2,
.mbcp-donation-box h2,
.mbcp-contact-card h2,
.mbcp-related h2 {
  margin: 0 0 12px;
  color: var(--mbcp-red);
  font-size: clamp(24px, 3vw, 34px);
}

.mbcp-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #111;
}

.mbcp-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mbcp-inline-red {
  display: inline-flex;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--mbcp-red-strong);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
}

.mbcp-funds-clause {
  margin: 8px 0 18px !important;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(35, 24, 15, 0.62) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.mbcp-funds-clause a {
  color: rgba(144, 0, 0, 0.78) !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.mbcp-donation-box h2 strong {
  color: #111;
  font-weight: 900;
}

.mbcp-donation-box p {
  color: #3d3024;
  font-size: 16px;
  line-height: 1.55;
}

.mbcp-donation-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.mbcp-donation-buttons a,
.mbcp-donation-buttons button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 2px solid rgba(144, 0, 0, 0.22) !important;
  border-radius: 14px;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  color: #111 !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  touch-action: manipulation;
}

.mbcp-method-online { border-color: var(--mbcp-red-strong) !important; color: var(--mbcp-red-strong) !important; }
.mbcp-method-paypal { border-color: #166ecb !important; color: #166ecb !important; }
.mbcp-method-revolut { border-color: #111 !important; color: #111 !important; }
.mbcp-method-sms { border-color: #009f3a !important; color: #087d32 !important; }
.mbcp-method-iban { grid-column: 1 / -1; }

.mbcp-extra-donation-actions {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.mbcp-company-tax,
.mbcp-doi-banuti {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
}

.mbcp-company-tax { background: #1d7bd8 !important; color: #fff !important; }
.mbcp-doi-banuti { border: 2px solid rgba(144, 0, 0, 0.22); background: #fff !important; color: var(--mbcp-red) !important; }

.mbcp-contact-links {
  display: grid;
  gap: 10px;
}

.mbcp-contact-links a,
.mbcp-contact-links span {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  color: #151515 !important;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.mbcp-alert-btn {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #050505 !important;
  color: #fff !important;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.mbcp-redirect-card {
  display: grid;
  min-height: 88px;
  grid-template-columns: 42px 1fr 120px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 15px;
  background: #cfe5ff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  color: #07111f !important;
  text-decoration: none !important;
}

.mbcp-redirect-icon {
  color: #2181d6;
  font-size: 24px;
  line-height: 1;
}

.mbcp-redirect-card h2 {
  margin: 0 0 6px;
  color: #000;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.05;
}

.mbcp-redirect-card p {
  margin: 0 0 8px;
  color: #111;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.3;
}

.mbcp-redirect-card span {
  display: inline-flex;
  padding: 6px 15px;
  border: 2px solid #2181d6;
  border-radius: 10px;
  background: #fff;
  color: #2181d6;
  font-size: 14px;
  font-weight: 900;
}

.mbcp-redirect-illustration {
  display: flex;
  height: 82px;
  align-items: center;
  justify-content: center;
  transform: translate(12px, 14px);
  border: 9px solid #2385dc;
  border-bottom: 0;
  border-radius: 13px;
  background: #fff;
  color: #d4dbe6;
  font-size: 34px;
  font-weight: 900;
}

.mbcp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mbcp-related-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.mbcp-related-card img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.mbcp-related-card strong {
  display: block;
  padding: 12px 12px 4px;
  font-size: 16px;
  line-height: 1.2;
}

.mbcp-related-card span {
  display: block;
  padding: 0 12px 12px;
  color: var(--mbcp-red);
  font-size: 13px;
  font-weight: 900;
}

.mbcp-bottom-back {
  margin: 16px 0 4px;
  text-align: right;
}

.mbcp-fixed-actions {
  position: fixed;
  bottom: max(24px, env(safe-area-inset-bottom));
  left: 50%;
  z-index: 99999;
  display: grid;
  width: min(650px, calc(100vw - 16px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  transform: translateX(-50%);
  pointer-events: none;
}

.mbcp-btn {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-decoration: none !important;
  pointer-events: auto;
}

.mbcp-facebook { background: #1877f2; color: #fff !important; font-size: 12px; }
.mbcp-whatsapp { background: #25d366; color: #051e0d !important; font-size: 12px; }
.mbcp-donate { background: var(--mbcp-gold); color: #111 !important; font-size: 12.5px; }

html.mbcp-modal-open,
html.mbcp-modal-open body {
  overflow: hidden !important;
}

.mbcp-iban-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 28px);
  overscroll-behavior: contain;
}

.mbcp-iban-modal.is-open { display: flex; }

.mbcp-iban-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(2px);
}

.mbcp-iban-dialog {
  position: relative;
  width: min(920px, calc(100vw - 24px));
  max-height: min(82vh, 760px);
  margin: 0 auto;
  overflow-y: auto;
  padding: 24px 20px 18px;
  border-radius: 22px;
  outline: 0;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.mbcp-iban-close {
  position: absolute;
  top: 12px;
  right: 14px;
  display: flex !important;
  width: 36px !important;
  height: 36px !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--mbcp-red-strong) !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 24px !important;
  line-height: 1 !important;
}

.mbcp-iban-dialog h3 {
  margin: 0;
  padding: 0 44px;
  color: #111;
  font-size: 28px;
  text-align: center;
}

.mbcp-iban-name {
  margin: 4px 0 18px !important;
  color: #555;
  font-weight: 800;
  text-align: center;
}

.mbcp-iban-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.mbcp-iban-bank {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background: #eee;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.mbcp-iban-bank h4 {
  margin: 0 0 14px;
  color: #111;
  font-size: 22px;
  text-align: center;
}

.mbcp-iban-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 8px 0;
  padding: 8px 8px 8px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.mbcp-iban-text { min-width: 0; }

.mbcp-iban-text span {
  display: block;
  color: var(--mbcp-red-strong);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mbcp-iban-text code {
  display: block;
  margin: 3px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.mbcp-copy-iban {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: var(--mbcp-red-strong);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.mbcp-copy-iban.is-copied { background: #166534; }

.mbcp-card:focus-visible,
.mbcp-related-card:focus-visible,
.mbcp-back:focus-visible,
.mbcp-btn:focus-visible,
.mbcp-donation-buttons a:focus-visible,
.mbcp-donation-buttons button:focus-visible,
.mbcp-contact-links a:focus-visible,
.mbcp-alert-btn:focus-visible,
.mbcp-redirect-card:focus-visible,
.mbcp-nav:focus-visible,
.mbcp-thumb:focus-visible,
.mbcp-copy-iban:focus-visible,
.mbcp-iban-close:focus-visible {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px;
}

@media (min-width: 1024px) {
  .mb-projectBanner {
    width: min(1220px, calc(100vw - 18px));
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 18px;
  }

  .mbcp-iban-modal {
    align-items: flex-start;
    padding-top: 72px;
    padding-bottom: 38px;
  }

  .mbcp-iban-dialog { max-height: calc(100vh - 116px); }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mb-projectBanner {
    width: calc(100vw - 24px);
    margin: 20px auto 0;
    border-radius: 16px;
  }

  .mb-casesNoticeCard,
  .mbcp-wrap { width: calc(100vw - 24px); }
  .mbcp-grid { gap: 18px; }
  .mbcp-card-img { height: 235px; }
  .mbcp-card-body { padding: 16px; }
  .mbcp-card h3 { font-size: 23px; }

  .mbcp-single {
    width: calc(100vw - 28px);
    padding-bottom: 150px;
  }

  .mbcp-main-img { height: min(480px, 52vh); }
  .mbcp-fixed-actions {
    bottom: calc(76px + env(safe-area-inset-bottom));
    width: min(620px, calc(100vw - 28px));
  }
  .mbcp-btn { min-height: 40px; font-size: 11px; }
}

@media (max-width: 767px) {
  .mb-projectBanner { margin-top: 12px; }

  .mb-casesNoticeCard,
  .mbcp-wrap { width: min(100%, calc(100vw - 12px)); }

  .mb-casesNoticeCard p {
    padding: 12px;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .mbcp-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mbcp-card { border-radius: 18px; }
  .mbcp-card-img { height: 240px; }
  .mbcp-card-body { min-height: 132px; padding: 15px 17px 16px; }
  .mbcp-card h3 { font-size: clamp(23px, 7vw, 27px); }
  .mbcp-card p { margin-bottom: 14px; font-size: 14.5px; }
  .mbcp-see { font-size: 12px; }

  .mbcp-single {
    width: min(100%, calc(100vw - 12px));
    padding-bottom: 168px;
  }

  .mbcp-page-card { border-radius: 16px; }
  .mbcp-content { padding: 15px; }
  .mbcp-main-img { height: min(330px, 54vh); }
  .mbcp-thumbs { padding: 10px; }
  .mbcp-thumb { width: 68px; height: 52px; }
  .mbcp-title { font-size: clamp(29px, 9vw, 34px); }
  .mbcp-lead { font-size: 16.5px; }
  .mbcp-text { font-size: 16px; }

  .mbcp-info-box,
  .mbcp-section,
  .mbcp-video-preview,
  .mbcp-donation-box,
  .mbcp-contact-card,
  .mbcp-related {
    padding: 16px;
    border-radius: 16px;
  }

  .mbcp-related-grid { grid-template-columns: 1fr; }
  .mbcp-related-card img { height: 180px; }

  .mbcp-redirect-card {
    grid-template-columns: 32px 1fr 92px;
    min-height: 84px;
    padding: 12px;
  }

  .mbcp-redirect-card h2 { font-size: 22px; }
  .mbcp-redirect-card p { font-size: 14px; }
  .mbcp-redirect-card span { padding: 5px 12px; font-size: 13px; }
  .mbcp-redirect-illustration { height: 76px; font-size: 30px; transform: translate(10px, 13px); }

  .mbcp-fixed-actions {
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    gap: 4px;
  }

  .mbcp-btn { min-height: 36px; padding: 3px 5px; font-size: 9.6px; }
  .mbcp-facebook,
  .mbcp-whatsapp { font-size: 8.8px; }
  .mbcp-donate { font-size: 9.8px; }

  .mbcp-iban-modal { align-items: center; padding: 10px; }
  .mbcp-iban-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 34px); padding: 20px 10px 14px; border-radius: 20px; }
  .mbcp-iban-close { top: 10px; right: 10px; width: 34px !important; height: 34px !important; }
  .mbcp-iban-dialog h3 { padding: 0 38px; font-size: 25px; }
  .mbcp-iban-two { grid-template-columns: 1fr; gap: 14px; }
  .mbcp-iban-bank { padding: 14px 10px; }
  .mbcp-iban-line { padding: 7px 7px 7px 10px; }
  .mbcp-iban-text code { font-size: 13px; letter-spacing: -0.02em; }
  .mbcp-copy-iban { padding: 7px 10px; font-size: 11px; }
  .mbcp-funds-clause { margin: 6px 0 16px !important; font-size: 12px !important; line-height: 1.42 !important; }
}

@media (max-width: 420px) {
  .mb-projectBanner__text { font-size: clamp(24px, 9vw, 34px); }
  .mbcp-donation-buttons { grid-template-columns: 1fr; }
  .mbcp-method-iban { grid-column: auto; }
  .mbcp-redirect-card { grid-template-columns: 28px 1fr; }
  .mbcp-redirect-illustration { display: none; }
  .mbcp-card-bottom { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .mbcp-card { transition: none; }
  .mbcp-card:hover { transform: none; }
  .mbcp-wrap *,
  .mbcp-single * { scroll-behavior: auto !important; }
}

@media print {
  .mbcp-fixed-actions,
  .mbcp-nav,
  .mbcp-thumbs,
  .mbcp-iban-modal { display: none !important; }

  .mbcp-single { width: 100%; padding-bottom: 0; }
  .mbcp-page-card { box-shadow: none; }
}
