html,
body.mondo5-page {
  --mondo5-bg: #f4f0e8;
  --mondo5-bg-soft: #faf7f1;
  --mondo5-panel: rgba(255, 252, 247, 0.94);
  --mondo5-border: rgba(76, 58, 46, 0.12);
  --mondo5-shadow: rgba(35, 26, 20, 0.12);
  --mondo5-text: #221d1a;
  --mondo5-accent: #6d2336;
  --mondo5-accent-strong: #4d1b28;
  --mondo5-gold: #c5a05a;
  --mondo5-gold-strong: #a2782f;
  background:
    radial-gradient(circle at top left, rgba(197, 160, 90, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(109, 35, 54, 0.07), transparent 24%),
    linear-gradient(180deg, var(--mondo5-bg) 0%, var(--mondo5-bg-soft) 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  color: var(--mondo5-text);
}

body.mondo5-page .navbar-helpers-bar__sidebars-toggles-wrapper {
  display: none;
}

body.mondo5-page .full-width-container {
  width: 100%;
  max-width: 1740px;
  overflow-x: clip;
}

body.mondo5-page .mondo5-hero-row {
  display: none;
}

body.mondo5-page .mondo5-content-row {
  align-items: flex-start;
  position: relative;
  margin-inline: 0;
  margin-top: 0;
  padding: 0 clamp(12px, 1.3vw, 20px) clamp(16px, 1.4vw, 22px);
  border: 1px solid rgba(76, 58, 46, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(250, 246, 239, 0.84) 0%, rgba(255, 252, 247, 0.74) 100%);
  box-shadow: 0 18px 40px rgba(35, 26, 20, 0.06);
}

body.mondo5-page .mondo5-content-row > [class*="col-"]:not(.mondo5-sidebar-col) {
  position: relative;
  z-index: 1;
}

body.mondo5-page .mondo5-main-col {
  order: 1;
}

body.mondo5-page .mondo5-sidebar-col {
  order: 2;
}

body.mondo5-page .mondo5-sidebar-col .sidebar-close-toggle {
  display: none;
}

body.mondo5-page .mondo5-sidebar-col .sidebar--left {
  position: sticky;
  top: 24px;
  max-width: 360px;
  margin-left: auto;
  padding: 14px;
  background: linear-gradient(180deg, rgba(252, 248, 242, 0.78) 0%, rgba(247, 241, 233, 0.9) 100%);
  border: 1px solid rgba(76, 58, 46, 0.08);
  box-shadow: 0 18px 34px rgba(35, 26, 20, 0.08);
}

body.mondo5-page .mondo5-sidebar-col .sidebar__content {
  display: grid;
  gap: 16px;
}

body.mondo5-page .mondo5-sidebar-col .sidebar__teaser-item,
body.mondo5-page .mondo5-sidebar-col .sidebar__reviews-item,
body.mondo5-page .mondo5-sidebar-col iframe {
  border-radius: 22px;
  overflow: hidden;
}

body.mondo5-page .mondo5-sidebar-col .sidebar__teaser-item,
body.mondo5-page .mondo5-sidebar-col .sidebar__reviews-item {
  box-shadow: 0 14px 30px rgba(35, 26, 20, 0.08);
}

body.mondo5-page .mondo5-sidebar-col .sidebar__teaser-item:first-child {
  position: relative;
}

body.mondo5-page .mondo5-sidebar-col .sidebar__teaser-item:first-child::after {
  content: "Le starred sono anche in prima fila";
  display: block;
  padding: 0.7rem 1rem 1rem;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  opacity: 0.88;
}

body.mondo5-page .mondo5-main-col .main-content-wrapper {
  margin-top: 0 !important;
  padding: 0 clamp(8px, 1.15vw, 14px) clamp(14px, 1.4vw, 20px) !important;
}

body.mondo5-page .image-grid__paginator-wrapper {
  display: none !important;
}

body.mondo5-page .main-content-wrapper .image-grid__title,
body.mondo5-page .main-content-wrapper .image-grid__title i,
body.mondo5-page .main-content-wrapper .image-grid__item-name {
  color: var(--mondo5-accent) !important;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__title-wrapper,
body.mondo5-page .main-content-wrapper > .image-grid:first-child > .mondo5-language-filters,
body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-inline: 0;
  text-align: left;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__title-wrapper {
  margin-bottom: 0.14rem;
  margin-top: 0 !important;
  text-align: left;
  align-self: flex-start;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child .image-grid__title {
  justify-content: flex-start;
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  line-height: 1;
}

body.mondo5-page .mondo5-overlay-panels {
  display: none;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .mondo5-language-filters,
body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
  justify-content: flex-start;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
  margin: 0 0 0.9rem;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .icon-check,
body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .color-primary {
  color: var(--mondo5-accent) !important;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .radio-label {
  color: var(--mondo5-text) !important;
}

body.mondo5-page .mondo5-is-empty,
body.mondo5-page .mondo5-is-hidden-by-lang,
body.mondo5-page .mondo5-is-pending {
  display: none !important;
}

body.mondo5-page .mondo5-is-revealed {
  animation: mondo5-card-enter 0.4s ease both;
}

body.mondo5-page .mondo5-infinite-sentinel {
  width: 100%;
  height: 1px;
}

@keyframes mondo5-card-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.mondo5-page .mondo5-featured-row {
  margin: 0 0 clamp(26px, 3vw, 38px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.mondo5-page .mondo5-featured-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

body.mondo5-page .mondo5-featured-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  background: rgba(109, 35, 54, 0.09);
  color: var(--mondo5-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.mondo5-page .mondo5-featured-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.02;
  color: var(--mondo5-text);
}

body.mondo5-page .mondo5-language-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin: 0 0 1rem;
  padding-inline: 0;
}

body.mondo5-page .mondo5-language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 40px;
  padding: 0.54rem 0.88rem;
  border: 1px solid var(--mondo5-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--mondo5-text);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(35, 26, 20, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

body.mondo5-page .mondo5-language-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(35, 26, 20, 0.1);
}

body.mondo5-page .mondo5-language-toggle.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--mondo5-accent) 0%, var(--mondo5-accent-strong) 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(77, 27, 40, 0.18);
}

body.mondo5-page .mondo5-language-toggle-flag {
  width: 24px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.08);
}

body.mondo5-page .mondo5-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.9vw, 24px);
}

body.mondo5-page .mondo5-card {
  min-width: 0;
}

body.mondo5-page .mondo5-featured-grid > .image-grid__item,
body.mondo5-page .mondo5-featured-grid > .mondo5-card {
  width: 100% !important;
  max-width: none;
  min-width: 0;
  margin: 0;
  justify-self: stretch;
}

body.mondo5-page .mondo5-card .image-grid__item-content {
  display: block;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: none;
}

body.mondo5-page .mondo5-card .image-grid__item-content:hover {
  transform: none;
  box-shadow: none;
  filter: none;
}

body.mondo5-page .mondo5-card .image-grid__item-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: auto;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(35, 26, 20, 0.1);
}

body.mondo5-page .mondo5-card .image-grid__item-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

body.mondo5-page .mondo5-featured-grid .mondo5-card .image-grid__item-image-wrapper {
  width: 100%;
  aspect-ratio: 250 / 170;
}

body.mondo5-page .mondo5-featured-grid .mondo5-card .image-grid__item-image {
  height: 100%;
}

body.mondo5-page .mondo5-card .image-grid__item-title {
  margin-top: 0.7rem;
  padding: 0;
}

body.mondo5-page .mondo5-card-name-line,
body.mondo5-page .main-content-wrapper .mondo5-card-name-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  min-width: 0;
}

