/* Press release reading — PDF letterhead look, real selectable text */
.mc-pr-read {
  background: #d5dae3;
  padding: 1rem 0 3rem;
  color: #111;
}
.mc-pr-read-shell { max-width: 900px; }

.mc-pr-read-crumbs { margin: 0 0 0.85rem; }
.mc-pr-read-crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  font-family: var(--priFont), sans-serif;
  font-size: 0.78rem;
  color: #5a6478;
}
.mc-pr-read-crumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 0.45rem;
  color: #8a93a8;
}
.mc-pr-read-crumbs a {
  color: #0942a2 !important;
  font-weight: 650;
  text-decoration: none !important;
}
.mc-pr-read-crumbs a:hover { text-decoration: underline !important; }

/* Letter-size sheet */
.mc-pr-sheet {
  max-width: 816px; /* ~letter width at 96dpi */
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 12px 40px rgba(20, 35, 70, 0.18);
  overflow: hidden;
}

.mc-pr-letterhead {
  position: relative;
  background: #f6b100;
  padding: 0.85rem 1.25rem 1.1rem;
}
.mc-pr-letterhead-bar {
  display: none;
}
.mc-pr-letterhead-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
}
.mc-pr-lh-en,
.mc-pr-lh-fr {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.78rem, 1.6vw, 0.95rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}
.mc-pr-lh-en { text-align: left; }
.mc-pr-lh-fr { text-align: right; }
.mc-pr-crest {
  width: 88px;
  height: 88px;
  object-fit: contain;
  display: block;
  background: transparent;
  border-radius: 50%;
  box-shadow: none;
}

.mc-pr-sheet-body {
  padding: 1.35rem 2.1rem 1.75rem;
  font-family: Arial, Helvetica, sans-serif;
}
.mc-pr-fir {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}
.mc-pr-sheet-title {
  margin: 0 0 1.15rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  text-align: left;
}

/* Compact share row on the communiqué sheet */
.mc-pr-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin: -0.35rem 0 1rem;
}
.mc-pr-share button,
.mc-pr-share a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border: 1px solid #d4d9e3;
  border-radius: 999px;
  background: #f7f8fb;
  color: #26324a !important;
  font-family: var(--priFont), Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.32rem 0.62rem;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.mc-pr-share button:hover,
.mc-pr-share a:hover {
  background: #eef1f7;
  border-color: #b9c2d4;
}
.mc-pr-share svg { flex: 0 0 auto; }

.mc-pr-sheet-content {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #111;
  text-align: justify;
  hyphens: auto;
}
.mc-pr-sheet-content p {
  margin: 0 0 0.95rem;
}
.mc-pr-sheet-content .mc-pr-dateline {
  font-weight: 700;
}
.mc-pr-sheet-content .mc-pr-quote {
  font-weight: 700;
}
.mc-pr-about-h {
  margin: 1.35rem 0 0.55rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.mc-pr-media-contact {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
}
.mc-pr-media-contact h2 {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
}
.mc-pr-media-contact p {
  margin: 0 0 0.2rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #111;
}
.mc-pr-media-contact a {
  color: #111 !important;
  font-weight: 700;
  text-decoration: none !important;
}
.mc-pr-media-contact a:hover {
  text-decoration: underline !important;
}

/* PDF-style navy footer */
.mc-pr-sheet-foot {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 0.75rem 1rem;
  align-items: center;
  background: #0b2860;
  color: #fff;
  padding: 0.85rem 1.15rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  line-height: 1.35;
}
.mc-pr-foot-col {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}
.mc-pr-foot-col div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.mc-pr-foot-col--web {
  background: #0942a2;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  justify-content: flex-start;
}
.mc-pr-foot-svg {
  flex: 0 0 auto;
  color: #fff;
  opacity: 0.95;
}
.mc-pr-sheet-foot a,
.mc-pr-sheet-foot span {
  color: #fff !important;
  text-decoration: none !important;
  word-break: break-word;
}
.mc-pr-sheet-foot a:hover {
  text-decoration: underline !important;
}

.mc-pr-read-nav {
  margin: 1.15rem 0 0;
  text-align: center;
}
.mc-pr-read-nav a {
  font-family: var(--priFont), sans-serif;
  font-size: 0.88rem;
  font-weight: 750;
  color: #0942a2 !important;
  text-decoration: none !important;
}
.mc-pr-read-nav a:hover { text-decoration: underline !important; }

.mc-pr-others {
  margin-top: 1.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid #b8c0d0;
}
.mc-pr-others h2 {
  margin: 0 0 0.7rem;
  font-family: var(--priFont), sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0b2860;
  text-align: center;
}
.mc-pr-others ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.mc-pr-others li {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 0.65rem;
  font-size: 0.9rem;
}
.mc-pr-others time {
  font-family: var(--priFont), sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  color: #5a6478;
}
.mc-pr-others a {
  color: #121826 !important;
  font-weight: 650;
  text-decoration: none !important;
}
.mc-pr-others a:hover {
  color: #0942a2 !important;
  text-decoration: underline !important;
}

@media (max-width: 720px) {
  .mc-pr-sheet-body { padding: 1.1rem 1.15rem 1.35rem; }
  .mc-pr-sheet-content { text-align: left; }
  .mc-pr-crest { width: 72px; height: 72px; }
  .mc-pr-lh-en,
  .mc-pr-lh-fr { font-size: 0.68rem; }
  .mc-pr-sheet-foot {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .mc-pr-others li { grid-template-columns: 1fr; gap: 0.1rem; }
}

@media print {
  .mc-pr-read { background: #fff; padding: 0; }
  .mc-pr-read-crumbs,
  .mc-pr-read-nav,
  .mc-pr-others,
  .mc-pr-share,
  .mc-site-header,
  .mc-site-footer { display: none !important; }
  .mc-pr-sheet { box-shadow: none; max-width: none; }
}
