/* Public banners share the full-width frame; content cards retain their own layout. */
.v3-main { container-type: inline-size; }
.v3-body .v3-main .mogador-full-hero {
  width: 100cqw;
  max-width: none;
  margin-block-start: 0;
  margin-inline: calc(50% - 50cqw);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.v3-body .v3-main .mogador-full-hero:not(:has(> .v3-shell)):not(.dv7-hero) {
  padding-inline: max(24px, calc((100cqw - 1440px) / 2));
}
.mogador-full-hero .mogador-hero-breadcrumb {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  padding-top: 0;
}
.v3-hero .mogador-hero-breadcrumb ol,
.v3-hero .mogador-hero-breadcrumb a { color: #e4e9e7; }
@media (max-width: 680px) {
  .v3-body .v3-main .mogador-full-hero:not(:has(> .v3-shell)):not(.dv7-hero) {
    padding-inline: 24px;
  }
  .mogador-full-hero .mogador-hero-breadcrumb { margin-bottom: 22px; }
}
/* Existing editorial columns retained; only space the optional subtitle. */
.mogador-home-presentation-subtitle { font-size: 18px; line-height: 1.6; margin: -12px 0 28px; color: #243c43; }
