@charset "UTF-8";
/* =============================================================================
   O SEGREDO — archive-premium.css (REDESIGN v2)
   ---------------------------------------------------------------------------
   Substitui o framework/css/archive-premium.css.
   Estilo editorial para todas as archives (categorias, tags, autor, datas,
   busca). Mira as classes geradas por archive.php + os_archive_render_shell()
   + os_archive_render_loop() + blog.php + posts.php + mow_fn_get_post().

   Sem alterações de PHP. Sem novas fontes. Sem box-shadows.
   ============================================================================= */

/* =========================================================================
   1) TOKENS — coexistem com home / single
   ========================================================================= */
:root {
  --osr-bg:        oklch(0.985 0.003 80);
  --osr-surface:   #ffffff;
  --osr-surface-2: oklch(0.965 0.004 80);
  --osr-surface-3: oklch(0.94 0.005 80);
  --osr-line:        oklch(0.90 0.005 80);
  --osr-line-2:      oklch(0.93 0.005 80);
  --osr-line-strong: oklch(0.82 0.008 80);
  --osr-ink:    oklch(0.20 0.010 60);
  --osr-ink-2:  oklch(0.34 0.010 60);
  --osr-muted:  oklch(0.52 0.010 60);
  --osr-soft:   oklch(0.68 0.010 60);
  --osr-accent:      #ff532c;
  --osr-accent-ink:  #b53310;
  --osr-accent-soft: rgba(255,83,44,.10);
  --osr-radius: 4px;
  --osr-gap:    28px;
  --osr-stack:  48px;
  --osr-aside-w: 360px;
  --osr-gutter:  30px;
}
[data-site-skin="dark"]:root {
  --osr-bg:        oklch(0.16 0.008 60);
  --osr-surface:   oklch(0.20 0.008 60);
  --osr-surface-2: oklch(0.23 0.008 60);
  --osr-surface-3: oklch(0.26 0.008 60);
  --osr-line:        oklch(0.32 0.008 60);
  --osr-line-2:      oklch(0.28 0.008 60);
  --osr-line-strong: oklch(0.42 0.008 60);
  --osr-ink:    oklch(0.96 0.005 60);
  --osr-ink-2:  oklch(0.85 0.005 60);
  --osr-muted:  oklch(0.65 0.005 60);
  --osr-soft:   oklch(0.52 0.005 60);
  --osr-accent-soft: rgba(255,83,44,.16);
}

/* =========================================================================
   2) Catch-all: matar sombras nas archives
   ========================================================================= */
.mow_fn_index,
.mow_fn_index *,
.mow_fn_blog,
.mow_fn_blog * {
  box-shadow: none !important;
}

/* =========================================================================
   3) WRAP
   ========================================================================= */
.archive .mow_fn_content,
.search  .mow_fn_content,
.blog    .mow_fn_content {
  background: var(--osr-bg);
}
.mow_fn_index {
  font-family: var(--bff), system-ui, sans-serif;
  color: var(--osr-ink);
  font-size: 16px;
  line-height: 1.55;
}
.mow_fn_index * { box-sizing: border-box; }
.mow_fn_index .container {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
  padding: 0;
}