body.mondo5-page .mondo5-card-languages {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  min-height: 18px;
}

body.mondo5-page .mondo5-card-language-flag {
  width: 22px;
  height: 15px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.08);
}

body.mondo5-page .mondo5-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.65rem;
  min-height: 34px;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 10px 24px rgba(17, 17, 17, 0.18);
}

body.mondo5-page .mondo5-card-badge--weekly {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, #ff3e87 0%, #ff0f72 42%, #b00063 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 12px 28px rgba(176, 0, 99, 0.26);
}

body.mondo5-page .mondo5-card-badge--starred {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.45), transparent 34%),
    linear-gradient(135deg, #ffe889 0%, #ffc91d 48%, #e0a000 100%);
  color: #111111;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 12px 28px rgba(208, 156, 18, 0.24);
}

body.mondo5-page .mondo5-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.32rem;
  color: rgba(29, 29, 29, 0.62);
  font-size: 0.82rem;
  font-weight: 600;
}

body.mondo5-page .mondo5-card .image-grid__item-title {
  margin-top: 0.7rem;
  padding: 0;
}

body.mondo5-page .mondo5-card .image-grid__item-name {
  display: inline;
  line-height: 1.1;
}

body.mondo5-page .mondo5-card--weekly .image-grid__item-name {
  color: inherit !important;
}

