body.medical-marketing-open { overflow: hidden; }
body.medical-marketing-open > #root,
body.medical-marketing-open > #rifd-pharmacy-services-root,
body.medical-marketing-open > #rifd-pharmacy-roster-root,
body.medical-marketing-open > #rifd-narcotic-root { visibility: hidden !important; }

.departments-stage.departments-stage-seven {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  width: min(1280px, 95vw);
  gap: 14px 16px;
}
.departments-stage-seven .department { min-height: 142px; padding: 21px 22px; }
.departments-stage-seven .department:nth-of-type(n+5) { transform: rotate(var(--tilt)) rotateX(5deg) translateX(-52%) translateZ(12px); }
.departments-stage-seven .department:nth-of-type(n+5):hover,
.departments-stage-seven .department:nth-of-type(n+5):focus-visible { transform: rotate(0) rotateX(0) translateX(-52%) translateY(-12px) translateZ(45px) scale(1.025); }
.medical-marketing-entry { --tilt: -1.3deg; }
.mm-ai-tag {
  position: absolute;
  top: 13px;
  right: 17px;
  z-index: 2;
  color: #073d34;
  background: #8ff5d7;
  border: 1px solid #c8ffef;
  border-radius: 999px;
  padding: 4px 8px;
  font: 900 7px/1 Tahoma, Arial, sans-serif;
  letter-spacing: .08em;
  box-shadow: 0 6px 15px #08372a2e;
}

.mm-shell {
  --mm-navy: #1b3a6b;
  --mm-navy-dark: #102849;
  --mm-mint: #33d6a6;
  --mm-gold: #e8b84b;
  --mm-violet: #6f46ea;
  --mm-ink: #172a45;
  --mm-muted: #6f7e92;
  --mm-line: #e0e7ef;
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow-y: auto;
  color: var(--mm-ink);
  background: #f4f7fa;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  direction: rtl;
}
.mm-shell[hidden] { display: none !important; }
.mm-shell *, .mm-shell *::before, .mm-shell *::after { box-sizing: border-box; }
.mm-shell button, .mm-shell input, .mm-shell textarea { font: inherit; }
.mm-shell button { cursor: pointer; }
.mm-shell svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.mm-topbar {
  height: 82px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--mm-navy);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--mm-line);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.mm-brand { display: flex; align-items: center; gap: 12px; border: 0; background: transparent; color: inherit; text-align: right; }