/* Breadcrumb parity with single */
.mow_fn_index .mow_fn_breadcrumbs {
  position: relative;
  border-bottom: 0;
  background: var(--osr-bg);
  margin: 0 0 28px;
}
.mow_fn_index .mow_fn_breadcrumbs::after { content: none; }
.mow_fn_index .mow_fn_breadcrumbs .container { padding: 0; }
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs_wrap {
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--osr-line);
  overflow: hidden;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  color: var(--osr-muted);
  font-family: var(--bff);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs li,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs li {
  display: inline-flex !important;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs li.item-current,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs li.item-current {
  flex: 1 1 auto;
  overflow: hidden;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs a,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs a {
  display: inline-flex;
  min-width: 0;
  max-width: min(220px, 32vw);
  overflow: hidden;
  color: var(--osr-muted);
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs a:hover,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs a:hover { color: var(--osr-accent); }
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs .item-current,
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs .bread-current,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs .item-current,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs .bread-current {
  min-width: 0;
  overflow: hidden;
  color: var(--osr-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs .separator,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs .separator {
  flex: 0 0 auto;
}
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs .separator::before {
  content: none !important;
}
.mow_fn_index .mow_fn_breadcrumbs .breadcrumbs .separator span,
.mow_fn_index .mow_fn_breadcrumbs #breadcrumbs .separator span {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 4px;
  background: var(--osr-line-strong);
}

/* =========================================================================
   4) PAGE TITLE (mow_fn_get_page_title)
   ========================================================================= */
.mow_fn_pagetitle {
  background: var(--osr-bg);
  border-bottom: 1px solid var(--osr-line);
  padding: 36px 0 28px;
  margin-bottom: 0;
}
.mow_fn_pagetitle .pagetitle {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.mow_fn_pagetitle .pt_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 800px;
}
.mow_fn_pagetitle h1,
.mow_fn_pagetitle .fn__maintitle {
  font-family: var(--hff);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--osr-ink);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mow_fn_pagetitle h1::before,
.mow_fn_pagetitle .fn__maintitle::before {
  content: "";
  width: 4px;
  height: 0.7em;
  background: var(--osr-accent);
  border-radius: 1px;
  display: inline-block;
  flex-shrink: 0;
}
.mow_fn_pagetitle .fn__desc {
  font-family: var(--bff);
  font-size: 15.5px;
  color: var(--osr-ink-2);
  line-height: 1.5;
  margin-left: 20px;   /* alinha com o título após a barra */
  max-width: 70ch;
}
.mow_fn_pagetitle .total_posts {
  font-family: var(--bff);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osr-muted);
  white-space: nowrap;
}
.mow_fn_pagetitle .total_posts b,
.mow_fn_pagetitle .total_posts strong {
  color: var(--osr-ink);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Decor variant (homepage) — apenas título centralizado */
.mow_fn_pagetitle_decor {
  padding: 20px 0;
  border-bottom: 1px solid var(--osr-line);
  background: var(--osr-bg);
}
.mow_fn_pagetitle_decor .pagetitle {
  text-align: left;
}
.mow_fn_pagetitle_decor .fn__maintitle {
  font-size: clamp(20px, 1.6vw, 26px);
}

/* =========================================================================
   5) ARCHIVE SHELL (intro section with category info)
   ========================================================================= */
.os-archiveShell {
  margin: 28px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.os-archiveLegacyHead { /* envelopa o legado, sem estilo agressivo */ }

.os-archiveIntro {
  padding: 28px 0;
  border-bottom: 1px solid var(--osr-line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.os-archiveIntro__eyebrow {
  font-family: var(--bff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--osr-accent-ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.os-archiveIntro__eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: var(--osr-accent);
  display: inline-block;
}
.os-archiveIntro__title {
  font-family: var(--hff);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--osr-ink);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.os-archiveIntro__title.has-avatar img {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--osr-line);
}
.os-archiveIntro__description {
  font-family: var(--bff);
  font-size: 16px;
  line-height: 1.55;
  color: var(--osr-ink-2);
  max-width: 72ch;
  margin: 0;
}
.os-archiveIntro__description p { margin: 0; }

.os-archiveAuthorBox {
  padding: 18px 22px;
  background: var(--osr-surface);
  border: 1px solid var(--osr-line);
  border-radius: var(--osr-radius);
}

.os-archiveChildCatsWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
.os-archiveChildCats { min-width: 0; }
.os-archiveChildCats__head { display: none; }
.os-archiveChildCats__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.os-archiveChildCats__item {
  display: inline-flex;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.os-archiveChildCatsWrap a,
.os-archiveChildCatsWrap .chip,
.os-archiveChildCats__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  font-family: var(--bff);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--osr-ink-2);
  background: var(--osr-surface);
  border: 1px solid var(--osr-line);
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
}
.os-archiveChildCatsWrap a:hover,
.os-archiveChildCats__item a:hover {
  border-color: var(--osr-ink);
  color: var(--osr-ink);
}

@media (max-width: 880px) {
  .os-archiveChildCatsWrap {
    margin-right: calc(var(--osr-container-pad, 18px) * -1);
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .os-archiveChildCatsWrap::-webkit-scrollbar { display: none; }
  .os-archiveChildCats__list {
    flex-wrap: nowrap;
    padding-right: var(--osr-container-pad, 18px);
  }
}

.os-archiveSpecialWrap {
  /* envelopa módulos especiais — não impõe layout, herda do conteúdo */
}

/* =========================================================================
   6) BLOG LIST WRAPPER
   ========================================================================= */
.mow_fn_blog {
  margin: 28px 0 48px;
}
.mow_fn_bloglist { padding: 0; }
.mow_fn_bloglist .container { padding: 0; }

/* =========================================================================
   7) ARCHIVE LAYOUTS
   ========================================================================= */

/* --- Classic: lista vertical com imagem grande --- */
.mow_fn_bloglist_classic {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--osr-stack);
  max-width: 820px;
  margin: 0 auto;
}
.mow_fn_bloglist_classic .post_item {
  border-bottom: 1px solid var(--osr-line);
  padding-bottom: var(--osr-stack);
}
.mow_fn_bloglist_classic .post_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mow_fn_bloglist_classic .blog__item_classic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.mow_fn_bloglist_classic .blog__image {
  aspect-ratio: 16 / 9;
  border-radius: var(--osr-radius);
  overflow: hidden;
  background: var(--osr-surface-2);
}
.mow_fn_bloglist_classic .blog__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.mow_fn_bloglist_classic .title_holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mow_fn_bloglist_classic .fn__title {
  font-family: var(--hff);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
}
.mow_fn_bloglist_classic .fn__title a {
  color: var(--osr-ink);
  text-decoration: none;
}
.mow_fn_bloglist_classic .fn__title a:hover { color: var(--osr-accent); }
.mow_fn_bloglist_classic .desc p {
  font-family: var(--bff);
  font-size: 16px;
  line-height: 1.55;
  color: var(--osr-ink-2);
  margin: 0;
}

/* --- Grid: 3 colunas, cards limpos --- */
.mow_fn_bloglist_grid,
.mow_fn_bloglist_grid_2,
.mow_fn_bloglist_grid_3,
.mow_fn_bloglist_modern,
.mow_fn_bloglist_modern_2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--osr-gap);
}
.mow_fn_bloglist_grid_2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mow_fn_bloglist_grid_3,
.mow_fn_bloglist_modern_2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }

.mow_fn_bloglist_grid .post_item,
.mow_fn_bloglist_grid_2 .post_item,
.mow_fn_bloglist_grid_3 .post_item,
.mow_fn_bloglist_modern .post_item,
.mow_fn_bloglist_modern_2 .post_item {
  background: var(--osr-surface);
  border: 1px solid var(--osr-line);
  border-radius: var(--osr-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mow_fn_bloglist_grid .blog__image,
.mow_fn_bloglist_grid_2 .blog__image,
.mow_fn_bloglist_grid_3 .blog__image,
.mow_fn_bloglist_modern .blog__image,
.mow_fn_bloglist_modern_2 .blog__image {
  aspect-ratio: 16 / 10;
  background: var(--osr-surface-2);
  overflow: hidden;
}
.mow_fn_bloglist_grid .blog__image img,
.mow_fn_bloglist_grid_2 .blog__image img,
.mow_fn_bloglist_grid_3 .blog__image img,
.mow_fn_bloglist_modern .blog__image img,
.mow_fn_bloglist_modern_2 .blog__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.mow_fn_bloglist_grid .title_holder,
.mow_fn_bloglist_grid_2 .title_holder,
.mow_fn_bloglist_grid_3 .title_holder,
.mow_fn_bloglist_modern .title_holder,
.mow_fn_bloglist_modern_2 .title_holder {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.mow_fn_bloglist_grid .fn__title,
.mow_fn_bloglist_grid_2 .fn__title,
.mow_fn_bloglist_grid_3 .fn__title,
.mow_fn_bloglist_modern .fn__title,
.mow_fn_bloglist_modern_2 .fn__title {
  font-family: var(--hff);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.005em;
  margin: 0;
}
.mow_fn_bloglist_grid .fn__title a,
.mow_fn_bloglist_grid_2 .fn__title a,
.mow_fn_bloglist_grid_3 .fn__title a,
.mow_fn_bloglist_modern .fn__title a,
.mow_fn_bloglist_modern_2 .fn__title a {
  color: var(--osr-ink);
  text-decoration: none;
}
.mow_fn_bloglist_grid .fn__title a:hover { color: var(--osr-accent); }
.mow_fn_bloglist_grid .desc p,
.mow_fn_bloglist_grid_2 .desc p,
.mow_fn_bloglist_grid_3 .desc p,
.mow_fn_bloglist_modern .desc p {
  font-family: var(--bff);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--osr-ink-2);
  margin: 0;
}

/* --- Small list: lista compacta horizontal (post + thumb) --- */
.mow_fn_bloglist_small_list,
.mow_fn_bloglist_small_list_2 {
  display: flex;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
}
.mow_fn_bloglist_small_list .post_item,
.mow_fn_bloglist_small_list_2 .post_item {
  border-bottom: 1px solid var(--osr-line);
  padding: 18px 0;
}
.mow_fn_bloglist_small_list .post_item:last-child,
.mow_fn_bloglist_small_list_2 .post_item:last-child {
  border-bottom: none;
}
.mow_fn_bloglist_small_list .blog__item_small_list,
.mow_fn_bloglist_small_list_2 .blog__item_small_list {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: start;
}
.mow_fn_bloglist_small_list .img_holder,
.mow_fn_bloglist_small_list_2 .img_holder {
  aspect-ratio: 4 / 3;
  border-radius: var(--osr-radius);
  background: var(--osr-surface-2);
  overflow: hidden;
}
.mow_fn_bloglist_small_list .img_holder.img_t,
.mow_fn_bloglist_small_list_2 .img_holder.img_t {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hff);
  font-size: 48px;
  font-weight: 700;
  color: var(--osr-muted);
  background: var(--osr-surface-2);
}
.mow_fn_bloglist_small_list .img_holder img,
.mow_fn_bloglist_small_list_2 .img_holder img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.mow_fn_bloglist_small_list .title_holder,
.mow_fn_bloglist_small_list_2 .title_holder { display: block; padding: 0; }
.mow_fn_bloglist_small_list .title_holder_in,
.mow_fn_bloglist_small_list_2 .title_holder_in {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mow_fn_bloglist_small_list .fn__title,
.mow_fn_bloglist_small_list_2 .fn__title {
  font-family: var(--hff);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.005em;
  margin: 0;
}
.mow_fn_bloglist_small_list .fn__title a,
.mow_fn_bloglist_small_list_2 .fn__title a {
  color: var(--osr-ink);
  text-decoration: none;
}
.mow_fn_bloglist_small_list .fn__title a:hover,
.mow_fn_bloglist_small_list_2 .fn__title a:hover { color: var(--osr-accent); }

/* --- Simple text: só título + meta --- */
.mow_fn_bloglist_simple_text {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}
.mow_fn_bloglist_simple_text .post_item {
  border-bottom: 1px solid var(--osr-line);
  padding: 20px 0;
}
.mow_fn_bloglist_simple_text .post_item:last-child { border-bottom: none; }
.mow_fn_bloglist_simple_text .blog__item_simple_text { display: flex; flex-direction: column; gap: 8px; }
.mow_fn_bloglist_simple_text .post_title {
  font-family: var(--hff);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0;
}
.mow_fn_bloglist_simple_text .post_title a {
  color: var(--osr-ink);
  text-decoration: none;
}
.mow_fn_bloglist_simple_text .post_title a:hover { color: var(--osr-accent); }
.mow_fn_bloglist_simple_text .fn__descr {
  font-family: var(--bff);
  font-size: 15px;
  line-height: 1.5;
  color: var(--osr-ink-2);
  margin: 0;
}

/* --- Overlay layouts: título sobre imagem --- */
.mow_fn_bloglist_overlay_classic,
.mow_fn_bloglist_overlay_modern,
.mow_fn_bloglist_overlay_classic_2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--osr-gap);
}
.mow_fn_bloglist_overlay_classic .post_item,
.mow_fn_bloglist_overlay_modern .post_item,
.mow_fn_bloglist_overlay_classic_2 .post_item {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--osr-radius);
  overflow: hidden;
  background: var(--osr-ink);
}
.mow_fn_bloglist_overlay_classic .blog__image,
.mow_fn_bloglist_overlay_modern .blog__image,
.mow_fn_bloglist_overlay_classic_2 .blog__image {
  position: absolute; inset: 0;
  margin: 0;
  background: var(--osr-surface-3);
}
.mow_fn_bloglist_overlay_classic .blog__image img,
.mow_fn_bloglist_overlay_modern .blog__image img,
.mow_fn_bloglist_overlay_classic_2 .blog__image img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.92;
}
.mow_fn_bloglist_overlay_classic .blog__image::after,
.mow_fn_bloglist_overlay_modern .blog__image::after,
.mow_fn_bloglist_overlay_classic_2 .blog__image::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.78));
  pointer-events: none;
}
.mow_fn_bloglist_overlay_classic .title_holder,
.mow_fn_bloglist_overlay_modern .title_holder,
.mow_fn_bloglist_overlay_classic_2 .title_holder {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 24px 26px 26px;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mow_fn_bloglist_overlay_classic .fn__title,
.mow_fn_bloglist_overlay_modern .fn__title,
.mow_fn_bloglist_overlay_classic_2 .fn__title {
  font-family: var(--hff);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
  color: #fff;
}
.mow_fn_bloglist_overlay_classic .fn__title a,
.mow_fn_bloglist_overlay_modern .fn__title a,
.mow_fn_bloglist_overlay_classic_2 .fn__title a {
  color: #fff;
  text-decoration: none;
}
.mow_fn_bloglist_overlay_classic .fn__meta *,
.mow_fn_bloglist_overlay_modern .fn__meta *,
.mow_fn_bloglist_overlay_classic_2 .fn__meta * {
  color: rgba(255,255,255,0.85);
}
.mow_fn_bloglist_overlay_classic .fn__meta .meta_item a,
.mow_fn_bloglist_overlay_modern .fn__meta .meta_item a,
.mow_fn_bloglist_overlay_classic_2 .fn__meta .meta_item a {
  color: #fff;
}
.mow_fn_bloglist_overlay_classic .desc,
.mow_fn_bloglist_overlay_modern .desc,
.mow_fn_bloglist_overlay_classic_2 .desc { display: none; }

/* =========================================================================
   8) POST CARD COMMON — meta, ratings, read-more, sticky
   ========================================================================= */
.mow_fn_blog .fn__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 4px;
  border-top: none;
}
.mow_fn_blog .fn__meta p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.mow_fn_blog .fn__meta .meta_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--bff);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--osr-muted);
}
.mow_fn_blog .fn__meta .meta_item:not(:first-child)::before {
  content: "";
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--osr-line-strong);
}
.mow_fn_blog .fn__meta .meta_item a {
  color: var(--osr-ink-2);
  text-decoration: none;
}
.mow_fn_blog .fn__meta .meta_item a:hover { color: var(--osr-accent); }
.mow_fn_blog .fn__meta .meta_item.cat_item a,
.mow_fn_blog .fn__meta .meta_item.category_item a {
  color: var(--osr-accent-ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 11px;
}
.mow_fn_blog .fn__meta .sticky_label {
  background: var(--osr-ink);
  color: var(--osr-bg);
  padding: 3px 7px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mow_fn_blog .fn__meta .sticky_label::before { display: none !important; }

/* Author chip in cards */
.mow_fn_blog .fn__meta .author_avatar img,
.mow_fn_blog .fn__meta .meta_author img {
  width: 20px; height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

/* Read more button */
.mow_fn_blog .read_more,
.mow_fn_blog .blog__readmore,
.mow_fn_blog .read_more_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--bff);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--osr-ink-2);
  text-decoration: none;
  margin-top: 4px;
}
.mow_fn_blog .read_more:hover,
.mow_fn_blog .blog__readmore:hover { color: var(--osr-accent); }

