:root {
  --md-navy: #071b3d;
  --md-navy-deep: #04142d;
  --md-pink: #f52b70;
  --md-pink-dark: #d9185b;
  --md-purple: #7042d9;
  --md-green: #168c5a;
  --md-green-bright: #21b573;
  --md-bg: #f6f7fb;
  --md-white: #fff;
  --md-text: #10182d;
  --md-muted: #667085;
  --md-line: #e4e7ec;
  --md-radius-sm: 10px;
  --md-radius: 16px;
  --md-radius-lg: 22px;
  --md-shadow: 0 12px 34px rgba(7, 27, 61, .09);
  --md-shadow-lg: 0 24px 60px rgba(7, 27, 61, .16);
  --md-space-1: .5rem;
  --md-space-2: .75rem;
  --md-space-3: 1rem;
  --md-space-4: 1.5rem;
  --md-space-5: 2rem;
  --md-space-6: 3rem;
  --md-space-7: 4.5rem;
  --md-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.md-site { margin: 0; color: var(--md-text); background: var(--md-white); font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.md-site img { max-width: 100%; height: auto; }
.md-site a { color: inherit; text-decoration: none; }
.md-site button, .md-site input { font: inherit; }
.md-container { width: min(calc(100% - 32px), var(--md-container)); margin-inline: auto; }
.md-icon { width: 1.35em; height: 1.35em; fill: currentColor; flex: 0 0 auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.md-skip-link { position: fixed; left: 12px; top: 12px; z-index: 9999; padding: 10px 16px; color: var(--md-white); background: var(--md-pink); border-radius: 8px; transform: translateY(-150%); }
.md-skip-link:focus { transform: translateY(0); }
:where(a, button, input):focus-visible { outline: 3px solid rgba(112,66,217,.45); outline-offset: 3px; }

.md-header { position: relative; z-index: 100; background: var(--md-white); box-shadow: 0 4px 18px rgba(7,27,61,.06); }
.md-utility { color: #dbe5f5; background: var(--md-navy-deep); font-size: .75rem; }
.md-utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.md-utility p { margin: 0; }
.md-utility a { color: var(--md-white); font-weight: 700; }
.md-header-main__inner { position: relative; min-height: 88px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: center; gap: 24px; }
.md-brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.md-brand__mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--md-white); background: linear-gradient(135deg,var(--md-pink),var(--md-purple)); border-radius: 12px; transform: rotate(-5deg); box-shadow: 0 7px 18px rgba(245,43,112,.24); }
.md-brand__mark .md-icon { width: 23px; height: 23px; transform: rotate(5deg); }
.md-brand__word { font-size: 1.34rem; font-weight: 800; letter-spacing: -.045em; }
.md-brand__word span { color: var(--md-navy); }
.md-brand__word strong { color: var(--md-pink); }
.md-search { height: 48px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; border: 1px solid #d8deea; background: var(--md-bg); border-radius: 13px; overflow: hidden; }
.md-search > .md-icon { margin-left: 15px; color: var(--md-muted); }
.md-search input { min-width: 0; height: 100%; padding: 0 12px; border: 0; outline: 0; color: var(--md-text); background: transparent; }
.md-search button { height: 100%; padding: 0 20px; border: 0; color: var(--md-white); background: var(--md-pink); font-weight: 800; cursor: pointer; }
.md-search button:hover { background: var(--md-pink-dark); }
.md-header-actions { display: flex; align-items: center; gap: 8px; }
.md-action { min-width: 48px; display: grid; justify-items: center; gap: 2px; color: var(--md-navy); font-size: .68rem; font-weight: 700; }
.md-action .md-icon { width: 21px; height: 21px; }
.md-country-toggle { min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid var(--md-line); color: var(--md-navy); background: var(--md-white); border-radius: 10px; font-size: .82rem; font-weight: 800; cursor: pointer; }
.md-flag { display: grid; place-items: center; width: 27px; height: 21px; color: var(--md-white); background: #bd1e2d; border-radius: 4px; font-size: .62rem; }
.md-country-menu { position: absolute; top: 72px; right: 122px; width: 210px; padding: 8px; border: 1px solid var(--md-line); background: var(--md-white); border-radius: 12px; box-shadow: var(--md-shadow-lg); }
.md-country-menu a { display: block; padding: 9px 11px; border-radius: 8px; font-size: .88rem; font-weight: 700; }
.md-country-menu a:hover { color: var(--md-pink); background: var(--md-bg); }
.md-menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--md-line); color: var(--md-navy); background: var(--md-white); border-radius: 10px; cursor: pointer; }
.md-nav { color: var(--md-white); background: var(--md-navy); }
.md-nav-list { min-height: 50px; display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.md-nav-list a { display: block; padding: 14px 17px; border-radius: 8px; font-size: .88rem; font-weight: 700; }
.md-nav-list a:hover, .md-nav-list a:focus-visible { color: var(--md-white); background: rgba(255,255,255,.1); }
.md-mobile-panel { border-top: 1px solid var(--md-line); background: var(--md-white); box-shadow: var(--md-shadow); }
.md-mobile-panel .md-container { padding-block: 18px; }
.md-mobile-panel ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; padding: 12px 0 0; margin: 0; list-style: none; }
.md-mobile-panel li a { display: block; padding: 10px 12px; border-radius: 8px; font-weight: 700; }
.md-mobile-panel li a:hover { background: var(--md-bg); }
.md-mobile-search label { display: block; margin-bottom: 6px; font-size: .78rem; font-weight: 800; }
.md-mobile-search > div { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--md-line); border-radius: 10px; overflow: hidden; }
.md-mobile-search input { min-width: 0; padding: 11px; border: 0; }
.md-mobile-search button { width: 46px; border: 0; color: var(--md-white); background: var(--md-pink); }

.md-hero { overflow: hidden; background: linear-gradient(115deg,#f7f4ff 0%,#fff 48%,#fff4f8 100%); }
.md-hero__grid { min-height: 610px; display: grid; grid-template-columns: minmax(0,.93fr) minmax(430px,1.07fr); align-items: center; gap: 56px; padding-block: 64px; }
.md-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--md-purple); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.md-kicker::before { content: ''; width: 24px; height: 3px; background: var(--md-pink); border-radius: 99px; }
.md-kicker--light { color: #e7dcff; }
.md-hero h1 { max-width: 680px; margin: 14px 0 18px; color: var(--md-navy); font-size: clamp(2.65rem,5vw,4.85rem); line-height: 1.02; letter-spacing: -.055em; }
.md-hero h1 span { color: var(--md-pink); }
.md-hero__copy > p { max-width: 620px; margin: 0; color: var(--md-muted); font-size: 1.08rem; }
.md-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.md-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; transition: transform .18s ease,box-shadow .18s ease,background .18s ease; }
.md-button:hover { transform: translateY(-2px); }
.md-button--primary { color: var(--md-white); background: linear-gradient(135deg,var(--md-pink),#ef3da4); box-shadow: 0 12px 28px rgba(245,43,112,.24); }
.md-button--ghost { border-color: #cfd5e2; color: var(--md-navy); background: var(--md-white); }
.md-button--white { color: var(--md-purple); background: var(--md-white); }
.md-button--small { min-height: 40px; padding: 0 15px; color: var(--md-white); background: var(--md-pink); font-size: .82rem; }
.md-button--card { min-height: 42px; color: var(--md-white); background: var(--md-navy); font-size: .83rem; }
.md-hero__proof { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 25px 0 0; color: var(--md-muted); list-style: none; font-size: .77rem; font-weight: 700; }
.md-hero__proof li::before { content: '✓'; margin-right: 6px; color: var(--md-green); }
.md-hero__visual { position: relative; min-height: 485px; overflow: hidden; border-radius: 28px; background: linear-gradient(#9dd8e4 0 48%,#65bfc6 48% 58%,#dfb56f 58%); box-shadow: var(--md-shadow-lg); isolation: isolate; }
.md-hero-photo { position: absolute; inset: 0; z-index: -1; }
.md-hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,27,61,.02),rgba(7,27,61,.18)); }
.md-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.md-demo-label { display: inline-flex; padding: 5px 9px; color: var(--md-navy); background: #fff2a8; border-radius: 6px; font-size: .67rem; font-weight: 800; }
.md-hero__visual > .md-demo-label { position: absolute; top: 16px; left: 16px; z-index: 8; }
.md-sun { position: absolute; top: 54px; right: 58px; width: 90px; height: 90px; background: #ffe09a; border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,224,154,.22); }
.md-hill { position: absolute; bottom: 105px; left: -12%; width: 76%; height: 38%; background: #7a9872; border-radius: 50% 60% 0 0; transform: rotate(5deg); }
.md-hill--two { left: 39%; bottom: 115px; width: 74%; height: 34%; background: #557a68; transform: rotate(-5deg); }
.md-building { position: absolute; bottom: 128px; right: 15%; width: 98px; height: 120px; background: #f6e8cf; box-shadow: inset -12px 0 #dfc49c; }
.md-building::before { content: ''; position: absolute; top: -34px; left: 24px; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 35px solid #e2a75e; }
.md-building--two { right: 33%; width: 70px; height: 88px; background: #f4d2bb; }
.md-daily-card { position: absolute; z-index: 7; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 112px 1fr; gap: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.94); border-radius: 17px; box-shadow: 0 16px 40px rgba(7,27,61,.22); backdrop-filter: blur(12px); }
.md-daily-card > .md-badge { position: absolute; top: -12px; left: 15px; }
.md-daily-card__image { min-height: 122px; display: grid; place-items: center; color: var(--md-purple); background: linear-gradient(145deg,#efe8ff,#ffe6ef); border-radius: 12px; }
.md-daily-card__image .md-icon { width: 48px; height: 48px; }
.md-daily-card h2 { margin: 2px 0 7px; color: var(--md-navy); font-size: 1rem; line-height: 1.3; }
.md-daily-card small { display: block; margin-top: 5px; color: var(--md-muted); font-size: .62rem; }
.md-eyebrow { margin: 0; color: var(--md-muted); font-size: .68rem; font-weight: 700; }
.md-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 8px 0; }
.md-price strong { color: var(--md-pink); font-size: 1.12rem; }
.md-price del { color: var(--md-muted); font-size: .75rem; }
.md-price span { color: var(--md-green); font-size: .7rem; font-weight: 800; }

.md-section { padding-block: var(--md-space-7); }
.md-section--soft { background: var(--md-bg); }
.md-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.md-section-head h2, .md-tourism h2, .md-newsletter h2 { margin: 8px 0 0; color: var(--md-navy); font-size: clamp(1.8rem,3vw,2.55rem); line-height: 1.15; letter-spacing: -.035em; }
.md-section-head p { max-width: 650px; margin: 8px 0 0; color: var(--md-muted); }
.md-section-head > a { display: inline-flex; align-items: center; gap: 7px; color: var(--md-purple); font-size: .84rem; font-weight: 800; white-space: nowrap; }
.md-category-grid { display: grid; grid-template-columns: repeat(8,1fr); gap: 12px; }
.md-category-card { min-height: 150px; display: grid; align-content: center; justify-items: center; gap: 6px; padding: 15px; border: 1px solid var(--md-line); background: var(--md-white); border-radius: var(--md-radius); text-align: center; transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.md-category-card:hover { transform: translateY(-4px); border-color: #cdbaf8; box-shadow: var(--md-shadow); }
.md-category-card > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--md-purple); background: #f1ecff; border-radius: 14px; font-size: 1.45rem; }
.md-category-card strong { color: var(--md-navy); font-size: .86rem; }
.md-category-card small { color: var(--md-muted); font-size: .65rem; }
.md-deal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.md-deal-card { overflow: hidden; border: 1px solid var(--md-line); background: var(--md-white); border-radius: var(--md-radius); box-shadow: 0 5px 16px rgba(7,27,61,.04); transition: transform .2s ease,box-shadow .2s ease; }
.md-deal-card:hover { transform: translateY(-4px); box-shadow: var(--md-shadow); }
.md-deal-card__media { position: relative; min-height: 205px; display: grid; place-items: center; overflow: hidden; color: rgba(7,27,61,.6); background: linear-gradient(145deg,#dee7ff,#f7dcef); font-size: .7rem; font-weight: 800; }
.md-placeholder-1 { background: linear-gradient(145deg,#dff4e8,#eee3ff); }
.md-placeholder-2 { background: linear-gradient(145deg,#f8e3d0,#ffe2ec); }
.md-placeholder-3 { background: linear-gradient(145deg,#d8eff3,#dce2ff); }
.md-deal-card__media::before, .md-article-image::before { content: ''; width: 95px; height: 95px; position: absolute; border: 24px solid rgba(255,255,255,.32); border-radius: 50%; }
.md-deal-card__media > span:last-child, .md-article-image > span { position: relative; z-index: 2; padding: 5px 8px; background: rgba(255,255,255,.72); border-radius: 6px; }
.md-deal-card__media .md-badge { position: absolute; z-index: 3; top: 12px; left: 12px; }
.md-deal-card__media button { position: absolute; z-index: 3; top: 12px; right: 12px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; color: var(--md-navy); background: var(--md-white); border-radius: 50%; box-shadow: 0 4px 12px rgba(7,27,61,.13); cursor: pointer; }
.md-badge { display: inline-flex; padding: 5px 8px; color: var(--md-white); background: var(--md-purple); border-radius: 6px; font-size: .66rem; font-weight: 800; }
.md-badge--pink { background: var(--md-pink); }
.md-badge--green { background: var(--md-green); }
.md-deal-card__body { padding: 16px; }
.md-card-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--md-purple); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.md-deal-card h3 { min-height: 2.7em; margin: 8px 0; color: var(--md-navy); font-size: .98rem; line-height: 1.35; }
.md-merchant { margin: 0; color: var(--md-muted); font-size: .7rem; }
.md-deal-card__body > small { display: block; margin-top: 8px; color: var(--md-muted); font-size: .62rem; text-align: center; }
.md-country-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.md-country-grid a { position: relative; min-height: 138px; display: grid; align-content: center; gap: 3px; padding: 19px; overflow: hidden; color: var(--md-white); background: linear-gradient(145deg,var(--md-navy),#183c72); border-radius: var(--md-radius); }
.md-country-grid a:nth-child(2n) { background: linear-gradient(145deg,#5d36ba,var(--md-purple)); }
.md-country-grid a > span { color: #f5d7e3; font-size: .7rem; font-weight: 800; }
.md-country-grid a strong { font-size: 1rem; }
.md-country-grid a small { color: #cfd9eb; font-size: .68rem; }
.md-country-grid .md-icon { position: absolute; right: 15px; bottom: 15px; opacity: .7; }
.md-tourism { color: var(--md-white); background: linear-gradient(120deg,var(--md-navy-deep),#17396e 54%,var(--md-purple)); }
.md-tourism__inner { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; }
.md-tourism h2 { color: var(--md-white); }
.md-tourism p { color: #d4deef; }
.md-travel-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.md-travel-cards article { min-height: 240px; display: flex; flex-direction: column; justify-content: end; padding: 22px; background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(4,20,45,.66)),linear-gradient(135deg,#53a3a3,#d8a870); border: 1px solid rgba(255,255,255,.18); border-radius: var(--md-radius); box-shadow: var(--md-shadow); }
.md-travel-cards article:nth-child(2) { background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(4,20,45,.66)),linear-gradient(135deg,#6f74b3,#d99aa8); }
.md-travel-cards span { font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.md-travel-cards h3 { margin: 7px 0 0; font-size: 1.2rem; }
.md-travel-cards p { margin: 4px 0 12px; font-size: .76rem; }
.md-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.md-article-grid article { overflow: hidden; border: 1px solid var(--md-line); background: var(--md-white); border-radius: var(--md-radius); }
.md-article-image { position: relative; min-height: 190px; display: grid; place-items: center; overflow: hidden; color: var(--md-muted); background: linear-gradient(145deg,#e4eaff,#ffe0e9); font-size: .7rem; font-weight: 800; }
.md-article-grid article > div:last-child { padding: 18px; }
.md-article-grid h3, .md-article-grid h2 { margin: 10px 0 7px; color: var(--md-navy); font-size: 1.06rem; line-height: 1.35; }
.md-article-grid p, .md-article-grid small { color: var(--md-muted); font-size: .76rem; }
.md-newsletter { padding-block: 58px; color: var(--md-white); background: linear-gradient(120deg,#4b25aa,var(--md-purple) 55%,#8c45df); }
.md-newsletter__inner { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 54px; }
.md-newsletter h2 { color: var(--md-white); }
.md-newsletter p { color: #e8e0fa; }
.md-newsletter-demo { padding: 20px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: var(--md-radius); }
.md-newsletter-demo label { display: block; margin: 9px 0 6px; font-size: .75rem; font-weight: 800; }
.md-newsletter-demo > div:not(.md-demo-label) { display: grid; grid-template-columns: 1fr auto; overflow: hidden; border-radius: 10px; }
.md-newsletter-demo input[type=email] { min-width: 0; padding: 12px; border: 0; background: var(--md-white); }
.md-newsletter-demo button { padding-inline: 18px; border: 0; color: var(--md-white); background: var(--md-pink); font-weight: 800; }
.md-newsletter-demo p { margin: 9px 0 0; font-size: .64rem; }
.md-trust { padding-block: 28px; border-bottom: 1px solid var(--md-line); background: var(--md-white); }
.md-trust .md-container { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.md-trust strong, .md-trust span { display: block; }
.md-trust strong { color: var(--md-navy); font-size: .82rem; }
.md-trust span { color: var(--md-muted); font-size: .68rem; }

.md-footer { color: #d8e2f2; background: var(--md-navy-deep); }
.md-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 46px; padding-block: 60px 50px; }
.md-brand--footer .md-brand__word span { color: var(--md-white); }
.md-footer__brand p { max-width: 410px; color: #b6c4da; font-size: .8rem; }
.md-footer__brand .md-disclosure { padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; font-size: .68rem; }
.md-footer h2 { margin: 0 0 15px; color: var(--md-white); font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.md-footer ul { padding: 0; margin: 0; list-style: none; }
.md-footer li { margin: 7px 0; }
.md-footer li a { color: #bfcbe0; font-size: .78rem; }
.md-footer li a:hover { color: var(--md-pink); }
.md-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.md-footer-bottom .md-container { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.md-footer-bottom p, .md-social { margin: 0; color: #94a6c2; font-size: .68rem; }
.md-social { display: flex; gap: 14px; }
.md-content { min-height: 55vh; padding-block: 64px; background: var(--md-bg); }
.md-prose, .md-empty { max-width: 850px; }
.md-prose article, .md-empty { padding: clamp(24px,5vw,56px); background: var(--md-white); border-radius: var(--md-radius-lg); box-shadow: var(--md-shadow); }
.md-prose h1, .md-empty h1, .md-archive-head h1 { color: var(--md-navy); font-size: clamp(2rem,4vw,3.6rem); line-height: 1.08; letter-spacing: -.04em; }
.md-page-lead { color: var(--md-muted); font-size: 1.08rem; }
.md-safe-placeholder { margin-top: 28px; padding: 18px; border: 1px solid #d9d0f3; background: #f7f4ff; border-radius: 12px; }
.md-safe-placeholder p { margin-bottom: 0; color: var(--md-muted); }
.md-affiliate-notice, .md-demo-notice { padding: 12px 14px; border-radius: 10px; font-size: .82rem; }
.md-affiliate-notice { border: 1px solid #d8deea; background: var(--md-bg); }
.md-demo-notice { border: 1px solid #f3d37b; background: #fff8d8; }
.md-filters { display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:12px;padding:18px;margin:0 0 28px;background:#fff;border:1px solid var(--md-line);border-radius:var(--md-radius); }
.md-filters label { display:grid;gap:5px;color:var(--md-navy);font-size:.72rem;font-weight:800; }
.md-filters input,.md-filters select { min-width:0;min-height:42px;padding:8px 10px;border:1px solid var(--md-line);border-radius:8px;background:#fff; }
.md-filters button { align-self:end;min-height:42px;padding:0 18px;border:0;border-radius:8px;color:#fff;background:var(--md-pink);font-weight:800; }
.md-inline-links { display:flex;flex-wrap:wrap;gap:10px;margin:20px 0; }
.md-inline-links a { padding:9px 13px;border:1px solid var(--md-line);border-radius:999px;color:var(--md-purple);background:#fff;font-weight:800; }
.md-newsletter-test { padding:22px;color:var(--md-text);background:#f4efff;border:1px solid #d9ccfa;border-radius:var(--md-radius); }
.md-newsletter-test label { display:block;margin:10px 0; }.md-newsletter-test input[type=email]{width:100%;padding:10px;border:1px solid var(--md-line);border-radius:8px;background:#fff}.md-newsletter-test button{padding:10px 15px;border:0;border-radius:8px;color:#fff;background:var(--md-muted)}
.md-demo-action,.disabled[aria-disabled=true]{cursor:not-allowed;opacity:.68;}
.md-empty { margin-inline: auto; text-align: center; }
.md-archive-head { margin-bottom: 30px; }

@media (max-width: 1100px) {
  .md-header-main__inner { grid-template-columns: auto 1fr auto; gap: 14px; }
  .md-action span, .md-country-toggle > span:nth-child(2) { display: none; }
  .md-search button { padding-inline: 14px; font-size: .8rem; }
  .md-hero__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .md-category-grid { grid-template-columns: repeat(4,1fr); }
  .md-country-grid { grid-template-columns: repeat(3,1fr); }
  .md-footer__grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 860px) {
  .md-filters { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .md-utility { display: none; }
  .md-header-main__inner { min-height: 72px; grid-template-columns: auto 1fr auto; }
  .md-search { display: none; }
  .md-header-actions { grid-column: 3; }
  .md-action { display: none; }
  .md-menu-toggle { display: grid; }
  .md-nav { display: none; }
  .md-country-menu { top: 61px; right: 54px; }
  .md-hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 52px; }
  .md-hero__copy { max-width: 680px; }
  .md-hero__visual { min-height: 460px; }
  .md-deal-grid { grid-template-columns: repeat(2,1fr); }
  .md-tourism__inner, .md-newsletter__inner { grid-template-columns: 1fr; }
  .md-article-grid { grid-template-columns: repeat(2,1fr); }
  .md-article-grid article:last-child { display: none; }
  .md-trust .md-container { grid-template-columns: repeat(2,1fr); }
  .md-footer__grid { grid-template-columns: repeat(3,1fr); }
  .md-footer__brand { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .md-filters { grid-template-columns:1fr; }
  :root { --md-space-7: 3.25rem; }
  .md-container { width: min(calc(100% - 24px), var(--md-container)); }
  .md-brand__mark { width: 37px; height: 37px; }
  .md-brand__word { font-size: 1.12rem; }
  .md-country-toggle { padding-inline: 7px; }
  .md-hero__grid { gap: 34px; padding-block: 42px; }
  .md-hero h1 { font-size: clamp(2.5rem,13vw,3.35rem); }
  .md-button-row { display: grid; }
  .md-button { width: 100%; }
  .md-hero__proof { display: grid; gap: 6px; }
  .md-hero__visual { min-height: 475px; border-radius: 20px; }
  .md-daily-card { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 80px 1fr; gap: 11px; padding: 12px; }
  .md-daily-card__image { min-height: 112px; }
  .md-daily-card h2 { font-size: .88rem; }
  .md-daily-card .md-button { width: auto; min-height: 36px; }
  .md-section-head { align-items: start; flex-direction: column; margin-bottom: 22px; }
  .md-category-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .md-category-card { min-height: 130px; }
  .md-deal-grid, .md-article-grid { grid-template-columns: 1fr; }
  .md-article-grid article:last-child { display: block; }
  .md-country-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .md-country-grid a { min-height: 126px; padding: 15px; }
  .md-travel-cards { grid-template-columns: 1fr; }
  .md-travel-cards article { min-height: 205px; }
  .md-newsletter-demo > div:not(.md-demo-label) { grid-template-columns: 1fr; gap: 8px; overflow: visible; }
  .md-newsletter-demo input[type=email], .md-newsletter-demo button { min-height: 44px; border-radius: 8px; }
  .md-trust .md-container { grid-template-columns: 1fr; gap: 14px; }
  .md-footer__grid { grid-template-columns: repeat(2,1fr); gap: 28px 18px; }
  .md-footer__brand { grid-column: 1/-1; }
  .md-footer-bottom .md-container { align-items: flex-start; flex-direction: column; padding-block: 18px; }
  .md-social { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* MaghrebDeals — Tous les deals premium (page 2876), Stage 3 */
body.page-id-2876 { overflow-x: clip; background: #f6f7fb; }
.page-id-2876 .md-content { min-height: 55vh; padding: 0; background: #f6f7fb; overflow: hidden; }
.page-id-2876 .md-content > .md-container { width: 100%; max-width: none; }
.page-id-2876 .md-prose { width: 100%; max-width: none; }
.page-id-2876 .md-prose article { padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page-id-2876 .md-prose article > .md-kicker,
.page-id-2876 .md-prose article > h1,
.page-id-2876 .md-prose article > .md-page-lead { display: none; }
.page-id-2876 .md-prose article > * { max-width: none; }
.md-deals-page, .md-deals-page * { box-sizing: border-box; }
.md-deals-page { width: 100%; color: #10182d; font-size: 16px; line-height: 1.6; overflow: hidden; }
.md-deals-container { width: min(calc(100% - 40px), 1240px); margin-inline: auto; }
.md-deals-hero { position: relative; isolation: isolate; min-height: 520px; display: grid; align-items: center; color: #fff; background: linear-gradient(105deg,rgba(7,27,61,.98) 5%,rgba(7,27,61,.9) 52%,rgba(112,66,217,.48)),url('/wp-content/themes/maghrebdeals-child/assets/images/hero-maghreb-1920.webp') center/cover no-repeat; overflow: hidden; }
.md-deals-hero:before,.md-deals-hero:after { content:""; position:absolute; z-index:-1; border-radius:50%; filter:blur(2px); }
.md-deals-hero:before { width:360px;height:360px;right:-120px;top:-150px;background:rgba(245,43,112,.24); }
.md-deals-hero:after { width:260px;height:260px;left:42%;bottom:-180px;background:rgba(112,66,217,.35); }
.md-deals-hero__inner { padding-block: 92px; }
.md-deals-eyebrow { display:inline-flex; padding:7px 12px; margin:0 0 18px; border:1px solid rgba(255,255,255,.24); border-radius:999px; color:#ffd7e5; background:rgba(255,255,255,.08); font-size:.78rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.md-deals-hero h1 { max-width:800px; margin:0; color:#fff; font-size:clamp(3rem,7vw,5.8rem); line-height:.98; letter-spacing:-.055em; }
.md-deals-hero__lead { max-width:690px; margin:24px 0 30px; color:#dce6f5; font-size:clamp(1.05rem,2vw,1.25rem); }
.md-deals-search { max-width:760px; display:grid; grid-template-columns:1fr auto; gap:10px; padding:8px; border:1px solid rgba(255,255,255,.25); border-radius:16px; background:#fff; box-shadow:0 20px 55px rgba(0,0,0,.22); }
.md-deals-search input { min-width:0; min-height:54px; padding:0 18px; border:0; outline:0; color:#071b3d; background:transparent; font-size:1rem; }
.md-deals-search button,.md-filter-apply { min-height:52px; padding:0 24px; border:0; border-radius:11px; color:#fff; background:#f52b70; font-weight:800; cursor:not-allowed; }
.md-section { padding-block:76px; }
.md-section--white { background:#fff; }
.md-section--soft { background:#f6f7fb; }
.md-section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:30px; }
.md-section-head h2 { margin:0; color:#071b3d; font-size:clamp(2rem,4vw,3rem); line-height:1.08; letter-spacing:-.035em; }
.md-section-head p { max-width:620px; margin:8px 0 0; color:#667085; }
.md-filter-shell { position:relative; z-index:2; margin-top:-46px; padding:24px; border:1px solid #e4e7ec; border-radius:18px; background:#fff; box-shadow:0 22px 55px rgba(7,27,61,.13); }
.md-filter-grid { display:grid; grid-template-columns:1.35fr repeat(5,minmax(0,1fr)); gap:12px; }
.md-filter-field label { display:block; margin:0 0 6px; color:#344054; font-size:.72rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.md-filter-field input,.md-filter-field select { width:100%; min-width:0; height:48px; padding:0 12px; border:1px solid #d8dce5; border-radius:10px; color:#344054; background:#fff; font:inherit; }
.md-filter-field input:focus,.md-filter-field select:focus { outline:3px solid rgba(112,66,217,.18); border-color:#7042d9; }
.md-filter-actions { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:18px; }
.md-filter-reset { border:0; color:#7042d9; background:transparent; font-weight:800; text-decoration:underline; text-underline-offset:3px; cursor:not-allowed; }
.md-country-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:16px; }
.md-country-card { position:relative; min-width:0; min-height:158px; display:flex; flex-direction:column; justify-content:end; padding:22px; overflow:hidden; border-radius:16px; color:#fff!important; background:linear-gradient(145deg,#071b3d,#173c72); box-shadow:0 12px 30px rgba(7,27,61,.12); text-decoration:none!important; transition:transform .2s ease,box-shadow .2s ease; }
.md-country-card:nth-child(even){background:linear-gradient(145deg,#4b25aa,#7042d9);}
.md-country-card:before { content:""; position:absolute; width:100px;height:100px;right:-35px;top:-35px;border-radius:50%;background:rgba(245,43,112,.38); }
.md-country-card:hover { transform:translateY(-5px); box-shadow:0 20px 40px rgba(7,27,61,.2); }
.md-country-card span { color:#dbe6f7; font-size:.75rem; font-weight:700; }
.md-country-card strong { position:relative; color:#fff; font-size:1.15rem; }
.md-deals-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.md-premium-card { min-width:0; display:flex; flex-direction:column; overflow:hidden; border:1px solid #e4e7ec; border-radius:18px; background:#fff; box-shadow:0 8px 24px rgba(7,27,61,.07); transition:transform .2s ease,box-shadow .2s ease; }
.md-premium-card:hover { transform:translateY(-5px); box-shadow:0 18px 42px rgba(7,27,61,.14); }
.md-card-media { position:relative; aspect-ratio:16/10; overflow:hidden; background:#e8edf5; }
.md-card-media img { width:100%; height:100%; max-width:100%; display:block; object-fit:cover; transition:transform .35s ease; }
.md-premium-card:hover img { transform:scale(1.035); }
.md-demo-label,.md-discount { position:absolute; top:14px; padding:6px 9px; border-radius:7px; color:#fff; font-size:.68rem; font-weight:900; text-transform:uppercase; }
.md-demo-label { left:14px; background:#071b3d; }
.md-discount { right:14px; background:#f52b70; }
.md-card-body { flex:1; display:flex; flex-direction:column; padding:20px; }
.md-card-meta { display:flex; flex-wrap:wrap; gap:7px; color:#7042d9; font-size:.72rem; font-weight:800; text-transform:uppercase; }
.md-card-body h3 { margin:10px 0 8px; color:#071b3d; font-size:1.17rem; line-height:1.3; }
.md-card-copy { margin:0 0 14px; color:#667085; font-size:.9rem; }
.md-card-merchant { margin:auto 0 14px; color:#475467; font-size:.78rem; font-weight:700; }
.md-card-cta { width:100%; min-height:46px; display:grid; place-items:center; border:0; border-radius:11px; color:#fff; background:linear-gradient(90deg,#f52b70,#7042d9); font-weight:850; opacity:.62; cursor:not-allowed; }
.md-card-note { display:block; margin-top:9px; color:#667085; font-size:.68rem; text-align:center; }
.md-category-chips { display:flex; flex-wrap:wrap; gap:12px; }
.md-category-chip { padding:12px 17px; border:1px solid #ded8f7; border-radius:999px; color:#4b25aa; background:#fff; font-weight:800; box-shadow:0 5px 15px rgba(7,27,61,.04); }
.md-affiliate-note { padding:22px 24px; border:1px solid #d9ccfa; border-left:5px solid #7042d9; border-radius:14px; color:#344054; background:#f5f1ff; }
.md-newsletter-panel { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:48px; padding:50px; border-radius:22px; color:#fff; background:linear-gradient(120deg,#071b3d,#4b25aa 65%,#7042d9); box-shadow:0 26px 60px rgba(7,27,61,.2); }
.md-newsletter-panel h2 { margin:0 0 12px; color:#fff; font-size:clamp(2rem,4vw,3.2rem); line-height:1.05; }
.md-newsletter-panel p { color:#e8e2fb; }
.md-newsletter-form { padding:20px; border:1px solid rgba(255,255,255,.2); border-radius:14px; background:rgba(255,255,255,.1); }
.md-newsletter-form input { width:100%; min-width:0; height:48px; padding:0 13px; border:0; border-radius:9px; background:#fff; }
.md-newsletter-form button { width:100%; min-height:48px; margin-top:10px; border:0; border-radius:9px; color:#667085; background:#d9dce4; font-weight:800; cursor:not-allowed; }
.md-newsletter-form small { display:block; margin-top:10px; color:#e5ddf9; font-size:.72rem; }
@media(max-width:1180px){.md-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.md-deals-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.md-country-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:820px){.md-deals-container{width:min(calc(100% - 28px),1240px)}.md-section{padding-block:58px}.md-filter-shell{margin-top:-28px;padding:18px}.md-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-deals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-newsletter-panel{grid-template-columns:1fr;padding:34px}.md-section-head{align-items:start;flex-direction:column;gap:8px}.md-deals-hero__inner{padding-block:72px}}
@media(max-width:560px){.md-deals-container{width:min(calc(100% - 24px),1240px)}.md-deals-hero{min-height:480px}.md-deals-hero__inner{padding-block:58px}.md-deals-hero h1{font-size:clamp(2.7rem,16vw,4.2rem)}.md-deals-search{grid-template-columns:1fr}.md-deals-search button{width:100%}.md-filter-grid,.md-deals-grid{grid-template-columns:1fr}.md-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-filter-actions{align-items:stretch;flex-direction:column}.md-filter-apply,.md-filter-reset{width:100%;min-height:46px}.md-newsletter-panel{padding:28px 20px}.md-country-card{min-height:130px}.md-section{padding-block:48px}}
@media(max-width:390px){.md-country-grid{grid-template-columns:1fr 1fr;gap:10px}.md-country-card{padding:16px}.md-card-body{padding:17px}.md-filter-shell{padding:14px}}
@media(prefers-reduced-motion:reduce){.md-country-card,.md-premium-card,.md-card-media img{transition:none}}


/* MaghrebDeals deals page form hardening v1.2.1 */
.maghrebdeals-deals-page,
.maghrebdeals-deals-page * { box-sizing: border-box; }
.maghrebdeals-deals-page { width:100%; max-width:100%; overflow:clip; color:#10182d; background:#f6f7fb; }
.maghrebdeals-deals-page img,
.maghrebdeals-deals-page input,
.maghrebdeals-deals-page select,
.maghrebdeals-deals-page button { max-width:100%; }
.maghrebdeals-deals-page .md-filter-shell { width:100%; max-width:1240px; }
.maghrebdeals-deals-page .md-filter-grid { width:100%; display:grid!important; grid-template-columns:repeat(3,minmax(0,1fr))!important; gap:16px!important; align-items:end; }
.maghrebdeals-deals-page .md-filter-field { min-width:0; display:flex; flex-direction:column; gap:7px; }
.maghrebdeals-deals-page .md-filter-field label { position:static!important; width:auto!important; height:auto!important; display:block!important; margin:0!important; padding:0!important; overflow:visible!important; clip:auto!important; white-space:normal!important; color:#071b3d!important; font-size:.76rem!important; line-height:1.25!important; font-weight:800!important; letter-spacing:.04em; text-transform:uppercase; }
.maghrebdeals-deals-page .md-filter-field input,
.maghrebdeals-deals-page .md-filter-field select { appearance:none!important; -webkit-appearance:none!important; width:100%!important; min-width:0!important; max-width:100%!important; height:52px!important; min-height:52px!important; margin:0!important; padding:0 15px!important; overflow:visible!important; border:1px solid #d0d5dd!important; border-radius:12px!important; color:#10182d!important; background-color:#fff!important; background-image:none!important; box-shadow:0 1px 2px rgba(7,27,61,.04)!important; font:600 .94rem/1.2 system-ui,-apple-system,"Segoe UI",sans-serif!important; text-indent:0!important; text-overflow:ellipsis; }
.maghrebdeals-deals-page .md-filter-field select { padding-right:38px!important; background-image:linear-gradient(45deg,transparent 50%,#7042d9 50%),linear-gradient(135deg,#7042d9 50%,transparent 50%)!important; background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px!important; background-size:5px 5px,5px 5px!important; background-repeat:no-repeat!important; }
.maghrebdeals-deals-page .md-filter-field input::placeholder { color:#7b8495; opacity:1; }
.maghrebdeals-deals-page .md-filter-field input:focus,
.maghrebdeals-deals-page .md-filter-field select:focus { outline:3px solid rgba(112,66,217,.2)!important; outline-offset:1px; border-color:#7042d9!important; box-shadow:none!important; }
.maghrebdeals-deals-page .md-filter-actions { width:100%; display:flex!important; align-items:center!important; justify-content:flex-end!important; flex-wrap:wrap; gap:12px!important; margin-top:20px!important; }
.maghrebdeals-deals-page .md-filter-apply,
.maghrebdeals-deals-page .md-filter-reset,
.maghrebdeals-deals-page .md-deals-search button,
.maghrebdeals-deals-page .md-card-cta,
.maghrebdeals-deals-page .md-newsletter-form button { appearance:none!important; -webkit-appearance:none!important; min-height:50px!important; margin:0!important; padding:0 22px!important; border:0!important; border-radius:12px!important; box-shadow:none!important; font:800 .92rem/1 system-ui,-apple-system,"Segoe UI",sans-serif!important; text-decoration:none!important; }
.maghrebdeals-deals-page .md-filter-apply { min-width:190px; color:#fff!important; background:linear-gradient(90deg,#f52b70,#e91e63)!important; }
.maghrebdeals-deals-page .md-filter-reset { min-width:150px; color:#071b3d!important; background:#eef0f6!important; border:1px solid #d8dce7!important; text-decoration:none!important; }
.maghrebdeals-deals-page button:focus-visible,
.maghrebdeals-deals-page a:focus-visible,
.maghrebdeals-deals-page input:focus-visible,
.maghrebdeals-deals-page select:focus-visible { outline:3px solid rgba(245,43,112,.35)!important; outline-offset:3px; }
.maghrebdeals-deals-page .md-deals-search { width:100%; }
.maghrebdeals-deals-page .md-deals-search input { width:100%!important; min-width:0!important; height:54px!important; padding:0 18px!important; overflow:visible!important; line-height:normal!important; white-space:normal!important; text-overflow:ellipsis; }
@media(max-width:1024px){
 .maghrebdeals-deals-page .md-filter-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}
@media(max-width:620px){
 .maghrebdeals-deals-page .md-filter-grid { grid-template-columns:minmax(0,1fr)!important; gap:14px!important; }
 .maghrebdeals-deals-page .md-filter-actions { align-items:stretch!important; flex-direction:column-reverse!important; }
 .maghrebdeals-deals-page .md-filter-apply,
 .maghrebdeals-deals-page .md-filter-reset { width:100%!important; min-width:0!important; }
 .maghrebdeals-deals-page .md-deals-search { grid-template-columns:minmax(0,1fr)!important; }
 .maghrebdeals-deals-page .md-deals-search input,
 .maghrebdeals-deals-page .md-deals-search button { width:100%!important; }
}


/* Country deal pages layout parity — v1.2.2 */
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) { overflow-x:clip; background:#f6f7fb; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-content { min-height:55vh; padding:0; overflow:hidden; background:#f6f7fb; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-content > .md-container,
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-prose { width:100%; max-width:none; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-prose > article { padding:0; border-radius:0; background:transparent; box-shadow:none; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-prose > article > .md-kicker,
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-prose > article > h1,
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-prose > article > .md-page-lead { display:none; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .md-prose > article > * { max-width:none; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .wp-block-columns,
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .wp-block-column,
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page figure { min-width:0; max-width:100%; margin-inline:0; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-deals-grid { width:100%!important; max-width:100%; display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr))!important; gap:22px!important; align-items:stretch; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-premium-card { width:100%!important; min-width:0!important; max-width:none!important; height:100%; display:flex!important; flex:0 1 auto!important; flex-basis:auto!important; padding:0!important; overflow:hidden!important; word-break:normal!important; overflow-wrap:normal!important; white-space:normal; border:1px solid #e4e7ec; border-radius:18px; background:#fff; box-shadow:0 8px 24px rgba(7,27,61,.07); }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-media { width:100%; min-width:0; aspect-ratio:16/9; min-height:0; overflow:hidden; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-media img { width:100%!important; height:100%!important; max-width:100%!important; display:block!important; object-fit:cover!important; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-body { width:100%; min-width:0; flex:1 1 auto; display:flex; flex-direction:column; padding:20px!important; overflow:visible; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-body h3 { min-height:2.6em; margin:10px 0 8px!important; padding:0!important; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; line-clamp:3; color:#071b3d; font-size:1.17rem; line-height:1.3; word-break:normal!important; overflow-wrap:normal!important; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-body p { max-width:100%; word-break:normal!important; overflow-wrap:normal!important; hyphens:none; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-copy { margin:0 0 14px!important; color:#667085; font-size:.9rem; line-height:1.55; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-merchant { margin:auto 0 14px!important; }
:is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-cta { width:100%!important; align-self:stretch; }
@media(max-width:1180px){
 :is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-deals-grid { grid-template-columns:repeat(3,minmax(0,1fr))!important; }
}
@media(max-width:820px){
 :is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-deals-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:18px!important; }
}
@media(max-width:560px){
 :is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-deals-grid { grid-template-columns:minmax(0,1fr)!important; gap:16px!important; }
 :is(body.page-id-2877,body.page-id-2878,body.page-id-2879,body.page-id-2880,body.page-id-2881,body.page-id-2882) .maghrebdeals-deals-page .md-card-body h3 { min-height:0; }
}


/* Core content pages — v1.2.4 */
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915){overflow-x:clip;background:#f6f7fb}
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-content{padding:0;overflow:hidden;background:#f6f7fb}
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-content>.md-container,
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-prose{width:100%;max-width:none}
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-prose>article{padding:0;border-radius:0;background:transparent;box-shadow:none}
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-prose>article>.md-kicker,
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-prose>article>h1,
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-prose>article>.md-page-lead{display:none}
:is(body.page-id-2883,body.page-id-2884,body.page-id-2914,body.page-id-2915) .md-prose>article>*{max-width:none}
.maghrebdeals-content-page,.maghrebdeals-content-page *{box-sizing:border-box}
.maghrebdeals-content-page{width:100%;max-width:100%;overflow:clip;color:#10182d;background:#f6f7fb}
.maghrebdeals-content-page img,.maghrebdeals-content-page input,.maghrebdeals-content-page select,.maghrebdeals-content-page button{max-width:100%}
.md-core-hero{min-height:480px;display:grid;align-items:center;color:#fff;background:linear-gradient(105deg,rgba(7,27,61,.98),rgba(7,27,61,.86) 58%,rgba(112,66,217,.52)),url('/wp-content/themes/maghrebdeals-child/assets/images/hero-maghreb-1920.webp') center/cover no-repeat}
.md-core-hero__inner{padding-block:88px}.md-core-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(3rem,7vw,5.4rem);line-height:1;letter-spacing:-.05em}.md-core-hero__inner>p:not(.md-deals-eyebrow){max-width:720px;margin:22px 0 28px;color:#dce6f5;font-size:1.16rem}
.md-core-search{max-width:760px;display:grid;grid-template-columns:1fr auto;gap:9px;padding:8px;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.2)}.md-core-search input{width:100%;min-width:0;height:54px;padding:0 16px;border:0;background:#fff;color:#071b3d}.md-core-search button{min-height:54px;padding:0 22px;border:0;border-radius:11px;color:#fff;background:#f52b70;font-weight:800}
.md-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.md-editorial-card{min-width:0;overflow:hidden;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,27,61,.07)}.md-editorial-card--featured{display:grid;grid-template-columns:1.15fr .85fr}.md-editorial-media{position:relative;aspect-ratio:16/10;overflow:hidden}.md-editorial-card--featured .md-editorial-media{aspect-ratio:auto;min-height:360px}.md-editorial-media img{width:100%;height:100%;display:block;object-fit:cover}.md-editorial-media>span{position:absolute;top:14px;left:14px;padding:6px 9px;border-radius:7px;color:#fff;background:#071b3d;font-size:.68rem;font-weight:900;text-transform:uppercase}.md-editorial-body{display:flex;flex-direction:column;padding:22px}.md-editorial-body h3{margin:10px 0 8px;color:#071b3d;font-size:1.25rem;line-height:1.3}.md-editorial-body p{color:#667085}.md-editorial-body small{margin:auto 0 14px;color:#667085}
.md-outline-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border:1px solid #7042d9!important;border-radius:11px;color:#7042d9!important;background:#fff!important;font-weight:800;text-decoration:none!important}.md-outline-cta[disabled]{opacity:.65;cursor:not-allowed}
.md-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.md-icon-card{min-width:0;padding:24px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(7,27,61,.06)}.md-icon-card>span,.md-directory-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;color:#7042d9;background:#f1ecff;font-size:1.4rem}.md-icon-card h3{margin:14px 0 6px;color:#071b3d}.md-icon-card p{margin:0;color:#667085;font-size:.88rem}
.md-feature-split{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:42px;overflow:hidden;border-radius:20px;background:#071b3d;color:#fff}.md-feature-split>img{width:100%;height:100%;min-height:390px;object-fit:cover}.md-feature-split>div{padding:38px}.md-feature-split h2{color:#fff;font-size:2.4rem}.md-feature-split p{color:#dce6f5}.md-feature-split--text{padding:42px;background:linear-gradient(120deg,#071b3d,#4b25aa)}.md-demo-pill{display:inline-flex;padding:6px 9px;border-radius:7px;color:#fff;background:#f52b70;font-size:.68rem;font-weight:900;text-transform:uppercase}.md-steps{display:grid;gap:10px}.md-steps p{margin:0;padding:14px;border-radius:10px;background:rgba(255,255,255,.1)}
.md-coupon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.md-coupon-card{min-width:0;padding:24px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,27,61,.07)}.md-coupon-card h3{color:#071b3d}.md-coupon-card p,.md-coupon-card small{color:#667085}.md-code-box{display:grid;grid-template-columns:1fr auto;gap:8px;margin:18px 0}.md-code-box code{min-width:0;padding:13px;border:1px dashed #7042d9;border-radius:10px;color:#4b25aa;background:#f5f1ff;font-weight:800}.md-code-box button{border:0;border-radius:10px;color:#fff;background:#7042d9;font-weight:800}
.md-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.md-directory-card{min-width:0;display:flex;flex-direction:column;padding:24px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,27,61,.07)}.md-directory-card .md-demo-pill{align-self:flex-start;margin-top:16px}.md-directory-card h3{margin:14px 0 6px;color:#071b3d}.md-directory-card p{color:#667085}.md-directory-card .md-outline-cta{margin-top:auto}
@media(max-width:1100px){.md-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.md-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.md-editorial-grid,.md-coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-editorial-card--featured,.md-feature-split{grid-template-columns:1fr}.md-editorial-card--featured .md-editorial-media{min-height:300px}.md-directory-grid,.md-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-feature-split>div{padding:30px}}
@media(max-width:560px){.md-core-hero{min-height:440px}.md-core-hero__inner{padding-block:58px}.md-core-search{grid-template-columns:1fr}.md-core-search button{width:100%}.md-editorial-grid,.md-coupon-grid,.md-directory-grid,.md-icon-grid{grid-template-columns:minmax(0,1fr)}.md-editorial-card--featured{display:block}.md-editorial-card--featured .md-editorial-media{min-height:0;aspect-ratio:16/10}.md-feature-split--text{padding:24px}.md-code-box{grid-template-columns:1fr}.md-code-box button{min-height:46px}}


/* Blog editorial category hub — v1.2.5 */
.md-blog-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.md-blog-category-card{min-width:0;display:flex;flex-direction:column;padding:26px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,27,61,.07);transition:transform .2s ease,box-shadow .2s ease}
.md-blog-category-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(7,27,61,.13)}
.md-blog-category-card h3{margin:16px 0 8px;color:#071b3d;font-size:1.22rem}.md-blog-category-card p{margin:0 0 20px;color:#667085;font-size:.9rem}.md-blog-category-card .md-outline-cta{margin-top:auto}
.md-feature-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.md-feature-category-grid a{min-width:0;min-height:220px;display:flex;flex-direction:column;justify-content:end;padding:26px;overflow:hidden;border-radius:18px;color:#fff!important;background:linear-gradient(145deg,#071b3d,#173c72);box-shadow:0 14px 34px rgba(7,27,61,.14);text-decoration:none!important}.md-feature-category-grid a:nth-child(even){background:linear-gradient(145deg,#4b25aa,#7042d9)}.md-feature-category-grid span{color:#ffd5e4;font-size:.72rem;font-weight:800;text-transform:uppercase}.md-feature-category-grid strong{color:#fff;font-size:1.35rem}.md-feature-category-grid small{margin-top:8px;color:#dce6f5;line-height:1.45}
.md-method-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;padding:48px;border-radius:20px;color:#fff;background:linear-gradient(120deg,#071b3d,#4b25aa)}.md-method-panel h2{margin:10px 0 0;color:#fff;font-size:clamp(2rem,4vw,3.1rem);line-height:1.08}.md-method-panel ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.md-method-panel li{padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.08)}
.md-category-archive-hero{padding-block:80px;color:#fff;background:linear-gradient(115deg,#071b3d,#4b25aa)}.md-category-archive-hero h1{margin:8px 0;color:#fff;font-size:clamp(2.8rem,6vw,4.8rem)}.md-category-description{max-width:700px;color:#dce6f5;font-size:1.1rem}
.md-empty-category{max-width:720px;margin:auto;padding:52px;text-align:center;border:1px solid #e4e7ec;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(7,27,61,.08)}.md-empty-category .md-directory-icon{margin:0 auto}.md-empty-category h2{color:#071b3d}.md-empty-category p{color:#667085}.md-pagination{margin-top:34px}
@media(max-width:1100px){.md-blog-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.md-feature-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.md-blog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-method-panel{grid-template-columns:1fr;padding:34px}}
@media(max-width:560px){.md-blog-category-grid,.md-feature-category-grid{grid-template-columns:minmax(0,1fr)}.md-empty-category{padding:32px 20px}.md-method-panel{padding:28px 20px}}

/* Codes promo disabled coupon state — v1.2.6 */
.md-codes-page .md-code-box button:disabled{opacity:.52!important;cursor:not-allowed!important;pointer-events:none!important;color:#667085!important;background:#d9dce4!important;box-shadow:none!important;transform:none!important;transition:none!important}
.md-codes-page .md-code-box button:disabled:hover,.md-codes-page .md-code-box button:disabled:focus{color:#667085!important;background:#d9dce4!important;box-shadow:none!important;transform:none!important}
.md-codes-page .md-coupon-accessible-note{margin:12px 0 0;padding:10px 12px;border-radius:9px;color:#475467;background:#f2f4f7;font-size:.78rem;font-weight:700}

/* Boutique affiliate catalogue — v1.2.7 */
body.post-type-archive-product,body.woocommerce-shop{overflow-x:clip;background:#f6f7fb}.md-shop,.md-shop *{box-sizing:border-box}.md-shop{width:100%;max-width:100%;overflow:clip;background:#f6f7fb}.md-shop img,.md-shop input,.md-shop select,.md-shop button{max-width:100%}
.md-shop-hero{padding-block:92px;color:#fff;background:linear-gradient(110deg,rgba(7,27,61,.98),rgba(7,27,61,.88) 58%,rgba(112,66,217,.55)),url('/wp-content/themes/maghrebdeals-child/assets/images/hero-maghreb-1920.webp') center/cover no-repeat}.md-shop-hero h1{max-width:850px;margin:8px 0;color:#fff;font-size:clamp(3rem,7vw,5.6rem);line-height:1;letter-spacing:-.05em}.md-shop-hero>div>p:not(.md-deals-eyebrow){max-width:760px;color:#dce6f5;font-size:1.16rem}.md-shop-disclosure{max-width:850px;margin-top:24px;padding:16px 18px;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:rgba(255,255,255,.1);color:#eef3fa}
.md-shop-filter-section{background:#fff}.md-shop-filters{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:-38px;padding:24px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 22px 55px rgba(7,27,61,.13)}.md-shop-filter{min-width:0;display:flex;flex-direction:column;gap:7px}.md-shop-filter--search{grid-column:span 2}.md-shop-filter label{color:#071b3d;font-size:.74rem;font-weight:800;text-transform:uppercase}.md-shop-filter input,.md-shop-filter select{appearance:none;width:100%;min-width:0;height:50px;padding:0 14px;border:1px solid #d0d5dd;border-radius:11px;color:#10182d;background:#fff;font:600 .9rem/1.2 system-ui}.md-shop-filter select{padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,#7042d9 50%),linear-gradient(135deg,#7042d9 50%,transparent 50%);background-position:calc(100% - 17px) 21px,calc(100% - 12px) 21px;background-size:5px 5px;background-repeat:no-repeat}.md-shop-filter input:focus,.md-shop-filter select:focus{outline:3px solid rgba(112,66,217,.2);border-color:#7042d9}.md-shop-filter-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:12px}.md-shop-filter-actions button,.md-shop-reset{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:0;border-radius:11px;font-weight:800;text-decoration:none!important}.md-shop-filter-actions button{color:#fff;background:#f52b70}.md-shop-reset{color:#071b3d!important;background:#eef0f6}
.md-shop-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.md-shop-category-grid a{min-width:0;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px;border:1px solid #e4e7ec;border-radius:16px;color:#071b3d!important;background:#fff;box-shadow:0 6px 18px rgba(7,27,61,.05);text-align:center;text-decoration:none!important}.md-shop-category-grid a span{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:#7042d9;background:#f1ecff}.md-shop-category-grid a strong{font-size:.82rem}
.md-shop ul.products{width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;margin:0!important;padding:0!important;list-style:none!important}.md-shop ul.products:before,.md-shop ul.products:after{display:none!important}.md-shop ul.products li.product.md-shop-card{width:100%!important;min-width:0!important;max-width:none!important;height:100%;display:flex!important;flex-direction:column;float:none!important;margin:0!important;padding:0!important;overflow:hidden;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,27,61,.07);word-break:normal;overflow-wrap:normal}.md-shop-card__media{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:#eef1f7}.md-shop-card__media img{width:100%!important;height:100%!important;display:block;object-fit:cover}.md-shop-card__body{flex:1;display:flex;flex-direction:column;min-width:0;padding:20px}.md-shop-card__meta{display:flex;flex-wrap:wrap;gap:6px;color:#7042d9;font-size:.69rem;font-weight:800;text-transform:uppercase}.md-shop-card__meta a{color:inherit;text-decoration:none}.md-shop-card h2{margin:10px 0 8px!important;padding:0!important;color:#071b3d;font-size:1.14rem!important;line-height:1.3!important;word-break:normal!important;overflow-wrap:normal!important}.md-shop-card__body>p{margin:0 0 12px;color:#667085;font-size:.88rem;line-height:1.5}.md-shop-merchant{margin-top:auto!important;color:#475467!important;font-size:.76rem!important;font-weight:800}.md-shop-price{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 14px}.md-shop-price strong{color:#071b3d}.md-shop-price small{color:#667085}.md-shop-cta{width:100%;min-height:46px;display:grid;place-items:center;border-radius:11px;color:#fff!important;background:linear-gradient(90deg,#f52b70,#7042d9);font-weight:850;text-decoration:none!important}.md-shop-cta.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none;background:#d9dce4;color:#667085!important}.md-shop-card__notice{margin-top:10px;color:#667085;font-size:.67rem;line-height:1.4;text-align:center}
.md-shop-how{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;padding:48px;border-radius:20px;color:#fff;background:linear-gradient(120deg,#071b3d,#4b25aa)}.md-shop-how h2{margin:10px 0;color:#fff;font-size:clamp(2rem,4vw,3.1rem)}.md-shop-how ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.md-shop-how li{padding:13px 15px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.08)}
.md-shop a:focus-visible,.md-shop button:focus-visible,.md-shop input:focus-visible,.md-shop select:focus-visible{outline:3px solid rgba(245,43,112,.42);outline-offset:3px}
@media(max-width:1100px){.md-shop-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.md-shop-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.md-shop ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:820px){.md-shop-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.md-shop-filter--search{grid-column:span 2}.md-shop ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md-shop-how{grid-template-columns:1fr;padding:34px}}
@media(max-width:560px){.md-shop-hero{padding-block:64px}.md-shop-filters{grid-template-columns:minmax(0,1fr);margin-top:-22px;padding:16px}.md-shop-filter--search{grid-column:auto}.md-shop-filter-actions{flex-direction:column}.md-shop-filter-actions button,.md-shop-reset{width:100%}.md-shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-shop ul.products{grid-template-columns:minmax(0,1fr)!important}.md-shop-how{padding:28px 20px}}

/* Boutique demonstration cards — v1.2.8 */
.md-shop-card__media svg{width:100%;height:100%;display:block}
.md-shop-card__description{min-height:4.1em}
.md-shop-card h2{min-height:3em}
.md-shop button.md-shop-cta.is-disabled,
.md-shop button.md-shop-cta.is-disabled:hover,
.md-shop button.md-shop-cta.is-disabled:focus{
 margin:0;border:0;box-shadow:none;transform:none;
 opacity:.55;cursor:not-allowed;pointer-events:none;
 background:#d9dce4;color:#667085!important
}
@media(max-width:560px){
 .md-shop-card__description,.md-shop-card h2{min-height:0}
}
/* Homepage final — v1.2.9 */
.md-home-final,.md-home-final *{box-sizing:border-box}.md-home-final{width:100%;max-width:100%;overflow:clip;background:#f6f7fb}.md-home-final img,.md-home-final svg,.md-home-final input,.md-home-final button{max-width:100%}
.md-home-hero{padding:74px 0;color:#fff;background:linear-gradient(112deg,#071b3d 0%,#071b3d 55%,#41218d 100%)}.md-home-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:54px}.md-home-hero h1{max-width:760px;margin:10px 0 20px;color:#fff;font-size:clamp(3rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em}.md-home-hero p:not(.md-deals-eyebrow){max-width:700px;color:#dce6f5;font-size:1.12rem}.md-home-hero picture{aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:22px;box-shadow:0 30px 70px rgba(0,0,0,.3)}.md-home-hero picture img{width:100%;height:100%;display:block;object-fit:cover}
.md-home-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.md-home-category-grid a{min-width:0;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:14px;border:1px solid #e4e7ec;border-radius:16px;color:#071b3d;background:#fff;box-shadow:0 6px 18px rgba(7,27,61,.06);text-align:center;text-decoration:none}.md-home-category-grid a>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#7042d9;background:#f1ecff}.md-home-category-grid svg{width:24px;height:24px}
.md-home-final ul.products.md-home-deals{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0;padding:0;list-style:none}.md-home-final ul.products.md-home-deals li.product{width:100%;min-width:0;max-width:none;float:none;margin:0}
.md-home-country-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.md-home-country-grid a{min-width:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:20px;border:1px solid #e4e7ec;border-radius:16px;color:#071b3d;background:#fff;text-decoration:none}.md-home-country-grid a>span{grid-row:span 2;min-width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#7042d9;background:#f1ecff;font-size:.72rem;font-weight:900}.md-home-country-grid strong,.md-home-country-grid small{min-width:0}.md-home-country-grid small{color:#667085}.md-home-country-grid .md-icon{width:18px}
.md-home-promo{display:grid;grid-template-columns:1fr auto;align-items:center;gap:38px;padding:48px;border-radius:22px;color:#fff;background:linear-gradient(120deg,#071b3d,#7042d9)}.md-home-promo h2{margin:8px 0;color:#fff;font-size:clamp(2rem,4vw,3.3rem)}.md-home-promo>div>p:not(.md-deals-eyebrow){color:#e8e8fa}.md-home-promo__visual{width:160px;height:160px;display:grid;place-items:center;border-radius:36px;background:rgba(255,255,255,.12)}.md-home-promo__visual .md-icon{width:80px;height:80px;fill:#fff}
.md-home-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.md-home-editorial-grid a{min-width:0;display:flex;flex-direction:column;padding:24px;border:1px solid #e4e7ec;border-radius:17px;color:#071b3d;background:#fff;box-shadow:0 8px 22px rgba(7,27,61,.06);text-decoration:none}.md-home-editorial-grid strong{font-size:1.15rem}.md-home-editorial-grid p{color:#667085}.md-home-editorial-grid span{margin-top:auto;color:#7042d9;font-weight:800}.md-home-editorial-grid .md-icon{width:17px;vertical-align:middle}
.md-home-tourism{padding:82px 0;color:#fff;background:#071b3d}.md-home-tourism__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:54px}.md-home-tourism picture{aspect-ratio:4/3;overflow:hidden;border-radius:22px}.md-home-tourism img{width:100%;height:100%;display:block;object-fit:cover}.md-home-tourism h2{margin:8px 0;color:#fff;font-size:clamp(2.3rem,5vw,4rem)}.md-home-tourism p:not(.md-deals-eyebrow){color:#dce6f5}.md-home-chips{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.md-home-chips span{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-size:.8rem}
.md-home-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.md-home-shop-grid a{min-width:0;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#071b3d,#7042d9);text-decoration:none}.md-home-shop-grid span{align-self:flex-start;padding:5px 8px;border-radius:7px;background:rgba(255,255,255,.14);font-size:.66rem;text-transform:uppercase}.md-home-shop-grid strong{margin-top:auto;font-size:1.35rem}.md-home-shop-grid small{color:#e5defa}
.md-home-trust .md-container{grid-template-columns:repeat(5,minmax(0,1fr))}.md-home-trust .md-container>div{display:flex;align-items:center;gap:9px}.md-home-trust span{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#7042d9}
.md-home-final a:hover{transform:translateY(-2px)}.md-home-final a:focus-visible,.md-home-final button:focus-visible,.md-home-final input:focus-visible{outline:3px solid rgba(245,43,112,.45);outline-offset:3px}
@media(max-width:1100px){.md-home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.md-home-final ul.products.md-home-deals{grid-template-columns:repeat(3,minmax(0,1fr))}.md-home-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.md-home-trust .md-container{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.md-home-hero__grid,.md-home-tourism__grid{grid-template-columns:1fr}.md-home-hero picture{max-height:430px}.md-home-final ul.products.md-home-deals{grid-template-columns:repeat(2,minmax(0,1fr))}.md-home-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-home-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-home-promo{padding:36px}.md-home-promo__visual{width:110px;height:110px}.md-home-trust .md-container{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.md-home-hero{padding:56px 0}.md-home-hero h1{font-size:clamp(2.65rem,14vw,4rem)}.md-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-home-final ul.products.md-home-deals,.md-home-country-grid,.md-home-editorial-grid,.md-home-shop-grid,.md-home-trust .md-container{grid-template-columns:minmax(0,1fr)}.md-home-promo{grid-template-columns:1fr;padding:28px 20px}.md-home-promo__visual{display:none}.md-home-tourism{padding:60px 0}.md-button-row{align-items:stretch}.md-button-row .md-button{width:100%}}
/* Homepage country cards alignment — v1.3.0 */
.md-home-final .md-home-country-grid{
 display:grid;
 grid-template-columns:repeat(6,minmax(0,1fr));
 gap:14px
}
.md-home-final .md-home-country-grid a{
 min-width:0;
 min-height:96px;
 display:flex;
 align-items:center;
 gap:14px;
 padding:18px;
 border:1px solid #e4e7ec;
 border-radius:16px;
 color:#071b3d;
 background:#fff;
 text-decoration:none
}
.md-home-final .md-home-country-grid .md-home-country-code{
 width:44px;
 min-width:44px;
 height:44px;
 flex:0 0 44px;
 display:grid;
 place-items:center;
 border-radius:12px;
 color:#7042d9;
 background:#f1ecff;
 font-size:.72rem;
 font-weight:900;
 line-height:1
}
.md-home-final .md-home-country-grid .md-home-country-copy{
 min-width:0;
 flex:1 1 auto;
 display:flex;
 flex-direction:column;
 align-items:flex-start;
 justify-content:center;
 gap:4px;
 color:inherit;
 background:transparent;
 line-height:1.2
}
.md-home-final .md-home-country-grid .md-home-country-copy strong{
 min-width:0;
 display:block;
 color:#071b3d;
 font-size:1rem;
 line-height:1.25
}
.md-home-final .md-home-country-grid .md-home-country-copy small{
 min-width:0;
 display:block;
 color:#667085;
 font-size:.76rem;
 line-height:1.35
}
.md-home-final .md-home-country-grid .md-icon{
 width:18px;
 height:18px;
 flex:0 0 18px;
 margin-left:auto
}
@media(max-width:1100px){
 .md-home-final .md-home-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:560px){
 .md-home-final .md-home-country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .md-home-final .md-home-country-grid a{min-height:92px;padding:15px;gap:12px}
 .md-home-final .md-home-country-grid .md-icon{display:none}
}
@media(max-width:380px){
 .md-home-final .md-home-country-grid{grid-template-columns:minmax(0,1fr)}
}
/* Homepage hero tourism button — v1.3.1 */
.md-home-final .md-home-hero .md-button.md-button--ghost{
 color:#071b3d!important;
 background:#fff!important;
 border:1px solid rgba(7,27,61,.28)!important
}
.md-home-final .md-home-hero .md-button.md-button--ghost .md-icon{
 fill:currentColor;
 color:inherit
}
.md-home-final .md-home-hero .md-button.md-button--ghost:hover{
 color:#071b3d!important;
 background:#f6f7fb!important;
 border-color:#f52b70!important;
 box-shadow:0 10px 28px rgba(7,27,61,.2)
}
.md-home-final .md-home-hero .md-button.md-button--ghost:focus-visible{
 color:#071b3d!important;
 background:#fff!important;
 border-color:#7042d9!important;
 outline:3px solid rgba(245,43,112,.48);
 outline-offset:3px
}
/* Trust and contact pages — v1.3.2 */
.md-trust-page,.md-contact-page,.md-trust-page *,.md-contact-page *{box-sizing:border-box}.md-trust-page,.md-contact-page{width:100%;max-width:100%;overflow:clip;color:#10182d;background:#f6f7fb}.md-trust-page img,.md-contact-page img,.md-contact-page input,.md-contact-page select,.md-contact-page textarea,.md-contact-page button{max-width:100%}
.md-info-hero{padding:92px 0;color:#fff;background:linear-gradient(112deg,rgba(7,27,61,.98),rgba(7,27,61,.88) 58%,rgba(112,66,217,.7)),url('/wp-content/themes/maghrebdeals-child/assets/images/hero-maghreb-1920.webp') center/cover}.md-info-hero h1{max-width:900px;margin:8px 0 20px;color:#fff;font-size:clamp(3rem,7vw,5.5rem);line-height:1;letter-spacing:-.05em}.md-info-hero p:not(.md-deals-eyebrow){max-width:790px;color:#e1e9f6;font-size:1.15rem}
.md-info-split{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:60px}.md-info-split h2,.md-info-principles h2,.md-affiliate-panel h2{margin:8px 0;color:#071b3d;font-size:clamp(2rem,4vw,3.2rem)}.md-info-split>p{font-size:1.25rem;line-height:1.7;color:#475467}
.md-info-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.md-info-card-grid article{min-width:0;padding:26px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,27,61,.06)}.md-info-card-grid article>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#7042d9;background:#f1ecff;font-weight:900}.md-info-card-grid h3{margin:18px 0 8px;color:#071b3d}.md-info-card-grid p{margin:0;color:#667085}
.md-info-principles{display:grid;grid-template-columns:1fr 1fr;gap:50px}.md-info-principles ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.md-info-principles li{padding:16px 18px 16px 48px;border:1px solid #e4e7ec;border-radius:13px;background:#fff;position:relative}.md-info-principles li:before{content:'✓';position:absolute;left:17px;color:#f52b70;font-weight:900}
.md-info-country-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.md-info-country-grid a{min-width:0;min-height:100px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid #e4e7ec;border-radius:16px;color:#071b3d;background:#fff;text-decoration:none}.md-info-country-grid span{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:12px;color:#7042d9;background:#f1ecff;font-size:.72rem;font-weight:900}.md-info-country-grid strong{min-width:0}
.md-affiliate-panel{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:42px;border-radius:22px;color:#fff;background:linear-gradient(120deg,#071b3d,#7042d9)}.md-affiliate-panel h2{color:#fff}.md-affiliate-panel>p{color:#e7e4f5;font-size:1.08rem;line-height:1.7}.md-info-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.md-button--outline{border:1px solid #7042d9!important;color:#7042d9!important;background:#fff!important}
.md-contact-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:28px}.md-contact-form-card,.md-contact-side>div{padding:32px;border:1px solid #e4e7ec;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(7,27,61,.07)}.md-contact-form-card h2,.md-contact-side h2{margin:8px 0;color:#071b3d}.md-contact-form{display:grid;gap:18px;margin-top:26px}.md-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.md-field{min-width:0;display:flex;flex-direction:column;gap:7px}.md-field label,.md-consent{color:#344054;font-weight:750}.md-field input,.md-field select,.md-field textarea{width:100%;min-width:0;padding:13px 14px;border:1px solid #cfd4dc;border-radius:11px;color:#10182d;background:#fff;font:inherit}.md-field input,.md-field select{height:50px}.md-field textarea{resize:vertical}.md-field input:focus,.md-field select:focus,.md-field textarea:focus{outline:3px solid rgba(112,66,217,.18);border-color:#7042d9}.md-consent{display:flex;align-items:flex-start;gap:10px;font-size:.88rem}.md-consent input{margin-top:4px}.md-contact-form .md-button{justify-self:start;border:0}.md-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.md-form-message{margin-top:20px;padding:15px 17px;border-radius:12px}.md-form-message ul{margin:0;padding-left:20px}.md-form-message--success{border:1px solid #84c69b;background:#eefaf2;color:#175c2f}.md-form-message--error{border:1px solid #eaa5b4;background:#fff2f5;color:#8b1735}.md-contact-side{display:grid;gap:20px}.md-contact-safety h3{color:#071b3d}
.md-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.md-faq-grid article{min-width:0;padding:24px;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.md-faq-grid h3{margin:0 0 8px;color:#071b3d}.md-faq-grid p{margin:0;color:#667085}
.md-trust-page a:focus-visible,.md-contact-page a:focus-visible,.md-contact-page button:focus-visible{outline:3px solid rgba(245,43,112,.45);outline-offset:3px}
@media(max-width:1100px){.md-info-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.md-info-split,.md-info-principles,.md-affiliate-panel,.md-contact-layout{grid-template-columns:1fr}.md-info-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.md-contact-side{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.md-info-hero{padding:62px 0}.md-info-card-grid,.md-info-country-grid,.md-field-row,.md-contact-side,.md-faq-grid{grid-template-columns:minmax(0,1fr)}.md-contact-form-card,.md-contact-side>div{padding:22px 18px}.md-affiliate-panel{padding:28px 20px}.md-info-cta{flex-direction:column}.md-info-cta .md-button,.md-contact-form .md-button{width:100%}}
/* Legal draft pages — v1.3.3 */
.md-legal-page,.md-legal-page *{box-sizing:border-box}.md-legal-page{width:100%;max-width:100%;overflow:clip;color:#10182d;background:#f6f7fb}
.md-legal-hero{padding:78px 0;color:#fff;background:linear-gradient(115deg,#071b3d,#41218d)}.md-legal-hero h1{max-width:900px;margin:8px 0 18px;color:#fff;font-size:clamp(2.7rem,6vw,5rem);line-height:1;letter-spacing:-.045em}.md-legal-hero>div>p:not(.md-deals-eyebrow){max-width:800px;color:#dfe7f4}.md-legal-draft{display:inline-flex;margin-top:18px;padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:rgba(255,255,255,.1);font-weight:800}
.md-legal-content{max-width:940px;margin:auto;padding:42px;border:1px solid #e4e7ec;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(7,27,61,.07)}.md-legal-content h2{margin:52px 0 14px;padding-top:8px;color:#071b3d;font-size:clamp(1.6rem,3vw,2.3rem)}.md-legal-content h2:first-of-type{margin-top:34px}.md-legal-content h3{margin:30px 0 10px;color:#2c1d66}.md-legal-content p,.md-legal-content li{color:#475467;line-height:1.75}.md-legal-content a{color:#7042d9;font-weight:750}.md-legal-content strong{color:#071b3d}.md-legal-toc{padding:24px;border:1px solid #ddd6fe;border-radius:15px;background:#f7f4ff}.md-legal-toc>strong{display:block;margin-bottom:12px;color:#071b3d;font-size:1.15rem}.md-legal-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 24px;margin:0;padding-left:20px}.md-legal-toc a{text-decoration:none}.md-legal-page a:focus-visible{outline:3px solid rgba(245,43,112,.45);outline-offset:3px}
@media(max-width:768px){.md-legal-content{padding:30px 24px}.md-legal-toc ol{grid-template-columns:minmax(0,1fr)}}
@media(max-width:390px){.md-legal-hero{padding:58px 0}.md-legal-content{padding:24px 18px;border-radius:16px}.md-legal-content h2{overflow-wrap:anywhere}}
/* Global header without public country selector — v1.3.5 */
.md-header-main__inner{
 grid-template-columns:auto minmax(320px,1fr) auto;
 column-gap:20px
}
.md-header-main__inner>.md-search{
 width:100%;
 min-width:0
}
.md-header-actions{
 min-width:0;
 flex-wrap:nowrap;
 justify-content:flex-end
}
@media(max-width:1100px){
 .md-header-main__inner{grid-template-columns:auto minmax(220px,1fr) auto;column-gap:14px}
}
@media(max-width:820px){
 .md-header-main__inner{grid-template-columns:auto minmax(0,1fr) auto}
}
/* Article 3053 — table of contents */
body.postid-3053 .md-article-toc{box-sizing:border-box;width:100%;margin:clamp(24px,4vw,40px) 0;padding:clamp(20px,3vw,30px);border:1px solid #e4e7ec;border-left:4px solid #7042d9;border-radius:16px;background:#f6f7fb;box-shadow:0 8px 24px rgba(7,27,61,.06)}
body.postid-3053 .md-article-toc h2{margin:0 0 14px;color:#071b3d;font-size:clamp(1.2rem,2vw,1.45rem)}
body.postid-3053 .md-article-toc ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:0;padding-left:1.2rem}
body.postid-3053 .md-article-toc li{min-width:0;line-height:1.45}
body.postid-3053 .md-article-toc a{color:#071b3d;text-decoration-color:#f52b70;text-underline-offset:3px}
body.postid-3053 .md-article-toc a:hover{color:#7042d9}
body.postid-3053 .md-article-toc a:focus-visible{outline:3px solid rgba(245,43,112,.35);outline-offset:3px;border-radius:3px}
body.postid-3053 :is(#choisir-bonne-periode,#comparer-transports,#trouver-hebergement-adapte,#manger-local-budget,#organiser-activites,#preparer-budget-realiste,#conseils-avant-depart,#conclusion){scroll-margin-top:120px}
@media(max-width:768px){body.postid-3053 .md-article-toc ul{grid-template-columns:1fr}}

/* Homepage visual corrections — 2026-07-19
 * Scoped to the homepage so other templates keep their approved layout.
 */
.md-home-final .md-home-hero h1{
  max-width:720px;
  font-size:clamp(2.7rem,4.2vw,4.25rem);
  line-height:1.02;
  overflow-wrap:normal;
  word-break:normal;
}
.md-home-final .md-home-country-grid{
  width:100%;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.md-home-final .md-home-country-grid>a{
  width:100%;
  min-width:0;
  min-height:184px;
  grid-template-columns:auto minmax(0,1fr) auto;
  grid-template-rows:auto;
  align-items:center;
  gap:14px;
  padding:24px;
  overflow:hidden;
}
.md-home-final .md-home-country-grid>a>.md-home-country-code{
  grid-row:auto;
  width:48px;
  min-width:48px;
  height:48px;
}
.md-home-final .md-home-country-grid>a>.md-home-country-copy{
  grid-row:auto;
  width:auto;
  min-width:0;
  height:auto;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:6px;
  padding:0;
  color:inherit;
  background:transparent;
  border-radius:0;
  text-align:left;
}
.md-home-final .md-home-country-copy strong,
.md-home-final .md-home-country-copy small{
  width:100%;
  min-width:0;
  height:auto;
  line-height:1.4;
  overflow-wrap:normal;
  word-break:normal;
  white-space:normal;
}
.md-home-final .md-home-country-copy strong{font-size:1.08rem;}
.md-home-final .md-home-country-copy small{font-size:.86rem;}
.md-home-final .md-home-country-grid>a>.md-icon{align-self:center;}

.md-home-final .md-home-category-grid{
  width:100%;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.md-home-final .md-home-category-grid>a{
  width:100%;
  min-width:0;
  min-height:218px;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
  padding:24px 20px;
  text-align:left;
  overflow:hidden;
}
.md-home-final .md-home-category-grid h3{
  margin:0;
  color:#071b3d;
  font-size:clamp(1rem,1.3vw,1.14rem);
  line-height:1.32;
  overflow-wrap:normal;
  word-break:normal;
}
.md-home-final .md-home-category-grid p{
  margin:0;
  color:#667085;
  font-size:.9rem;
  line-height:1.55;
  overflow-wrap:normal;
  word-break:normal;
}

@media(max-width:1100px){
  .md-home-final .md-home-country-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .md-home-final .md-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:820px){
  .md-home-final .md-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .md-home-final .md-home-hero h1{font-size:clamp(2.45rem,12vw,3.45rem);}
  .md-home-final .md-home-country-grid,
  .md-home-final .md-home-category-grid{grid-template-columns:minmax(0,1fr);}
  .md-home-final .md-home-country-grid>a{min-height:154px;padding:20px;}
  .md-home-final .md-home-category-grid>a{min-height:0;padding:22px 18px;}
}

/* Six approved homepage destinations — 2026-07-19 */
@media(min-width:1101px){
 .md-home-final .md-home-country-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

/* Phase 1 pre-launch neutral states */
.md-home .md-category-card > article,
.md-home .md-country-card > article,
.md-home .md-deal-card > article {
	display: contents;
}
.md-prelaunch-empty {
	width: 100%;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid rgba(7, 27, 61, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(7, 27, 61, 0.07);
	text-align: center;
}
.md-prelaunch-empty h2,
.md-prelaunch-empty h3 {
	margin-top: 0;
	color: #071b3d;
}
.md-prelaunch-empty p {
	max-width: 720px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Non-monetized demo controls — 2026-07-20 */
:where(.maghrebdeals-deals-page,.md-codes-page,.md-tourism,.md-shop,.md-newsletter) button:disabled,
.single-product .single_add_to_cart_button.disabled {
	opacity: .55 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
	box-shadow: none !important;
	transform: none !important;
}
:where(.maghrebdeals-deals-page,.md-codes-page,.md-tourism,.md-shop,.md-newsletter) button:disabled:hover,
:where(.maghrebdeals-deals-page,.md-codes-page,.md-tourism,.md-shop,.md-newsletter) button:disabled:focus,
.single-product .single_add_to_cart_button.disabled:hover,
.single-product .single_add_to_cart_button.disabled:focus {
	box-shadow: none !important;
	transform: none !important;
}