.mm-brand > i { width: 1px; height: 35px; background: linear-gradient(transparent, #9db0c8, transparent); }
.mm-rifd { font-size: 30px; font-weight: 950; letter-spacing: -2px; color: transparent; background: linear-gradient(135deg, var(--mm-navy), #7751dc); background-clip: text; }
.mm-brand > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.mm-brand strong { font-size: 12px; }
.mm-brand small { color: #8492a5; font-size: 7px; letter-spacing: .12em; }
.mm-profile { display: flex; align-items: center; gap: 10px; }
.mm-profile > span { display: flex; flex-direction: column; text-align: left; }
.mm-profile strong { font-size: 10px; }
.mm-profile small { margin-top: 3px; color: var(--mm-muted); font-size: 8px; }
.mm-profile > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(145deg, var(--mm-navy), #27618c); font-size: 13px; }

.mm-main { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 50px; }
.mm-back-rifd, .mm-page-back { border: 0; background: transparent; color: #738197; display: flex; align-items: center; gap: 7px; padding: 0 0 15px; font-size: 11px; font-weight: 800; }
.mm-back-rifd svg { width: 16px; }
.mm-page-back svg { width: 15px; transform: rotate(180deg); }

.mm-hero {
  min-height: 300px;
  padding: 44px 50px;
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  overflow: hidden;
  position: relative;
  color: white;
  background: linear-gradient(125deg, #122c51, #1b3a6b 65%, #214b72);
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(27,58,107,.18);
}
.mm-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.mm-hero-copy { z-index: 1; max-width: 680px; }
.mm-eyebrow { width: fit-content; min-height: 30px; padding: 0 12px; display: flex; align-items: center; gap: 8px; color: #8ef2d4; background: rgba(51,214,166,.1); border: 1px solid rgba(109,233,196,.2); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.mm-eyebrow svg { width: 14px; }
.mm-hero h1 { margin: 12px 0 8px; font-size: clamp(42px, 5vw, 68px); line-height: 1; font-weight: 950; letter-spacing: -3px; }
.mm-hero p { max-width: 640px; margin: 0; color: #ccdae8; font-size: 14px; line-height: 1.9; }
.mm-hero-copy > div { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 11px; }
.mm-hero-copy > div span { display: flex; align-items: center; gap: 7px; color: #dce8f3; font-size: 10px; }
.mm-hero-copy > div svg { width: 16px; color: #6de8c2; }
.mm-ai-orbit { width: 230px; aspect-ratio: 1; justify-self: center; position: relative; display: grid; place-items: center; }
.mm-ai-orbit::before, .mm-ai-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(111,232,195,.25); }
.mm-ai-orbit::before { inset: 0; }
.mm-ai-orbit::after { inset: 18%; border-style: dashed; border-color: rgba(232,184,75,.35); }
.mm-ai-orbit > i { width: 9px; height: 9px; position: absolute; border-radius: 50%; background: var(--mm-mint); box-shadow: 0 0 20px var(--mm-mint); }
.mm-ai-orbit > i:first-child { top: 17%; left: 17%; }
.mm-ai-orbit > i:nth-child(2) { bottom: 8%; right: 27%; background: var(--mm-gold); }
.mm-ai-orbit > span { width: 100px; aspect-ratio: 1; border-radius: 32px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #5c3fd0, #8754f1); transform: rotate(-8deg); box-shadow: 0 24px 45px rgba(91,58,208,.35); }
.mm-ai-orbit > span svg { width: 28px; transform: rotate(8deg); }
.mm-ai-orbit > span b { font-size: 18px; transform: rotate(8deg); }

.mm-choose { margin-top: 28px; }
.mm-choose > header { display: flex; justify-content: space-between; align-items: end; padding: 0 4px 15px; }
.mm-choose header > div > span { color: #159e7a; font-size: 10px; font-weight: 900; }
.mm-choose h2 { margin: 4px 0 0; color: var(--mm-navy); font-size: 30px; }
.mm-choose header p { color: var(--mm-muted); font-size: 11px; }
.mm-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mm-option { min-height: 365px; padding: 27px; position: relative; overflow: hidden; text-align: right; border: 1px solid var(--mm-line); border-radius: 26px; color: var(--mm-ink); background: white; box-shadow: 0 14px 40px rgba(27,58,107,.07); transition: .25s ease; }
.mm-option::before { content: ""; position: absolute; width: 250px; aspect-ratio: 1; left: -100px; top: -100px; border-radius: 50%; opacity: .16; background: currentColor; }
.mm-option:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(27,58,107,.13); }
.mm-option.service { color: #6f46ea; }
.mm-option.doctor { color: #139c77; }
.mm-option-top { display: flex; justify-content: space-between; align-items: start; position: relative; }
.mm-option-top > i { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; color: white; background: currentColor; box-shadow: 0 14px 30px color-mix(in srgb, currentColor 25%, transparent); }
.mm-option-top svg { width: 29px; }
.mm-option-top b { color: #aab4c2; font-size: 12px; letter-spacing: .12em; }
.mm-option > small { display: block; margin-top: 22px; color: currentColor; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.mm-option > strong { display: block; margin-top: 4px; color: var(--mm-navy); font-size: 30px; }
.mm-option > p { max-width: 470px; min-height: 52px; margin: 9px 0 14px; color: var(--mm-muted); font-size: 12px; line-height: 1.8; }
.mm-points { display: flex; flex-wrap: wrap; gap: 8px; }
.mm-points i { display: flex; align-items: center; gap: 5px; color: #536177; background: #f4f7fa; border: 1px solid #e6ebf1; border-radius: 999px; padding: 6px 9px; font-size: 9px; font-style: normal; }
.mm-points svg { width: 12px; color: #159c78; }
.mm-option > em { position: absolute; right: 27px; left: 27px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; color: currentColor; font-size: 11px; font-style: normal; font-weight: 900; }
.mm-option > em svg { width: 18px; }

.mm-request-head { margin-bottom: 18px; padding: 27px 30px; display: flex; align-items: center; gap: 18px; color: white; background: linear-gradient(118deg, var(--mm-navy-dark), var(--mm-navy)); border-radius: 24px; box-shadow: 0 15px 40px rgba(27,58,107,.13); }
.mm-request-head > i { width: 65px; height: 65px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 20px; color: #d0c4ff; background: rgba(111,70,234,.25); border: 1px solid rgba(255,255,255,.1); }
.mm-request-head.doctor > i { color: #7df0ce; background: rgba(51,214,166,.17); }
.mm-request-head > i svg { width: 30px; }
.mm-request-head span { color: #7ae9c8; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.mm-request-head h1 { margin: 4px 0 3px; font-size: 28px; }
.mm-request-head p { margin: 0; color: #cbd8e6; font-size: 12px; }
.mm-request-layout { display: grid; grid-template-columns: 1fr 310px; gap: 22px; align-items: start; }
.mm-form { padding: 26px; display: flex; flex-direction: column; gap: 18px; background: white; border: 1px solid var(--mm-line); border-radius: 24px; box-shadow: 0 12px 35px rgba(27,58,107,.05); }
.mm-form label { display: flex; flex-direction: column; gap: 7px; }
.mm-form label > span { color: #2c3b50; font-size: 14px; font-weight: 900; }
.mm-form em { color: #e45353; font-style: normal; }
.mm-form input, .mm-form textarea { width: 100%; color: var(--mm-ink); background: #fbfcfe; border: 1px solid #dce4ee; border-radius: 14px; outline: none; padding: 13px 15px; font-size: 13px; }
.mm-form textarea { min-height: 250px; resize: vertical; line-height: 1.9; }
.mm-form textarea.short { min-height: 100px; }
.mm-form input:focus, .mm-form textarea:focus { border-color: rgba(47,111,237,.6); box-shadow: 0 0 0 4px rgba(47,111,237,.08); }
.mm-form label > small { color: var(--mm-muted); font-size: 10px; }
.mm-example { width: fit-content; padding: 9px 13px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 11px; color: #6442c8; background: #f1edff; font-size: 10px; font-weight: 900; }
.mm-example svg { width: 14px; }
.mm-form > footer { width: 100%; height: auto; min-height: 0; margin-top: 2px; padding: 18px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 15px; position: static; z-index: auto; color: var(--mm-ink); background: transparent; border-top: 1px solid #e6ebf1; backdrop-filter: none; }
.mm-form > footer > span { display: flex; align-items: center; gap: 8px; }
.mm-form > footer > span > svg { width: 19px; color: #159b79; }
.mm-form > footer b { display: flex; flex-direction: column; }
.mm-form > footer strong { font-size: 10px; }
.mm-form > footer small { margin-top: 2px; color: var(--mm-muted); font-size: 8px; }
.mm-form > footer > div { display: flex; gap: 8px; }
.mm-form > footer button { min-height: 43px; padding: 0 16px; border: 1px solid #d7dfe9; border-radius: 12px; color: #66758a; background: white; font-size: 11px; font-weight: 900; }
.mm-form > footer button[type="submit"] { display: flex; align-items: center; gap: 7px; border: 0; color: white; background: linear-gradient(135deg, var(--mm-navy), #245690); box-shadow: 0 9px 22px rgba(27,58,107,.18); }
.mm-form > footer button svg { width: 15px; }
.mm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mm-aside { padding: 25px; color: white; background: linear-gradient(150deg, #182d50, #1b3a6b); border-radius: 23px; box-shadow: 0 15px 36px rgba(27,58,107,.15); }
.mm-aside > span { color: #69e3be; font-size: 9px; font-weight: 900; }
.mm-aside h2 { margin: 6px 0 20px; font-size: 20px; line-height: 1.5; }
.mm-aside ol { display: flex; flex-direction: column; gap: 17px; }
.mm-aside li { display: flex; align-items: center; gap: 10px; }
.mm-aside li > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #68e3bd; background: rgba(51,214,166,.14); font-size: 8px; }
.mm-aside li > span { display: flex; flex-direction: column; }
.mm-aside li strong { font-size: 10px; }
.mm-aside li small, .mm-aside > p { color: #b8cade; font-size: 9px; line-height: 1.7; }

.mm-preview-head { padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: white; border: 1px solid var(--mm-line); border-radius: 23px; box-shadow: 0 12px 35px rgba(27,58,107,.06); }
.mm-preview-head > div:first-child > span { color: #159b79; font-size: 10px; font-weight: 900; }
.mm-preview-head h1 { margin: 4px 0; color: var(--mm-navy); font-size: 25px; }
.mm-preview-head p { margin: 0; color: var(--mm-muted); font-size: 11px; }
.mm-preview-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.mm-preview-actions button { min-height: 43px; padding: 0 13px; display: flex; align-items: center; gap: 7px; border-radius: 12px; font-size: 10px; font-weight: 900; }
.mm-preview-actions svg { width: 16px; }
.mm-preview-actions .pdf { color: #9b2d3b; border: 1px solid #edc9cf; background: #fff8f9; }
.mm-preview-actions .png { color: #117a60; border: 1px solid #bde3d7; background: #f4fcf9; }
.mm-preview-actions .edit { color: white; border: 0; background: linear-gradient(135deg, var(--mm-navy), #245690); }
.mm-preview-actions .cancel { color: #b43d4a; border: 1px solid #f0c9cd; background: #fff7f8; }
.mm-preview-actions button:disabled { cursor: wait; opacity: .65; }
.mm-preview-grid { margin-top: 24px; display: grid; grid-template-columns: minmax(370px, 610px) 270px; justify-content: center; align-items: start; gap: 20px; }

.mm-poster { width: 100%; aspect-ratio: 8/7; overflow: hidden; isolation: isolate; position: relative; color: #052976; background: #fff; box-shadow: 0 28px 70px rgba(5,41,118,.2); }
.mm-naif-poster { font-family: "Ping AR", "DIN Next LT Arabic", Tahoma, Arial, sans-serif; }
.mm-naif-photo { position: absolute; z-index: -4; inset: 0 30% 8% 0; overflow: hidden; }
.mm-naif-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 49% 48%; filter: saturate(.86) contrast(.96); }
.mm-naif-fade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.05) 31%, rgba(255,255,255,.76) 55%, #fff 75%), linear-gradient(180deg, rgba(255,255,255,0) 69%, #fff 92%); }
.mm-rc-logo { position: absolute; z-index: 5; top: 4.2%; right: 3.2%; width: 23%; height: auto; object-fit: contain; }
.mm-naif-panel { position: absolute; z-index: 2; top: 14.6%; right: 2.8%; width: 56.3%; min-height: 54.3%; overflow: hidden; padding: 3.2% 0 3.1%; text-align: center; border-radius: 5.7% / 8%; background: rgba(255,255,255,.82); box-shadow: 0 8px 24px rgba(35,57,103,.06); backdrop-filter: blur(1.5px); }
.mm-naif-panel h2 { margin: 0; padding: 0 7%; color: #20cc76; font-size: clamp(22px, 3.55vw, 44px); line-height: 1.25; font-weight: 700; text-wrap: balance; overflow-wrap: anywhere; }
.mm-naif-panel h2.medium { font-size: clamp(19px, 3vw, 37px); }
.mm-naif-panel h2.compact { font-size: clamp(16px, 2.55vw, 31px); }
.mm-naif-meta { width: 74%; margin: 3.8% auto 3%; display: flex; align-items: center; justify-content: space-between; gap: 8%; font-size: clamp(11px, 1.85vw, 23px); line-height: 1.25; }
.mm-naif-meta strong { color: #052976; font-weight: 700; }
.mm-naif-meta span { color: #812fff; font-weight: 400; }
.mm-naif-highlight { min-height: 15%; padding: 3.2% 6%; display: grid; place-items: center; color: #052976; background: #ecf8ff; font-size: clamp(14px, 2.55vw, 32px); line-height: 1.45; font-weight: 400; }
.mm-naif-lines { padding: 5.2% 8% 0; display: grid; gap: clamp(7px, 1.7vw, 21px); }
.mm-naif-lines p { margin: 0; color: #052976; font-size: clamp(12px, 1.95vw, 25px); line-height: 1.5; font-weight: 400; }
.mm-naif-cta { margin: 3.2% 7% 0; color: #812fff; font-size: clamp(9px, 1.25vw, 16px); line-height: 1.45; font-weight: 400; }
.mm-naif-guide-lines { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.mm-naif-guide-lines i { position: absolute; left: -4%; width: 44%; height: 1.5px; transform-origin: left center; }
.mm-naif-guide-lines i:first-child { bottom: 12.5%; background: #812fff; transform: rotate(49deg); }
.mm-naif-guide-lines i:nth-child(2) { bottom: 12.5%; background: #4cc4ff; transform: rotate(17deg); }
.mm-poster > footer { position: absolute; z-index: 4; inset: auto 5.9% 2.9% 5.8%; width: auto; min-height: 0; padding: 0; display: flex; flex-direction: row-reverse; align-items: flex-end; justify-content: space-between; color: #052976; background: transparent; border: 0; }
.mm-poster > footer span { font-size: clamp(7px, .9vw, 12px); letter-spacing: .01em; }
.mm-poster > footer strong { font-size: clamp(10px, 1.35vw, 17px); font-weight: 400; }
.mm-identity-note { padding: 18px; display: flex; gap: 10px; color: var(--mm-navy); background: white; border: 1px solid #dfe6ef; border-radius: 18px; box-shadow: 0 12px 30px rgba(27,58,107,.06); }
.mm-identity-note > svg { width: 21px; flex: 0 0 auto; color: #159b79; }
.mm-identity-note strong { font-size: 11px; }
.mm-identity-note p { color: var(--mm-muted); font-size: 9px; line-height: 1.75; }
.mm-identity-note b { color: #168465; font-size: 9px; }

.mm-success { min-height: 610px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: white; border: 1px solid var(--mm-line); border-radius: 29px; box-shadow: 0 18px 50px rgba(27,58,107,.07); }
.mm-success > i { width: 78px; height: 78px; display: grid; place-items: center; color: #149673; background: #ddf8f0; border-radius: 25px; }
.mm-success > i svg { width: 36px; }
.mm-success > span { margin-top: 20px; color: #149673; font-size: 11px; font-weight: 900; }
.mm-success h1 { margin: 6px 0 10px; color: var(--mm-navy); font-size: 31px; }
.mm-success p { max-width: 560px; margin: 0; color: var(--mm-muted); font-size: 12px; line-height: 1.9; }
.mm-success button { margin-top: 23px; padding: 13px 20px; border: 0; border-radius: 13px; color: white; background: var(--mm-navy); font-size: 11px; font-weight: 900; }

@media (max-width: 1050px) {
  .departments-stage.departments-stage-seven { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
  .departments-stage-seven .department:nth-of-type(n+5) { transform: rotate(var(--tilt)) rotateX(5deg) translateX(0) translateZ(12px); }
  .departments-stage-seven .department:nth-of-type(n+5):hover,
  .departments-stage-seven .department:nth-of-type(n+5):focus-visible { transform: rotate(0) rotateX(0) translateY(-12px) translateZ(45px) scale(1.025); }
}
@media (max-width: 900px) {
  .departments-stage.departments-stage-seven { grid-template-columns: 1fr 1fr; }
  .departments-stage-seven .department { transform: rotate(var(--tilt)) !important; }
  .mm-hero { grid-template-columns: 1fr; }
  .mm-ai-orbit { position: absolute; left: -35px; bottom: -70px; opacity: .45; transform: scale(.8); }
  .mm-hero-copy { max-width: 85%; }
  .mm-request-layout { grid-template-columns: 1fr; }
  .mm-aside { grid-row: 2; }
  .mm-preview-head { align-items: stretch; flex-direction: column; }
  .mm-preview-actions { justify-content: flex-start; }
  .mm-preview-grid { grid-template-columns: minmax(330px, 580px); }
  .mm-identity-note { order: -1; }
}
@media (max-width: 560px) {
  .departments-stage.departments-stage-seven { grid-template-columns: 1fr; }
  .departments-stage-seven .department { min-height: 116px; }
  .mm-topbar { height: 70px; padding: 0 15px; }
  .mm-profile > span { display: none; }
  .mm-main { width: calc(100% - 24px); padding-top: 17px; }
  .mm-hero { min-height: 330px; padding: 28px 23px; align-items: start; border-radius: 23px; }
  .mm-hero h1 { font-size: 43px; }
  .mm-hero p { font-size: 13px; }
  .mm-hero-copy { max-width: 100%; }
  .mm-hero-copy > div { flex-direction: column; gap: 9px; }
  .mm-ai-orbit { opacity: .22; left: -70px; }
  .mm-choose > header { align-items: start; flex-direction: column; gap: 7px; }
  .mm-choose h2 { font-size: 25px; }
  .mm-options { grid-template-columns: 1fr; }
  .mm-option { min-height: 355px; padding: 23px; }
  .mm-option > em { right: 23px; left: 23px; }
  .mm-request-head { padding: 21px; align-items: flex-start; }
  .mm-request-head > i { width: 53px; height: 53px; border-radius: 16px; }
  .mm-request-head h1 { font-size: 22px; }
  .mm-request-head p { line-height: 1.7; }
  .mm-form { padding: 18px; border-radius: 19px; }
  .mm-form-row { grid-template-columns: 1fr; }
  .mm-form > footer { align-items: stretch; flex-direction: column; }
  .mm-form > footer > div { width: 100%; }
  .mm-form > footer button { flex: 1; justify-content: center; }
  .mm-preview-head { padding: 19px; }
  .mm-preview-head h1 { font-size: 21px; }
  .mm-preview-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .mm-preview-actions button { justify-content: center; padding: 0 8px; font-size: 9px; }
  .mm-preview-grid { grid-template-columns: minmax(0, 1fr); }
  .mm-rc-logo { width: 23%; }
}

@media print {
  body.medical-marketing-open > *:not(#rifd-medical-marketing-root) { display: none !important; }
  .mm-topbar, .mm-preview-head, .mm-identity-note { display: none !important; }
  .mm-shell { position: static; overflow: visible; background: white; }
  .mm-main { width: 100%; padding: 0; }
  .mm-preview-grid { display: block; margin: 0; }
  .mm-poster { width: 320mm; height: 280mm; box-shadow: none; }
}