/* Rating badge over image */
.mow_fn_blog .fn__rating_count {
  position: absolute;
  top: 12px; left: 12px;
  background: rgba(0,0,0,0.82);
  color: #fff;
  padding: 6px 10px;
  border-radius: 2px;
  font-family: var(--hff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 2;
}
.mow_fn_blog .fn__rating_count .number { color: #fff; font-weight: 700; }

/* Gallery count badge */
.mow_fn_blog .mow_fn_gallery_count {
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-family: var(--bff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 2;
}

/* Video badge */
.mow_fn_blog .os-videoBadge {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--osr-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mow_fn_blog .os-videoBadge::before {
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}

/* Images: ensure container is relative so badges anchor correctly */
.mow_fn_blog .blog__image,
.mow_fn_bloglist_small_list .img_holder,
.mow_fn_bloglist_small_list_2 .img_holder {
  position: relative;
}

/* Compact list thumbnails must stay clean; keep save/exclusive actions in text UI only. */
.mow_fn_bloglist_small_list .img_holder .fn__rating_count,
.mow_fn_bloglist_small_list .img_holder .mow_fn_gallery_count,
.mow_fn_bloglist_small_list .img_holder .gallery_count,
.mow_fn_bloglist_small_list .img_holder .os-videoBadge,
.mow_fn_bloglist_small_list .img_holder .osemp-card-badges,
.mow_fn_bloglist_small_list .img_holder .os-accessIcon,
.mow_fn_bloglist_small_list .img_holder .osemp-fav-toggle,
.mow_fn_bloglist_small_list_2 .img_holder .fn__rating_count,
.mow_fn_bloglist_small_list_2 .img_holder .mow_fn_gallery_count,
.mow_fn_bloglist_small_list_2 .img_holder .gallery_count,
.mow_fn_bloglist_small_list_2 .img_holder .os-videoBadge,
.mow_fn_bloglist_small_list_2 .img_holder .osemp-card-badges,
.mow_fn_bloglist_small_list_2 .img_holder .os-accessIcon,
.mow_fn_bloglist_small_list_2 .img_holder .osemp-fav-toggle {
  display: none;
}

/* Listing ad slot */
.mow_fn_blog .post_item--listbetween-ad {
  background: var(--osr-surface-2);
  border: 1px dashed var(--osr-line-strong);
  border-radius: var(--osr-radius);
  padding: 18px;
  text-align: center;
  position: relative;
}
.mow_fn_blog .post_item--listbetween-ad::before {
  content: "Publicidade";
  display: block;
  font-family: var(--bff);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--osr-muted);
  margin-bottom: 10px;
}

/* =========================================================================
   9) PAGINATION (mow_fn_pagination)
   ========================================================================= */
.mow_fn_pagination,
.mow_fn_pagination_wrap {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.mow_fn_pagination ul,
.mow_fn_pagination .pagination,
.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0; padding: 0;
  list-style: none;
}
.mow_fn_pagination a,
.mow_fn_pagination span,
.page-numbers a,
.page-numbers span,
.page-numbers .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px; height: 38px;
  padding: 0 12px;
  border: 1px solid var(--osr-line);
  background: var(--osr-surface);
  border-radius: 2px;
  font-family: var(--bff);
  font-size: 13px;
  font-weight: 600;
  color: var(--osr-ink-2);
  text-decoration: none;
}
.mow_fn_pagination a:hover,
.page-numbers a:hover { border-color: var(--osr-ink); color: var(--osr-ink); }
.mow_fn_pagination .current,
.page-numbers .current,
.page-numbers.current {
  background: var(--osr-ink);
  color: var(--osr-bg);
  border-color: var(--osr-ink);
}

/* =========================================================================
   10) SIDEBAR (when archive has sidebars)
   ========================================================================= */
.mow_fn_index .mow_fn_ws .wspage_cols {
  display: grid;
  grid-template-columns: 1fr var(--osr-aside-w);
  gap: var(--osr-gutter);
  align-items: start;
}
.mow_fn_index .mow_fn_ws .wspage_list { min-width: 0; }
.mow_fn_index .mow_fn_ws .wspage_secondary {
  /* secondary sidebar (left) - only when both are enabled */
}
.mow_fn_index .mow_fn_ws[data-secondary-sidebar]:not([data-secondary-sidebar="disable"]) .wspage_cols {
  grid-template-columns: var(--osr-aside-w) 1fr var(--osr-aside-w);
}
.mow_fn_index .mow_fn_ws .wspage_secondary { order: -1; }
.mow_fn_index .mow_fn_ws .wspage_in { padding: 0; }

.mow_fn_index .wspage_bar,
.mow_fn_index .wspage_secondary {
  font-family: var(--bff);
  font-size: 14.5px;
  color: var(--osr-ink-2);
}
.mow_fn_index .wspage_bar .widget,
.mow_fn_index .wspage_secondary .widget {
  padding: 22px 0;
  border-bottom: 1px solid var(--osr-line);
}
.mow_fn_index .wspage_bar .widget:first-child,
.mow_fn_index .wspage_secondary .widget:first-child { padding-top: 0; }
.mow_fn_index .wspage_bar .widget:last-child,
.mow_fn_index .wspage_secondary .widget:last-child { border-bottom: none; }

.mow_fn_index .wspage_bar .widget-title,
.mow_fn_index .wspage_secondary .widget-title,
.mow_fn_index .wspage_bar h2,
.mow_fn_index .wspage_secondary h2 {
  font-family: var(--hff);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--osr-muted);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--osr-line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mow_fn_index .wspage_bar .widget-title::before,
.mow_fn_index .wspage_bar h2::before,
.mow_fn_index .wspage_secondary .widget-title::before,
.mow_fn_index .wspage_secondary h2::before {
  content: "";
  width: 16px; height: 2px;
  background: var(--osr-accent);
}
.mow_fn_index .wspage_bar ul,
.mow_fn_index .wspage_secondary ul {
  list-style: none;
  margin: 0; padding: 0;
}
.mow_fn_index .wspage_bar ul li,
.mow_fn_index .wspage_secondary ul li {
  padding: 10px 0;
  border-top: 1px solid var(--osr-line-2);
}
.mow_fn_index .wspage_bar ul li:first-child,
.mow_fn_index .wspage_secondary ul li:first-child { border-top: none; padding-top: 0; }
.mow_fn_index .wspage_bar ul li a,
.mow_fn_index .wspage_secondary ul li a {
  color: var(--osr-ink);
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}
.mow_fn_index .wspage_bar ul li a:hover,
.mow_fn_index .wspage_secondary ul li a:hover { color: var(--osr-accent); }

/* =========================================================================
   11) SEARCH-SPECIFIC TUNING
   ========================================================================= */
.search .mow_fn_pagetitle h1::after {
  content: attr(data-query);
  font-weight: 400;
  color: var(--osr-muted);
  margin-left: 8px;
}

/* =========================================================================
   12) RESPONSIVE
   ========================================================================= */
@media (max-width: 1024px) {
  .mow_fn_index .mow_fn_ws .wspage_cols { grid-template-columns: 1fr; gap: 32px; }
  .mow_fn_index .mow_fn_ws[data-secondary-sidebar]:not([data-secondary-sidebar="disable"]) .wspage_cols {
    grid-template-columns: 1fr;
  }
  .mow_fn_bloglist_grid,
  .mow_fn_bloglist_modern { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .mow_fn_bloglist_grid,
  .mow_fn_bloglist_grid_2,
  .mow_fn_bloglist_grid_3,
  .mow_fn_bloglist_modern,
  .mow_fn_bloglist_modern_2,
  .mow_fn_bloglist_overlay_classic,
  .mow_fn_bloglist_overlay_modern,
  .mow_fn_bloglist_overlay_classic_2 { grid-template-columns: 1fr; }

  .mow_fn_bloglist_small_list .blog__item_small_list,
  .mow_fn_bloglist_small_list_2 .blog__item_small_list {
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }
  .mow_fn_bloglist_small_list .fn__title,
  .mow_fn_bloglist_small_list_2 .fn__title { font-size: 16px; }

  .mow_fn_pagetitle { padding: 24px 0 18px; }
  .mow_fn_pagetitle .pagetitle { flex-direction: column; align-items: flex-start; gap: 12px; }
  .mow_fn_pagetitle h1 { font-size: clamp(24px, 7vw, 32px); }

  .os-archiveIntro { padding: 22px 0; }
}

/* =========================================================================
   13) FOCUS / A11Y
   ========================================================================= */
.mow_fn_index a:focus-visible,
.mow_fn_index button:focus-visible {
  outline: 2px solid var(--osr-accent);
  outline-offset: 3px;
  border-radius: 2px;
}

/* =========================================================================
   14) CANONICAL ARCHIVE CLASSES — keep legacy hooks, make new layout explicit
   ========================================================================= */
.mow_fn_blog.os-archiveListing {
  width: 100%;
  overflow-x: hidden;
}

.mow_fn_blog.os-archiveListing .os-archiveListing__shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
}

.mow_fn_blog.os-archiveListing .os-archiveListing__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--osr-gap);
  max-width: none;
}

