/* Mondo3: desktop with wider showcase and drawer overlays like mobile UX. */

body.mondo5-page button,
body.mondo5-page [role="button"],
body.mondo5-page a[href],
body.mondo5-page input[type="submit"],
body.mondo5-page input[type="button"],
body.mondo5-page input[type="radio"],
body.mondo5-page label,
body.mondo5-page .mondo5-drawer-handle,
body.mondo5-page .mondo5-star-filter-toggle,
body.mondo5-page .image-grid__item-content {
  cursor: pointer;
}

body.mondo5-page .mondo5-novita-hidden {
  display: none !important;
}

body.mondo5-page {
  --mondo5-bg: #edf1f4;
  --mondo5-bg-soft: #f5f7f9;
  --mondo5-panel: rgba(255, 255, 255, 0.94);
  --mondo5-border: rgba(88, 99, 112, 0.16);
  --mondo5-shadow: rgba(28, 36, 46, 0.12);
  --mondo5-text: #2b323b;
  background: linear-gradient(180deg, var(--mondo5-bg) 0%, var(--mondo5-bg-soft) 100%);
}

body.mondo5-page .mondo5-content-row {
  border-color: rgba(88, 99, 112, 0.14);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.94) 0%, rgba(243, 246, 249, 0.9) 100%);
  box-shadow: 0 16px 34px rgba(28, 36, 46, 0.08);
}

body.mondo5-page .main-content-wrapper .image-grid__item-name,
body.mondo5-page .main-content-wrapper .mondo5-card .image-grid__item-name,
body.mondo5-page .main-content-wrapper .image-grid__item-name.color-primary {
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  color: #3f4956 !important;
  text-shadow: none;
}

body.mondo5-page .mondo5-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.58rem;
  min-height: 44px;
  padding: 6px 57px;
  border-radius: 14px;
  font-size: 1.15em;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  max-width: calc(100% - 10px);
  border-width: 3px;
  box-shadow: 0 8px 18px rgba(22, 28, 36, 0.14);
}

body.mondo5-page .mondo5-card-badge--weekly {
  background: #d91d5d;
  border-color: #f14b84;
  color: #fff8fb;
}

body.mondo5-page .mondo5-card-badge--starred {
  background: #ffd22d;
  border-color: #bf8f00;
  color: #111111;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item .image-grid__item-image-wrapper {
  box-sizing: border-box;
  border: 2px solid transparent;
  aspect-ratio: 250 / 170;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item .image-grid__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item.mondo5-card--weekly .image-grid__item-image-wrapper {
  border-color: #f02b3e;
}

body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item.mondo5-card--starred .image-grid__item-image-wrapper {
  border-color: #d6a21a;
}

body.mondo5-page .main-content-wrapper .image-grid__item.mondo5-is-hidden-by-online {
  display: none !important;
}

body.mondo5-page .main-content-wrapper.mondo5-star-filter-active .image-grid__item:not(.is-favorite-star) {
  display: none !important;
}

body.mondo5-page .mondo5-star-filter-toggle__icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

/* Overlay menus: keep only the main title and unify header styling. */
body.mondo5-page .mondo5-overlay-section-title {
  display: none !important;
}

body.mondo5-page .mondo5-drawer-title {
  color: var(--mondo5-accent-strong) !important;
}

body.mondo5-page .mondo5-drawer-minimize {
  background: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26) !important;
}