body.mondo5-page .mondo5-card--weekly .image-grid__item-content {
  background: transparent;
  outline: 0;
}

body.mondo5-page .mondo5-card--starred .image-grid__item-content {
  outline: 0;
}

body.mondo5-page .mondo5-drawer-backdrop,
body.mondo5-page .mondo5-drawer-handle,
body.mondo5-page .mondo5-drawer-header {
  display: none;
}

@media (min-width: 992px) {
  body.mondo5-page .main-content-wrapper > .image-grid:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: clamp(1rem, 2vw, 1.5rem);
    row-gap: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__title-wrapper {
    order: 1;
    flex: 0 0 auto;
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .mondo5-language-filters {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    align-self: flex-start;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
    order: 3;
    flex: 0 0 100%;
    margin-bottom: 0.2rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .mondo5-featured-row {
    order: 4;
    flex: 0 0 100%;
    margin-top: 0.35rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid {
    order: 5;
    flex: 0 0 100%;
    gap: 1.35rem;
    justify-content: flex-start;
  }

  body.mondo5-page .mondo5-main-col {
    flex: 0 0 76%;
    max-width: 76%;
  }

  body.mondo5-page .mondo5-sidebar-col {
    flex: 0 0 24%;
    max-width: 24%;
  }

  body.mondo5-page .mondo5-sidebar-col .sidebar--left {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item {
    flex: 0 0 calc((100% - 2.7rem) / 3);
    width: calc((100% - 2.7rem) / 3) !important;
    max-width: calc((100% - 2.7rem) / 3);
  }
}

@media (min-width: 1400px) {
  body.mondo5-page .mondo5-main-col {
    flex: 0 0 79%;
    max-width: 79%;
  }

  body.mondo5-page .mondo5-sidebar-col {
    flex: 0 0 21%;
    max-width: 21%;
  }
}

@media (max-width: 1199.98px) {
  body.mondo5-page .mondo5-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  html.mondo5-drawer-open,
  body.mondo5-page.mondo5-drawer-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.mondo5-page .mondo5-content-row {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mondo5-page .mondo5-main-col .main-content-wrapper {
    padding: 0 10px 14px !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__title-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0.15rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child .image-grid__title {
    font-size: clamp(1.45rem, 7.4vw, 2.1rem);
  }

  body.mondo5-page .mondo5-main-col,
  body.mondo5-page .mondo5-sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.mondo5-page .mondo5-sidebar-col {
    position: fixed !important;
    inset: 0 0 0 auto;
    z-index: 4990 !important;
    display: block;
    width: min(86vw, 380px);
    max-width: calc(100vw - 16px);
    height: 100dvh;
    max-height: 100dvh;
    margin-top: 0;
    transform: translate3d(104%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;
    will-change: transform;
    pointer-events: none;
  }

  body.mondo5-page:not(.mondo5-drawer-open) .mondo5-sidebar-col {
    transform: translate3d(104%, 0, 0) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.mondo5-page .mondo5-sidebar-col .sidebar--left {
    position: absolute;
    inset: 0;
    max-width: none;
    margin-left: 0;
    height: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ece8e0;
    box-shadow: -18px 0 44px rgba(20, 14, 12, 0.18);
    overscroll-behavior: contain;
  }

  body.mondo5-page .mondo5-sidebar-col .sidebar__content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 14px 14px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
  }

  body.mondo5-page .mondo5-sidebar-col .sidebar__content {
    display: none;
  }

  body.mondo5-page .mondo5-overlay-panels {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    background: transparent;
  }

  body.mondo5-page .mondo5-overlay-panel {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 14px 14px 20px;
    -webkit-overflow-scrolling: touch;
  }

  body.mondo5-page .mondo5-overlay-panel.is-active {
    display: block;
  }

  body.mondo5-page .mondo5-overlay-section {
    margin-bottom: 1rem;
    padding: 0.4rem 0 0.2rem;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body.mondo5-page .mondo5-overlay-section:last-child {
    margin-bottom: 0;
  }

  body.mondo5-page .mondo5-overlay-section-title {
    margin: 0 0 0.52rem;
    color: var(--mondo5-accent-strong);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.mondo5-page .mondo5-overlay-empty {
    margin: 0;
    color: rgba(34, 29, 26, 0.68);
    font-size: 0.92rem;
    line-height: 1.25;
  }

  body.mondo5-page .mondo5-overlay-hot-grid,
  body.mondo5-page .mondo5-overlay-photos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  body.mondo5-page .mondo5-overlay-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  body.mondo5-page .mondo5-overlay-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(128, 112, 100, 0.15);
  }

  body.mondo5-page .mondo5-overlay-card-caption {
    margin: 0.34rem 0 0;
    color: #2a2320;
    font-size: 0.88rem;
    line-height: 1.15;
    word-break: break-word;
  }

  body.mondo5-page .mondo5-overlay-video-list {
    display: grid;
    gap: 0.62rem;
  }

  body.mondo5-page .mondo5-overlay-video-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    align-items: start;
  }

  body.mondo5-page .mondo5-overlay-video-item .mondo5-overlay-thumb {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  body.mondo5-page .mondo5-overlay-video-desc {
    margin: 0;
    color: rgba(34, 29, 26, 0.82);
    font-size: 0.84rem;
    line-height: 1.25;
    word-break: break-word;
  }

  body.mondo5-page .mondo5-overlay-tweets {
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
  }

  body.mondo5-page .mondo5-overlay-comments {
    display: grid;
    gap: 0.52rem;
  }

  body.mondo5-page .mondo5-overlay-comment {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    align-items: start;
  }

  body.mondo5-page .mondo5-overlay-comment .mondo5-overlay-thumb {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 9px;
  }

  body.mondo5-page .mondo5-overlay-comment-title {
    margin: 0.18rem 0 0;
    color: #2a2320;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
  }

  body.mondo5-page .mondo5-overlay-comment-title a {
    color: #b3005b;
    text-decoration: underline;
  }

  body.mondo5-page .mondo5-overlay-comment-text {
    margin: 0.18rem 0 0;
    padding-top: 0.28rem;
    border-top: 1px solid rgba(34, 29, 26, 0.12);
    color: rgba(34, 29, 26, 0.84);
    font-size: 0.84rem;
    line-height: 1.3;
    font-style: italic;
    word-break: break-word;
  }

  body.mondo5-page .mondo5-overlay-hot-source figure,
  body.mondo5-page .mondo5-overlay-photos-source figure {
    position: relative !important;
    top: auto !important;
    width: 100%;
    margin: 0 0 0.58rem;
  }

  body.mondo5-page .mondo5-overlay-hot-source figure:last-child,
  body.mondo5-page .mondo5-overlay-photos-source figure:last-child {
    margin-bottom: 0;
  }

  body.mondo5-page .mondo5-overlay-hot-source figure img,
  body.mondo5-page .mondo5-overlay-photos-source figure img {
    opacity: 1 !important;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 10px;
  }

  body.mondo5-page .mondo5-overlay-hot-source figcaption,
  body.mondo5-page .mondo5-overlay-photos-source figcaption {
    position: static !important;
    opacity: 1 !important;
    margin: 0.34rem 0 0;
    padding: 0 !important;
    color: #2a2320 !important;
    font-size: 0.88rem;
    line-height: 1.15;
    text-shadow: none !important;
  }

  body.mondo5-page .mondo5-overlay-hot-source figcaption a,
  body.mondo5-page .mondo5-overlay-photos-source figcaption a {
    color: inherit !important;
    text-shadow: none !important;
  }

  body.mondo5-page .mondo5-overlay-videos-source {
    display: grid;
    gap: 0.62rem;
  }

  body.mondo5-page .mondo5-overlay-videos-source [id^="vid"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    align-items: start;
  }

  body.mondo5-page .mondo5-overlay-videos-source img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
  }

  body.mondo5-page .mondo5-overlay-videos-source .descante {
    margin: 0;
    color: rgba(34, 29, 26, 0.82);
    font-size: 0.84rem;
    line-height: 1.25;
    word-break: break-word;
  }

  body.mondo5-page .mondo5-overlay-tweets-source {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
  }

  body.mondo5-page .mondo5-overlay-comments-source .review-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.4rem;
    align-items: start;
    margin-bottom: 0.52rem;
  }

  body.mondo5-page .mondo5-overlay-comments-source .review-item:last-child {
    margin-bottom: 0;
  }

  body.mondo5-page .mondo5-overlay-comments-source .review-item__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 9px;
  }

  body.mondo5-page .mondo5-overlay-comments-source .review-item__content {
    text-align: left !important;
  }

  body.mondo5-page .mondo5-overlay-comments-source .review-item__label,
  body.mondo5-page .mondo5-overlay-comments-source .review-item__text {
    color: rgba(34, 29, 26, 0.84) !important;
    font-size: 0.84rem;
    line-height: 1.25;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-sidebar-col {
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-sidebar-col .sidebar--left {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-overlay-panels {
    display: flex !important;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-overlay-panel.is-active {
    display: block !important;
  }

  body.mondo5-page .mondo5-drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 4980;
    background: rgba(19, 12, 17, 0.36);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.mondo5-page .mondo5-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 16px 14px 12px;
    background: linear-gradient(180deg, rgba(250, 246, 239, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-bottom: 1px solid var(--mondo5-border);
  }

  body.mondo5-page .mondo5-drawer-header-copy {
    min-width: 0;
  }

  body.mondo5-page .mondo5-drawer-title {
    margin: 0;
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  body.mondo5-page .mondo5-drawer-subtitle {
    margin: 0.22rem 0 0;
    color: rgba(27, 27, 27, 0.62);
    font-size: 0.8rem;
    line-height: 1.2;
  }

  body.mondo5-page .mondo5-drawer-minimize {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--mondo5-accent) 0%, var(--mondo5-accent-strong) 100%);
    color: #ffffff;
    font-size: 1.35rem;
    box-shadow: 0 14px 26px rgba(77, 27, 40, 0.16);
  }

  body.mondo5-page .mondo5-drawer-handle {
    display: inline-flex;
    position: fixed;
    top: 50%;
    z-index: 4970;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 108px;
    padding: 0.7rem 0.42rem;
    border: 0;
    background: linear-gradient(180deg, #26211e 0%, var(--mondo5-accent) 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(33, 20, 28, 0.2);
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.mondo5-page .mondo5-drawer-handle.is-active {
    background: linear-gradient(180deg, #1f1a18 0%, #7d223f 100%);
    box-shadow: 0 20px 38px rgba(35, 18, 26, 0.28);
  }

  body.mondo5-page .mondo5-drawer-handle--left {
    left: 0;
    border-radius: 0 18px 18px 0;
  }

  body.mondo5-page .mondo5-drawer-handle--right {
    right: 0;
    border-radius: 18px 0 0 18px;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-drawer-handle {
    opacity: 0;
    pointer-events: none;
  }

  body.mondo5-page .mondo5-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mondo5-page .mondo5-language-filters {
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding-inline: 0;
  }

  body.mondo5-page .mondo5-language-toggle {
    min-height: 40px;
    padding: 0.58rem 0.82rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 575.98px) {
  body.mondo5-page .mondo5-featured-row {
    padding: 0;
    border-radius: 0;
  }

  body.mondo5-page .mondo5-featured-grid {
    grid-template-columns: 1fr;
  }

  body.mondo5-page .mondo5-sidebar-col {
    width: min(88vw, 360px);
    max-width: calc(100vw - 12px);
  }

  body.mondo5-page .mondo5-card-badge {
    min-height: 30px;
    padding: 0.34rem 0.62rem;
    font-size: 0.72rem;
  }

  body.mondo5-page .mondo5-language-filters {
    justify-content: flex-start;
  }

  body.mondo5-page .mondo5-language-toggle {
    min-height: 38px;
    padding: 0.52rem 0.74rem;
    font-size: 0.8rem;
  }

  body.mondo5-page .mondo5-overlay-hot-grid,
  body.mondo5-page .mondo5-overlay-photos-grid {
    grid-template-columns: 1fr;
  }

  body.mondo5-page .mondo5-overlay-video-item {
    grid-template-columns: 1fr;
  }

  body.mondo5-page .mondo5-overlay-videos-source [id^="vid"] {
    grid-template-columns: 1fr;
  }

  body.mondo5-page .mondo5-drawer-handle {
    min-height: 96px;
    padding: 0.62rem 0.35rem;
    font-size: 0.68rem;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  body.mondo5-page .mondo5-sidebar-col {
    width: min(72vw, 420px);
    max-width: calc(100vw - 20px);
  }

  body.mondo5-page .mondo5-drawer-handle {
    min-height: 82px;
    top: 56%;
  }
}