.mow_fn_blog.os-archiveListing .post_item--listbetween-ad {
  grid-column: 1 / -1;
}

.os-archiveListing__shell,
.os-archiveListing__list,
.os-archivePost,
.os-archivePost__card {
  min-width: 0;
}

.os-archivePost__card {
  background: var(--osr-surface);
  border-color: var(--osr-line);
  box-shadow: none !important;
}

.os-archivePost__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.os-archivePost__body {
  min-width: 0;
}

.os-archivePost__body a {
  text-decoration: none;
}

.mow_fn_index .os-shortcodeSurface {
  border: 1px solid var(--osr-line);
  border-radius: var(--osr-radius);
  background: var(--osr-surface);
  box-shadow: none !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mow_fn_index .os-shortcodeSurface table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 720px) {
  .mow_fn_blog.os-archiveListing .os-archiveListing__shell {
    width: min(100% - 24px, 1320px);
  }
  .mow_fn_blog.os-archiveListing .os-archiveListing__list {
    grid-template-columns: 1fr;
  }
  .os-archivePost__card {
    max-width: 100%;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .mow_fn_blog.os-archiveListing .os-archiveListing__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================================
   15) CANONICAL ARCHIVE CARDS — gallery/video-safe renderer
   ========================================================================= */
.mow_fn_index .mow_fn_ws .wspage_cols {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, var(--osr-aside-w)) !important;
  gap: var(--osr-gutter) !important;
  align-items: start !important;
}