@media (max-width: 991.98px) {
  body.mondo5-page .mondo5-drawer-handles-container {
    position: static;
    display: contents;
  }

  body.mondo5-page .mondo5-drawer-handle {
    position: fixed !important;
    left: auto !important;
    right: auto !important;
    min-height: 82px;
    padding: 0.78rem 0.56rem;
    font-size: 0.76rem;
    border-radius: 18px !important;
    transform: none !important;
    --mondo5-mobile-handle-start: clamp(132px, 20vh, 176px);
    --mondo5-mobile-handle-step: clamp(88px, 15vh, 118px);
  }

  body.mondo5-page .mondo5-drawer-handle--hot {
    left: 0 !important;
    right: auto !important;
    top: var(--mondo5-mobile-handle-start) !important;
    border-radius: 0 18px 18px 0 !important;
  }

  body.mondo5-page .mondo5-drawer-handle--videos {
    left: 0 !important;
    right: auto !important;
    top: calc(var(--mondo5-mobile-handle-start) + var(--mondo5-mobile-handle-step)) !important;
    border-radius: 0 18px 18px 0 !important;
  }

  body.mondo5-page .mondo5-drawer-handle--photos {
    right: 0 !important;
    left: auto !important;
    top: var(--mondo5-mobile-handle-start) !important;
    border-radius: 18px 0 0 18px !important;
  }

  body.mondo5-page .mondo5-drawer-handle--tweets {
    right: 0 !important;
    left: auto !important;
    top: calc(var(--mondo5-mobile-handle-start) + var(--mondo5-mobile-handle-step)) !important;
    border-radius: 18px 0 0 18px !important;
  }

  body.mondo5-page .mondo5-drawer-handle--comments {
    right: 0 !important;
    left: auto !important;
    top: calc(var(--mondo5-mobile-handle-start) + (var(--mondo5-mobile-handle-step) * 2)) !important;
    border-radius: 18px 0 0 18px !important;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-drawer-handle {
    opacity: 0;
    pointer-events: none;
  }

  body.mondo5-page .mondo5-card-badge {
    min-height: 40px;
    padding: 6px 20px;
    font-size: 0.94rem;
    max-width: calc(100% - 2px);
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.38rem;
    row-gap: 0;
    width: calc(100% - 122px);
    max-width: calc(100% - 122px);
    margin: 0 auto;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper {
    margin: 0;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 34px;
    padding: 0.34rem 0.54rem;
    border-radius: 14px;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty input {
    pointer-events: none !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty,
  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty * {
    pointer-events: none !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty .state {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: static !important;
    width: auto !important;
    gap: 0.38rem;
    padding-left: 0 !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty.p-icon .state label::before,
  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty.p-icon .state label::after {
    display: none !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty .state i.icon-check {
    width: 20px;
    height: 20px;
    font-size: 0.72rem;
    flex: 0 0 20px;
    line-height: 1;
    position: static !important;
    transform: none !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty .state label {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding-left: 0 !important;
    line-height: 1 !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .radio-label {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    font-size: clamp(0.62rem, 2.15vw, 0.72rem);
    line-height: 1.05;
    letter-spacing: 0.005em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0.32rem 0.46rem;
    border: 1px solid var(--mondo5-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--mondo5-text);
    font-size: clamp(0.58rem, 2.05vw, 0.68rem);
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 3;
    pointer-events: auto !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle.is-active {
    border-color: rgba(211, 158, 24, 0.32);
    background: linear-gradient(135deg, rgba(255, 224, 117, 0.2) 0%, rgba(255, 198, 41, 0.26) 100%);
    color: #3c3429;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle.is-active .mondo5-star-filter-toggle__icon {
    border: none;
    background: transparent;
    color: #6e4f00;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgba(76, 58, 46, 0.62);
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle__icon svg {
    width: 22px;
    height: 22px;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle__label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    font-size: clamp(0.56rem, 1.9vw, 0.66rem);
  }
}

@media (max-width: 575.98px) {
  body.mondo5-page .mondo5-drawer-handle {
    min-height: 90px;
    padding: 0.68rem 0.48rem;
    font-size: 0.78rem;
    --mondo5-mobile-handle-start: clamp(120px, 22vh, 160px);
    --mondo5-mobile-handle-step: clamp(96px, 17vh, 120px);
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
    width: calc(100% - 102px);
    max-width: calc(100% - 102px);
    column-gap: 0.24rem;
    padding-right: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle {
    padding: 0.3rem 0.42rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .radio-label {
    font-size: 0.56rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle {
    padding: 0.3rem 0.36rem;
    font-size: 0.54rem;
    gap: 0.24rem;
    min-height: 34px;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle__icon {
    width: auto;
    height: auto;
    flex: 0 0 auto;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle__icon svg {
    width: 20px;
    height: 20px;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle__label {
    font-size: 0.53rem;
  }
}

@media (max-width: 420px) {
  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
    width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    column-gap: 0.18rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle {
    padding: 0.28rem 0.38rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .radio-label {
    font-size: 0.52rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle {
    padding: 0.28rem 0.32rem;
    font-size: 0.5rem;
    min-height: 32px;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  body.mondo5-page .mondo5-drawer-handle {
    min-height: 62px;
    padding: 0.46rem 0.3rem;
    font-size: 0.6rem;
    --mondo5-mobile-handle-start: clamp(108px, 28vh, 132px);
    --mondo5-mobile-handle-step: clamp(68px, 18vh, 84px);
  }

  body.mondo5-page .mondo5-card-badge {
    min-height: 36px;
    padding: 5px 12px;
    font-size: 0.82rem;
    max-width: calc(100% - 2px);
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
    width: calc(100% - 92px);
    max-width: calc(100% - 92px);
    column-gap: 0.22rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .radio-label {
    font-size: 0.54rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .mondo5-star-filter-toggle {
    min-height: 32px;
    padding: 0.26rem 0.32rem;
    font-size: 0.5rem;
    gap: 0.22rem;
  }
}

@media (min-width: 992px) {
  html.mondo5-drawer-open,
  body.mondo5-page.mondo5-drawer-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.mondo5-page .mondo5-main-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  body.mondo5-page .mondo5-sidebar-col {
    position: fixed !important;
    inset: 0 0 0 auto;
    z-index: 4990 !important;
    display: block;
    width: min(36vw, 460px);
    max-width: calc(100vw - 24px);
    height: 100dvh;
    max-height: 100dvh;
    margin-top: 0;
    transform: translate3d(104%, 0, 0);
    transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
    pointer-events: none;
    flex: 0 0 auto !important;
    max-width: none;
  }

  body.mondo5-page:not(.mondo5-drawer-open) .mondo5-sidebar-col {
    transform: translate3d(104%, 0, 0) !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: -12px 0 28px rgba(20, 14, 12, 0.18);
    overscroll-behavior: contain;
  }

  body.mondo5-page .mondo5-sidebar-col .sidebar__content {
    display: none !important;
  }

  body.mondo5-page .mondo5-overlay-panels {
    display: flex !important;
    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: 18px 18px 24px;
    -webkit-overflow-scrolling: touch;
  }

  body.mondo5-page .mondo5-overlay-panel.is-active {
    display: block;
  }

  body.mondo5-page .mondo5-overlay-section {
    margin-bottom: 1.2rem;
    padding: 0.5rem 0 0.3rem;
    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.7rem;
    color: var(--mondo5-accent-strong);
    font-size: 1.2rem;
    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: 1.05rem;
    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.85rem;
  }

  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.45rem 0 0;
    color: #2a2320;
    font-size: 1.02rem;
    line-height: 1.2;
    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.5rem;
    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: 1rem;
    line-height: 1.3;
    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.5rem;
    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.25rem 0 0;
    color: #2a2320;
    font-size: 1.04rem;
    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.25rem 0 0;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(34, 29, 26, 0.14);
    color: rgba(34, 29, 26, 0.84);
    font-size: 1rem;
    line-height: 1.35;
    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 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: 1.02rem;
    line-height: 1.2;
    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 [id^="vid"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    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: 1rem;
    line-height: 1.3;
    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.5rem;
    align-items: start;
    margin-bottom: 0.52rem;
  }

  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: 1rem;
    line-height: 1.3;
  }

  body.mondo5-page .mondo5-drawer-backdrop {
    display: block !important;
    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.18s ease-out;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.mondo5-page .mondo5-drawer-header {
    display: flex !important;
    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: 1.4rem;
    font-weight: 700;
    line-height: 1.15;
  }

  body.mondo5-page .mondo5-drawer-subtitle {
    margin: 0.28rem 0 0;
    color: rgba(27, 27, 27, 0.72);
    font-size: 0.95rem;
    line-height: 1.25;
  }

  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-handles-container {
    position: fixed;
    right: max(0px, (100vw - 1740px) / 2);
    top: 50%;
    transform: translateY(-50%);
    z-index: 4970;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    max-height: 96vh;
    transition: opacity 0.22s ease;
  }

  body.mondo5-page .mondo5-drawer-handle {
    display: inline-flex !important;
    position: static;
    flex: 1 1 auto;
    z-index: 4970;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 80px;
    padding: 0.9rem 0.62rem;
    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: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: opacity 0.22s ease, transform 0.22s ease;
    border-radius: 18px 0 0 18px;
  }

  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-open .mondo5-drawer-handles-container {
    opacity: 0;
    pointer-events: none;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-sidebar-col {
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto !important;
  }

  body.mondo5-page.mondo5-drawer-open .mondo5-sidebar-col .sidebar--left {
    display: flex !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 .main-content-wrapper > .image-grid:first-child > .mondo5-language-filters {
    flex: 0 1 auto;
    margin-bottom: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper {
    order: 3;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin: 0 0 0 0.45rem;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.52rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper {
    display: inline-flex;
    align-items: center;
    margin: 0;
    min-height: 42px;
    padding: 0.5rem 0.82rem;
    border: 1px solid var(--mondo5-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    cursor: pointer;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty {
    display: inline-flex;
    align-items: center;
    margin: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty .state {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    position: static;
    padding-left: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty.p-icon .state label::before,
  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty.p-icon .state label::after {
    display: none !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty .state i.icon-check {
    position: static !important;
    transform: none !important;
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.86rem;
    line-height: 1;
    background: rgba(76, 58, 46, 0.14);
    color: var(--mondo5-accent);
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper.mondo5-online-toggle .pretty .state label {
    margin: 0;
    display: inline-flex;
    align-items: center;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .radio-label {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 0.82rem;
    line-height: 1.1;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper input[type="checkbox"] {
    cursor: pointer;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .video-grid__filters-wrapper .video-grid__radio-wrapper:not(.is-active) .pretty .state i.icon-check {
    opacity: 0.42;
  }

  body.mondo5-page .mondo5-star-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0.4rem 0.86rem;
    border: 1px solid var(--mondo5-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--mondo5-text);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    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-star-filter-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(35, 26, 20, 0.1);
  }

  body.mondo5-page .mondo5-star-filter-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgba(76, 58, 46, 0.62);
    box-shadow: none;
    line-height: 1;
  }

  body.mondo5-page .mondo5-star-filter-toggle__icon svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: currentColor;
  }

  body.mondo5-page .mondo5-star-filter-toggle__label {
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
  }

  body.mondo5-page .mondo5-star-filter-toggle.is-active {
    border-color: rgba(211, 158, 24, 0.32);
    background: linear-gradient(135deg, rgba(255, 224, 117, 0.18) 0%, rgba(255, 198, 41, 0.22) 100%);
    color: #3c3429;
    box-shadow: 0 12px 26px rgba(208, 156, 18, 0.22);
  }

  body.mondo5-page .mondo5-star-filter-toggle.is-active .mondo5-star-filter-toggle__icon {
    border: none;
    background: transparent;
    color: #6e4f00;
    box-shadow: none;
  }

  body.mondo5-page .main-content-wrapper.mondo5-star-filter-active .image-grid__item:not(.is-favorite-star) {
    display: none !important;
  }

  /* Padding-top uniforme su TUTTE le card: riserva lo spazio del badge
     (HOT SELECTION / CAM GIRL DELLA SETTIMANA) in modo che card con e
     senza badge abbiano la stessa altezza totale a qualsiasi column count.
     Non usare :nth-child: la griglia e' auto-fill (3 o 4 col in base al
     viewport) e una regola fissa su N item disallinea le righe parziali. */
  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item .image-grid__item-content {
    position: relative;
    overflow: visible;
    padding-top: 52px !important;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item .image-grid__item-content > .mondo5-card-badge {
    position: absolute !important;
    top: 4px !important;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    margin-left: 0 !important;
    z-index: 3;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    padding-top: 0.4rem;
    column-gap: 0.75rem;
    row-gap: 1.05rem;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item {
    flex: none;
    width: auto !important;
    max-width: none;
    min-width: 0;
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item:nth-child(-n+4) {
    margin-bottom: 0;
  }

  body.mondo5-page .mondo5-featured-grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  body.mondo5-page .mondo5-sidebar-col {
    width: min(42vw, 420px);
  }

  body.mondo5-page .main-content-wrapper > .image-grid:first-child > .image-grid__grid > .image-grid__item {
    flex: none;
    width: auto !important;
    max-width: none;
    min-width: 0;
  }

  body.mondo5-page .mondo5-featured-grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}