.mow_fn_index .mow_fn_ws[data-secondary-sidebar]:not([data-secondary-sidebar="disable"]) .wspage_cols {
  grid-template-columns: minmax(260px, var(--osr-aside-w)) minmax(0, 1fr) minmax(300px, var(--osr-aside-w)) !important;
}

.mow_fn_index .wspage_list,
.mow_fn_index .wspage_bar,
.mow_fn_index .wspage_secondary {
  min-width: 0;
}

/* =========================================================================
   16) ARCHIVE SIDEBAR STICKY
   Mesmo comportamento do single: CSS sticky e JS legado sem top negativo.
   ========================================================================= */
@media (min-width: 1041px) {
  body.archive .mow_fn_index,
  body.category .mow_fn_index,
  body.tag .mow_fn_index,
  body.search .mow_fn_index,
  body.blog .mow_fn_index,
  body.archive .mow_fn_index .mow_fn_ws,
  body.category .mow_fn_index .mow_fn_ws,
  body.tag .mow_fn_index .mow_fn_ws,
  body.search .mow_fn_index .mow_fn_ws,
  body.blog .mow_fn_index .mow_fn_ws,
  body.archive .mow_fn_index .mow_fn_ws > .container,
  body.category .mow_fn_index .mow_fn_ws > .container,
  body.tag .mow_fn_index .mow_fn_ws > .container,
  body.search .mow_fn_index .mow_fn_ws > .container,
  body.blog .mow_fn_index .mow_fn_ws > .container,
  body.archive .mow_fn_index .wspage_cols,
  body.category .mow_fn_index .wspage_cols,
  body.tag .mow_fn_index .wspage_cols,
  body.search .mow_fn_index .wspage_cols,
  body.blog .mow_fn_index .wspage_cols,
  body.archive .mow_fn_index .wspage_bar,
  body.category .mow_fn_index .wspage_bar,
  body.tag .mow_fn_index .wspage_bar,
  body.search .mow_fn_index .wspage_bar,
  body.blog .mow_fn_index .wspage_bar {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
  }

  body.archive .mow_fn_index .wspage_bar,
  body.category .mow_fn_index .wspage_bar,
  body.tag .mow_fn_index .wspage_bar,
  body.search .mow_fn_index .wspage_bar,
  body.blog .mow_fn_index .wspage_bar {
    position: relative !important;
    top: auto !important;
    align-self: flex-start !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.archive.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.category.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.tag.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.search.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.blog.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 230px !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    transform: none !important;
    will-change: auto !important;
    z-index: 4 !important;
  }

  body.archive.sidebar_sticky_enable .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.category.sidebar_sticky_enable .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.tag.sidebar_sticky_enable .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.search.sidebar_sticky_enable .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.blog.sidebar_sticky_enable .mow_fn_index .wspage_bar .mow_fn_sidebar {
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 1040px) {
  .mow_fn_index .wspage_bar,
  .mow_fn_index .wspage_bar > .wspage_in,
  .mow_fn_index .wspage_bar .mow_fn_sidebar {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }
}

/* =========================================================================
   16.1) ARCHIVE SIDEBAR PARITY WITH SINGLE
   Category/archive sidebars must use the same column, sticky and ad box
   behavior as the single sidebar, including direct Custom HTML ad widgets.
   ========================================================================= */
@media (min-width: 1041px) {
  body.archive .mow_fn_index,
  body.category .mow_fn_index,
  body.tag .mow_fn_index,
  body.search .mow_fn_index,
  body.blog .mow_fn_index,
  body.archive .mow_fn_index .mow_fn_ws,
  body.category .mow_fn_index .mow_fn_ws,
  body.tag .mow_fn_index .mow_fn_ws,
  body.search .mow_fn_index .mow_fn_ws,
  body.blog .mow_fn_index .mow_fn_ws,
  body.archive .mow_fn_index .mow_fn_ws > .container,
  body.category .mow_fn_index .mow_fn_ws > .container,
  body.tag .mow_fn_index .mow_fn_ws > .container,
  body.search .mow_fn_index .mow_fn_ws > .container,
  body.blog .mow_fn_index .mow_fn_ws > .container,
  body.archive .mow_fn_index .wspage_cols,
  body.category .mow_fn_index .wspage_cols,
  body.tag .mow_fn_index .wspage_cols,
  body.search .mow_fn_index .wspage_cols,
  body.blog .mow_fn_index .wspage_cols,
  body.archive .mow_fn_index .wspage_col,
  body.category .mow_fn_index .wspage_col,
  body.tag .mow_fn_index .wspage_col,
  body.search .mow_fn_index .wspage_col,
  body.blog .mow_fn_index .wspage_col,
  body.archive .mow_fn_index .wspage_bar,
  body.category .mow_fn_index .wspage_bar,
  body.tag .mow_fn_index .wspage_bar,
  body.search .mow_fn_index .wspage_bar,
  body.blog .mow_fn_index .wspage_bar,
  body.archive .mow_fn_index .wspage_bar > .wspage_in,
  body.category .mow_fn_index .wspage_bar > .wspage_in,
  body.tag .mow_fn_index .wspage_bar > .wspage_in,
  body.search .mow_fn_index .wspage_bar > .wspage_in,
  body.blog .mow_fn_index .wspage_bar > .wspage_in,
  body.archive .mow_fn_index .mow_fn_sidebar,
  body.category .mow_fn_index .mow_fn_sidebar,
  body.tag .mow_fn_index .mow_fn_sidebar,
  body.search .mow_fn_index .mow_fn_sidebar,
  body.blog .mow_fn_index .mow_fn_sidebar,
  body.archive .mow_fn_index .widget_mow_ad,
  body.category .mow_fn_index .widget_mow_ad,
  body.tag .mow_fn_index .widget_mow_ad,
  body.search .mow_fn_index .widget_mow_ad,
  body.blog .mow_fn_index .widget_mow_ad,
  body.archive .mow_fn_index .mow_fn_widget_ad_wrapper,
  body.category .mow_fn_index .mow_fn_widget_ad_wrapper,
  body.tag .mow_fn_index .mow_fn_widget_ad_wrapper,
  body.search .mow_fn_index .mow_fn_widget_ad_wrapper,
  body.blog .mow_fn_index .mow_fn_widget_ad_wrapper,
  body.archive .mow_fn_index .mow_fn_widget_ad,
  body.category .mow_fn_index .mow_fn_widget_ad,
  body.tag .mow_fn_index .mow_fn_widget_ad,
  body.search .mow_fn_index .mow_fn_widget_ad,
  body.blog .mow_fn_index .mow_fn_widget_ad,
  body.archive .mow_fn_index .ad_content,
  body.category .mow_fn_index .ad_content,
  body.tag .mow_fn_index .ad_content,
  body.search .mow_fn_index .ad_content,
  body.blog .mow_fn_index .ad_content,
  body.archive .mow_fn_index #div-banner-lateral,
  body.category .mow_fn_index #div-banner-lateral,
  body.tag .mow_fn_index #div-banner-lateral,
  body.search .mow_fn_index #div-banner-lateral,
  body.blog .mow_fn_index #div-banner-lateral,
  body.archive .mow_fn_index .adsingle_lateral,
  body.category .mow_fn_index .adsingle_lateral,
  body.tag .mow_fn_index .adsingle_lateral,
  body.search .mow_fn_index .adsingle_lateral,
  body.blog .mow_fn_index .adsingle_lateral {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    max-height: none !important;
  }

  body.archive .mow_fn_index .wspage_cols,
  body.category .mow_fn_index .wspage_cols,
  body.tag .mow_fn_index .wspage_cols,
  body.search .mow_fn_index .wspage_cols,
  body.blog .mow_fn_index .wspage_cols {
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin-left: calc(-1 * var(--osr-gutter, 30px)) !important;
  }

  body.archive .mow_fn_index .wspage_col,
  body.category .mow_fn_index .wspage_col,
  body.tag .mow_fn_index .wspage_col,
  body.search .mow_fn_index .wspage_col,
  body.blog .mow_fn_index .wspage_col {
    flex: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - var(--osr-aside-w, 360px)) !important;
    padding-left: var(--osr-gutter, 30px) !important;
  }

  body.archive .mow_fn_index .wspage_list,
  body.category .mow_fn_index .wspage_list,
  body.tag .mow_fn_index .wspage_list,
  body.search .mow_fn_index .wspage_list,
  body.blog .mow_fn_index .wspage_list {
    flex: 1 1 0 !important;
    width: calc(100% - var(--osr-aside-w, 360px)) !important;
    max-width: calc(100% - var(--osr-aside-w, 360px)) !important;
    min-width: 0 !important;
  }

  body.archive .mow_fn_index .wspage_bar,
  body.category .mow_fn_index .wspage_bar,
  body.tag .mow_fn_index .wspage_bar,
  body.search .mow_fn_index .wspage_bar,
  body.blog .mow_fn_index .wspage_bar {
    position: relative !important;
    top: auto !important;
    flex: 0 0 var(--osr-aside-w, 360px) !important;
    width: var(--osr-aside-w, 360px) !important;
    max-width: var(--osr-aside-w, 360px) !important;
    padding-left: var(--osr-gutter, 30px) !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
  }

  body.archive.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.category.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.tag.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.search.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in,
  body.blog.sidebar_sticky_enable .mow_fn_index .wspage_bar > .wspage_in {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 24px !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    transform: none !important;
    will-change: auto !important;
    z-index: 4 !important;
  }

  body.archive .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.category .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.tag .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.search .mow_fn_index .wspage_bar .mow_fn_sidebar,
  body.blog .mow_fn_index .wspage_bar .mow_fn_sidebar {
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad {
    box-sizing: border-box !important;
    position: relative !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.category .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.tag .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.search .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.blog .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)) {
    box-sizing: border-box !important;
    position: relative !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 1px dashed var(--osr-line) !important;
    border-radius: 6px !important;
    background: #fffdfb !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper),
  body.category .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper),
  body.tag .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper),
  body.search .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper),
  body.blog .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper) {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper))::before,
  body.category .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper))::before,
  body.tag .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper))::before,
  body.search .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper))::before,
  body.blog .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper))::before {
    content: "PUBLICIDADE";
    display: inline-flex;
    align-items: center;
    margin: 14px 14px 12px;
    padding-left: 32px;
    background: linear-gradient(var(--osr-accent), var(--osr-accent)) left center / 22px 2px no-repeat;
    color: var(--osr-muted);
    font-family: var(--hff);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.archive .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper)::before,
  body.category .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper)::before,
  body.tag .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper)::before,
  body.search .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper)::before,
  body.blog .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper)::before {
    content: none !important;
    display: none !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 1px dashed var(--osr-line) !important;
    border-radius: 6px !important;
    background: #fffdfb !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad {
    text-align: center;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .ad_title,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .ad_title,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .ad_title,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .ad_title,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .ad_title {
    margin: 0 0 12px !important;
    padding: 14px 14px 0 !important;
    text-align: left !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--osr-muted) !important;
    font-family: var(--hff) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3::before,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3::before,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3::before,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3::before,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .ad_title h3::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--osr-accent);
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .ad_content,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .ad_content,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .ad_content,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .ad_content,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .ad_content {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    height: 600px !important;
    min-height: 600px !important;
    text-align: center !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad,
  body.archive .mow_fn_index .wspage_bar .mow_fn_widget_ad_wrapper,
  body.category .mow_fn_index .wspage_bar .mow_fn_widget_ad_wrapper,
  body.tag .mow_fn_index .wspage_bar .mow_fn_widget_ad_wrapper,
  body.search .mow_fn_index .wspage_bar .mow_fn_widget_ad_wrapper,
  body.blog .mow_fn_index .wspage_bar .mow_fn_widget_ad_wrapper,
  body.archive .mow_fn_index .wspage_bar .mow_fn_widget_ad,
  body.category .mow_fn_index .wspage_bar .mow_fn_widget_ad,
  body.tag .mow_fn_index .wspage_bar .mow_fn_widget_ad,
  body.search .mow_fn_index .wspage_bar .mow_fn_widget_ad,
  body.blog .mow_fn_index .wspage_bar .mow_fn_widget_ad,
  body.archive .mow_fn_index .wspage_bar .ad_content,
  body.category .mow_fn_index .wspage_bar .ad_content,
  body.tag .mow_fn_index .wspage_bar .ad_content,
  body.search .mow_fn_index .wspage_bar .ad_content,
  body.blog .mow_fn_index .wspage_bar .ad_content,
  body.archive .mow_fn_index .wspage_bar #div-banner-lateral,
  body.category .mow_fn_index .wspage_bar #div-banner-lateral,
  body.tag .mow_fn_index .wspage_bar #div-banner-lateral,
  body.search .mow_fn_index .wspage_bar #div-banner-lateral,
  body.blog .mow_fn_index .wspage_bar #div-banner-lateral,
  body.archive .mow_fn_index .wspage_bar .adsingle_lateral,
  body.category .mow_fn_index .wspage_bar .adsingle_lateral,
  body.tag .mow_fn_index .wspage_bar .adsingle_lateral,
  body.search .mow_fn_index .wspage_bar .adsingle_lateral,
  body.blog .mow_fn_index .wspage_bar .adsingle_lateral {
    display: block !important;
    width: 100% !important;
    min-width: 300px !important;
  }

  body.archive .mow_fn_index .wspage_bar #div-banner-lateral,
  body.category .mow_fn_index .wspage_bar #div-banner-lateral,
  body.tag .mow_fn_index .wspage_bar #div-banner-lateral,
  body.search .mow_fn_index .wspage_bar #div-banner-lateral,
  body.blog .mow_fn_index .wspage_bar #div-banner-lateral,
  body.archive .mow_fn_index .wspage_bar .adsingle_lateral,
  body.category .mow_fn_index .wspage_bar .adsingle_lateral,
  body.tag .mow_fn_index .wspage_bar .adsingle_lateral,
  body.search .mow_fn_index .wspage_bar .adsingle_lateral,
  body.blog .mow_fn_index .wspage_bar .adsingle_lateral {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    background: transparent !important;
  }

  body.archive .mow_fn_index .wspage_bar #div-banner-lateral ins.adsbygoogle,
  body.category .mow_fn_index .wspage_bar #div-banner-lateral ins.adsbygoogle,
  body.tag .mow_fn_index .wspage_bar #div-banner-lateral ins.adsbygoogle,
  body.search .mow_fn_index .wspage_bar #div-banner-lateral ins.adsbygoogle,
  body.blog .mow_fn_index .wspage_bar #div-banner-lateral ins.adsbygoogle,
  body.archive .mow_fn_index .wspage_bar .adsingle_lateral ins.adsbygoogle,
  body.category .mow_fn_index .wspage_bar .adsingle_lateral ins.adsbygoogle,
  body.tag .mow_fn_index .wspage_bar .adsingle_lateral ins.adsbygoogle,
  body.search .mow_fn_index .wspage_bar .adsingle_lateral ins.adsbygoogle,
  body.blog .mow_fn_index .wspage_bar .adsingle_lateral ins.adsbygoogle,
  body.archive .mow_fn_index .wspage_bar .widget_mow_ad ins.adsbygoogle[style*="300px;height:600px"],
  body.category .mow_fn_index .wspage_bar .widget_mow_ad ins.adsbygoogle[style*="300px;height:600px"],
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad ins.adsbygoogle[style*="300px;height:600px"],
  body.search .mow_fn_index .wspage_bar .widget_mow_ad ins.adsbygoogle[style*="300px;height:600px"],
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad ins.adsbygoogle[style*="300px;height:600px"] {
    display: inline-block !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.archive .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.category .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.tag .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.search .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.blog .mow_fn_index .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  body.archive .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.category .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.tag .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.search .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)),
  body.blog .mow_fn_index .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)) {
    padding-bottom: 14px !important;
  }
}

/* =========================================================================
   16.2) HOT PAGE SIDEBAR PARITY
   A pagina "Mais lidas" usa o loop de archive, mas roda como page template.
   O sidebar precisa herdar o mesmo desenho/sticky das categorias.
   ========================================================================= */
@media (min-width: 1041px) {
  .mow_fn_index[data-page="hot"],
  .mow_fn_index[data-page="hot"] .mow_fn_ws,
  .mow_fn_index[data-page="hot"] .mow_fn_ws > .container,
  .mow_fn_index[data-page="hot"] .wspage_cols,
  .mow_fn_index[data-page="hot"] .wspage_col,
  .mow_fn_index[data-page="hot"] .wspage_bar,
  .mow_fn_index[data-page="hot"] .wspage_bar > .wspage_in,
  .mow_fn_index[data-page="hot"] .mow_fn_sidebar,
  .mow_fn_index[data-page="hot"] .widget_mow_ad,
  .mow_fn_index[data-page="hot"] .mow_fn_widget_ad_wrapper,
  .mow_fn_index[data-page="hot"] .mow_fn_widget_ad,
  .mow_fn_index[data-page="hot"] .ad_content,
  .mow_fn_index[data-page="hot"] #div-banner-lateral,
  .mow_fn_index[data-page="hot"] .adsingle_lateral {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    contain: none !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    max-height: none !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_cols {
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin-left: calc(-1 * var(--osr-gutter, 30px)) !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_col {
    flex: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - var(--osr-aside-w, 360px)) !important;
    padding-left: var(--osr-gutter, 30px) !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_list {
    flex: 1 1 0 !important;
    width: calc(100% - var(--osr-aside-w, 360px)) !important;
    max-width: calc(100% - var(--osr-aside-w, 360px)) !important;
    min-width: 0 !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar {
    position: relative !important;
    top: auto !important;
    flex: 0 0 var(--osr-aside-w, 360px) !important;
    width: var(--osr-aside-w, 360px) !important;
    max-width: var(--osr-aside-w, 360px) !important;
    padding-left: var(--osr-gutter, 30px) !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
  }

  body.sidebar_sticky_enable .mow_fn_index[data-page="hot"] .wspage_bar > .wspage_in,
  .mow_fn_index[data-page="hot"] .wspage_bar > .wspage_in {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 24px !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    transform: none !important;
    will-change: auto !important;
    z-index: 4 !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .mow_fn_sidebar {
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad {
    box-sizing: border-box !important;
    position: relative !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)) {
    box-sizing: border-box !important;
    position: relative !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 1px dashed var(--osr-line) !important;
    border-radius: 6px !important;
    background: #fffdfb !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper) {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper))::before {
    content: "PUBLICIDADE";
    display: inline-flex;
    align-items: center;
    margin: 14px 14px 12px;
    padding-left: 32px;
    background: linear-gradient(var(--osr-accent), var(--osr-accent)) left center / 22px 2px no-repeat;
    color: var(--osr-muted);
    font-family: var(--hff);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_block:has(#div-banner-lateral):has(.mow_fn_widget_ad_wrapper)::before {
    content: none !important;
    display: none !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 1px dashed var(--osr-line) !important;
    border-radius: 6px !important;
    background: #fffdfb !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .mow_fn_widget_ad {
    text-align: center;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .ad_title {
    margin: 0 0 12px !important;
    padding: 14px 14px 0 !important;
    text-align: left !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .ad_title h3 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--osr-muted) !important;
    font-family: var(--hff) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .ad_title h3::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--osr-accent);
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .ad_content {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    height: 600px !important;
    min-height: 600px !important;
    text-align: center !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad,
  .mow_fn_index[data-page="hot"] .wspage_bar .mow_fn_widget_ad_wrapper,
  .mow_fn_index[data-page="hot"] .wspage_bar .mow_fn_widget_ad,
  .mow_fn_index[data-page="hot"] .wspage_bar .ad_content,
  .mow_fn_index[data-page="hot"] .wspage_bar #div-banner-lateral,
  .mow_fn_index[data-page="hot"] .wspage_bar .adsingle_lateral {
    display: block !important;
    width: 100% !important;
    min-width: 300px !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar #div-banner-lateral,
  .mow_fn_index[data-page="hot"] .wspage_bar .adsingle_lateral {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    background: transparent !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar #div-banner-lateral ins.adsbygoogle,
  .mow_fn_index[data-page="hot"] .wspage_bar .adsingle_lateral ins.adsbygoogle,
  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad ins.adsbygoogle[style*="300px;height:600px"] {
    display: inline-block !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_bar .widget_mow_ad .mow_fn_widget_ad_wrapper,
  .mow_fn_index[data-page="hot"] .wspage_bar .widget_block:has(#div-banner-lateral):not(:has(.mow_fn_widget_ad_wrapper)) {
    padding-bottom: 14px !important;
  }
}

@media (max-width: 1040px) {
  .mow_fn_index[data-page="hot"] .wspage_cols {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    margin-left: 0 !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_col,
  .mow_fn_index[data-page="hot"] .wspage_list,
  .mow_fn_index[data-page="hot"] .wspage_bar,
  .mow_fn_index[data-page="hot"] .wspage_bar > .wspage_in {
    position: static !important;
    top: auto !important;
    flex: auto !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    transform: none !important;
  }
}

.os-archiveListing--cards {
  width: 100%;
}

.osArchiveGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}

.mow_fn_ws .wspage_list .osArchiveGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.osArchiveCard {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--osr-surface);
  border: 1px solid var(--osr-line);
  border-radius: var(--osr-radius);
  box-shadow: none;
}

.osArchiveCard__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--osr-surface-2);
  color: inherit;
  text-decoration: none;
}

.osArchiveCard__image,
.osArchiveCard__media img,
.osArchiveCard__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.osArchiveCard__placeholder {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.24) 0 14px, rgba(255,255,255,.08) 14px 28px),
    #e6d9d2;
}

.osArchiveCard:nth-child(3n + 2) .osArchiveCard__placeholder { background-color: #cfe2d1; }
.osArchiveCard:nth-child(3n + 3) .osArchiveCard__placeholder { background-color: #cfd9ec; }

.osArchiveCard__mediaBadge {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 2px;
  background: #1c1815;
  color: #fff;
  font-family: var(--hff);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
}

.osArchiveCard__mediaBadge--video {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  background: var(--osr-accent);
}

.osArchiveCard__mediaBadge .fn__isvg {
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px;
}

.osArchiveCard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 22px 24px 24px;
}

.osArchiveCard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-family: var(--hff);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.osArchiveCard__category {
  color: var(--osr-accent-ink);
  text-decoration: none !important;
}

.osArchiveCard__date {
  color: var(--osr-muted);
}

.osArchiveCard__category + .osArchiveCard__date::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: var(--osr-line);
}

.osArchiveCard__title {
  margin: 0;
  font-family: var(--hff);
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--osr-ink);
}

.osArchiveCard__title a {
  color: inherit;
  text-decoration: none !important;
}

.osArchiveCard__title a:hover,
.osArchiveCard__category:hover {
  color: var(--osr-accent-ink);
}

.osArchiveCard__excerpt {
  margin: 16px 0 0;
  color: var(--osr-ink-2);
  font-family: var(--bff);
  font-size: 17px;
  line-height: 1.5;
}

.osArchiveCard__readMore {
  margin-top: auto;
  padding-top: 22px;
}

.osArchiveCard__readMore a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--osr-ink);
  font-family: var(--hff);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.osArchiveCard__readMore .icon,
.osArchiveCard__readMore .fn__isvg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 14px;
}

@media (min-width: 1041px) {
  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveGrid,
  body.archive .mow_fn_index .wspage_list .osArchiveGrid,
  body.category .mow_fn_index .wspage_list .osArchiveGrid,
  body.tag .mow_fn_index .wspage_list .osArchiveGrid,
  body.search .mow_fn_index .wspage_list .osArchiveGrid,
  body.blog .mow_fn_index .wspage_list .osArchiveGrid {
    gap: 22px !important;
  }

  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveCard__media,
  body.archive .mow_fn_index .wspage_list .osArchiveCard__media,
  body.category .mow_fn_index .wspage_list .osArchiveCard__media,
  body.tag .mow_fn_index .wspage_list .osArchiveCard__media,
  body.search .mow_fn_index .wspage_list .osArchiveCard__media,
  body.blog .mow_fn_index .wspage_list .osArchiveCard__media {
    aspect-ratio: 16 / 9;
  }

  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveCard__body,
  body.archive .mow_fn_index .wspage_list .osArchiveCard__body,
  body.category .mow_fn_index .wspage_list .osArchiveCard__body,
  body.tag .mow_fn_index .wspage_list .osArchiveCard__body,
  body.search .mow_fn_index .wspage_list .osArchiveCard__body,
  body.blog .mow_fn_index .wspage_list .osArchiveCard__body {
    padding: 18px 18px 20px;
  }

  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveCard__meta,
  body.archive .mow_fn_index .wspage_list .osArchiveCard__meta,
  body.category .mow_fn_index .wspage_list .osArchiveCard__meta,
  body.tag .mow_fn_index .wspage_list .osArchiveCard__meta,
  body.search .mow_fn_index .wspage_list .osArchiveCard__meta,
  body.blog .mow_fn_index .wspage_list .osArchiveCard__meta {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .10em;
  }

  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveCard__title,
  body.archive .mow_fn_index .wspage_list .osArchiveCard__title,
  body.category .mow_fn_index .wspage_list .osArchiveCard__title,
  body.tag .mow_fn_index .wspage_list .osArchiveCard__title,
  body.search .mow_fn_index .wspage_list .osArchiveCard__title,
  body.blog .mow_fn_index .wspage_list .osArchiveCard__title {
    font-size: clamp(19px, 1.45vw, 23px);
    line-height: 1.14;
  }

  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveCard__excerpt,
  body.archive .mow_fn_index .wspage_list .osArchiveCard__excerpt,
  body.category .mow_fn_index .wspage_list .osArchiveCard__excerpt,
  body.tag .mow_fn_index .wspage_list .osArchiveCard__excerpt,
  body.search .mow_fn_index .wspage_list .osArchiveCard__excerpt,
  body.blog .mow_fn_index .wspage_list .osArchiveCard__excerpt {
    margin-top: 10px;
    font-size: 14.5px;
    line-height: 1.45;
  }

  .mow_fn_index[data-page="hot"] .wspage_list .osArchiveCard__readMore,
  body.archive .mow_fn_index .wspage_list .osArchiveCard__readMore,
  body.category .mow_fn_index .wspage_list .osArchiveCard__readMore,
  body.tag .mow_fn_index .wspage_list .osArchiveCard__readMore,
  body.search .mow_fn_index .wspage_list .osArchiveCard__readMore,
  body.blog .mow_fn_index .wspage_list .osArchiveCard__readMore {
    padding-top: 16px;
  }
}

.osArchiveCardAd {
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
}

.osArchiveCardAd .os-ads-premium,
.osArchiveCardAd ins.adsbygoogle {
  max-width: 100%;
}

.mow_fn_index[data-page="hot"] .os-pageContent {
  max-width: 900px;
  margin: -12px 0 34px;
  color: var(--osr-ink-2);
  font-family: var(--bff);
  font-size: 17px;
  line-height: 1.65;
}

.mow_fn_index[data-page="hot"] .os-pageContent > :first-child { margin-top: 0; }
.mow_fn_index[data-page="hot"] .os-pageContent > :last-child { margin-bottom: 0; }

@media (max-width: 1180px) {
  .mow_fn_ws .wspage_list .osArchiveGrid,
  .osArchiveGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .mow_fn_index .mow_fn_ws .wspage_cols,
  .mow_fn_index .mow_fn_ws[data-secondary-sidebar]:not([data-secondary-sidebar="disable"]) .wspage_cols {
    grid-template-columns: 1fr !important;
  }

  .mow_fn_index .wspage_bar,
  .mow_fn_index .wspage_secondary,
  .mow_fn_index .wspage_bar > .wspage_in,
  .mow_fn_index .wspage_secondary > .wspage_in {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 720px) {
  .osArchiveGrid,
  .mow_fn_ws .wspage_list .osArchiveGrid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .osArchiveCard__body {
    padding: 20px;
  }

  .osArchiveCard__title {
    font-size: 25px;
  }

  .osArchiveCard__excerpt {
    font-size: 16px;
  }
}

/* =========================================================================
   16) Surgical archive image polish
   ========================================================================= */
.osArchiveCard__media,
.os-archivePost__media,
.mow_fn_index .mow_fn_blog .blog__image,
.mow_fn_index .mow_fn_blog .img_holder,
.mow_fn_index .mow_fn_blog .fn__gallery_format {
  border-radius: var(--osr-radius);
  overflow: hidden;
}

.osArchiveCard__media {
  border-radius: var(--osr-radius) var(--osr-radius) 0 0;
}

.osArchiveCard__image,
.osArchiveCard__media img,
.osArchiveCard__placeholder,
.os-archivePost__media img,
.mow_fn_index .mow_fn_blog .blog__image img,
.mow_fn_index .mow_fn_blog .img_holder img,
.mow_fn_index .mow_fn_blog .fn__gallery_format img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.mow_fn_index .mow_fn_blog .os-ads-premium,
.mow_fn_index .mow_fn_blog ins.adsbygoogle {
  border-radius: 0;
}

@media (max-width: 720px) {
  .osArchiveCard__media,
  .os-archivePost__media,
  .mow_fn_index .mow_fn_blog .blog__image,
  .mow_fn_index .mow_fn_blog .img_holder,
  .mow_fn_index .mow_fn_blog .fn__gallery_format {
    border-radius: var(--osr-radius);
  }

  .osArchiveCard__media {
    border-radius: var(--osr-radius) var(--osr-radius) 0 0;
  }
}
