/*
Theme Name: BuzzMag
Author: alivurun4
Description: A responsive classic WordPress theme for news and magazine publishers.
Version: 1.9.8
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buzzmag
Domain Path: /languages
*/

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --pink: #f72d86;
  --pink2: #ff4f7d;
  --ink: #0c0d12;
  --muted: #777783;
  --bg: #f8f8fa;
  --blue: #2da7ff;
  --orange: #ff7a18;
  --radius: 14px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
button,
input {
  font: inherit;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.site-container {
  margin: 0 auto;
}





.nav-row {
  align-items: center;
}
.hamburger {
  border: 0;
  display: grid;
  gap: 4px;
  place-content: center;
}
.hamburger span {
  border-radius: 999px;
  height: 2px;
  width: 17px;
}
.brand-logo {
  color: #101015;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.brand-logo b {
  background: var(--pink);
  border-radius: var(--radius);
  color: #fff;
  font-size: 0.72em;
  font-style: italic;
  margin-left: 4px;
  padding: 1px 7px 3px;
}
.primary-nav .menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  text-transform: uppercase;
}
.primary-nav a:hover {
  color: var(--pink);
}
.hero-shell {
  background: #090d13;
  border-radius: var(--radius);
  display: grid;
  gap: 0;
  margin-top: 0;
  min-height: 0;
  overflow: hidden;
}
.main-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.62),
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.78)
    ),
    var(--bg) center / cover no-repeat;
  height: 100%;
  max-height: 284px;
  position: relative;
}
.main-hero > div {
  color: #fff;
  position: absolute;
}
.main-hero h1 {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 12px 0 10px;
}
.pill {
  background: var(--pink);
  border-radius: var(--radius);
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  padding: 6px 9px;
  text-transform: uppercase;
}
.orange {
  background: var(--orange);
}
.blue {
  background: var(--blue);
}
.slide-btn {
  background: rgba(255, 255, 255, 0.16);
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 45%;
  z-index: 2;
}
.slide-btn.prev {
  left: 16px;
}
.slide-btn.next {
  right: 16px;
}
.hero-right-cards {
  display: grid;
  height: 284px;
  max-height: 284px;
}
.hero-right-cards article {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82)),
    var(--bg) center / cover no-repeat;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 0;
}
.hero-right-cards a {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.hero-right-cards h2 {
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 8px;
}
.hero-right-cards p {
  font-weight: 800;
  margin: 0;
}
.category-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.category-cards a {
  align-items: center;
  background: #fff;
  border: 1px solid #ededf3;
  box-shadow: 0 8px 20px rgba(20, 20, 30, 0.05);
  display: grid;
  gap: 0 10px;
}
.category-cards b {
  align-items: center;
  background: linear-gradient(135deg, var(--pink2), var(--pink));
  color: #fff;
  display: flex;
  grid-row: 1 / 3;
  justify-content: center;
}
.category-cards a:nth-child(2) b {
  background: linear-gradient(135deg, #d445ff, #9238ee);
}
.category-cards a:nth-child(3) b {
  background: linear-gradient(135deg, #50c8ff, #237cff);
}
.category-cards a:nth-child(4) b {
  background: linear-gradient(135deg, #ff9f2d, #ff5b21);
}
.category-cards a:nth-child(5) b {
  background: linear-gradient(135deg, #40d36d, #24b65a);
}
.category-cards a:nth-child(6) b {
  background: linear-gradient(135deg, #9554ff, #7831d8);
}
.category-cards span {
  font-weight: 900;
  text-transform: uppercase;
}
.category-cards em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}
.main-grid {
  display: grid;
}
.section-block,
.sidebar-panel {
  background: #fff;
  border: 1px solid #ededf3;
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(20, 20, 30, 0.04);
}
.section-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  
}
.section-title h2 {
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.section-title h2:before {
  color: var(--pink);
  content: "☆";
  margin-right: 8px;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.news-card,
.popular-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.news-card a,
.popular-card a {
  color: #fff;
  display: block;
  position: relative;
}
.news-card a:after,
.popular-card a:after {
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}
.news-card img {
  object-fit: cover;
  width: 100%;
}
.news-card .pill {
  left: 12px;
  position: absolute;
  z-index: 1;
}
.news-card h3,
.popular-card h3,
.news-card p,
.popular-card p {
  left: 12px;
  margin: 0;
  position: absolute;
  right: 12px;
  z-index: 1;
}
.news-card h3 {
  font-weight: 900;
  line-height: 1.2;
}
.news-card p {
  bottom: 12px;
  font-weight: 800;
}
.popular-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.popular-card img {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  width: 100%;
}
.popular-card h3 {
  
  font-weight: 900;
  line-height: 1.2;
}
.popular-card p {
  bottom: 10px;
  font-size: 9px;
  font-weight: 800;
}
.culture {
  background: #fff7fb;
}
.right-sidebar {
  display: grid;
  align-content: start;
}
.sidebar-panel h2 {
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.site-footer {
  margin-top: 24px;
}
.footer-dark {
  background: #080d13;
  color: #fff;
  padding: 26px 0 32px;
  position: relative;
}
.footer-grid-new {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.8fr repeat(3, 1fr) 1.35fr;
}
.footer-logo {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-grid-new p,
.footer-grid-new a {
  color: #cfd3dc;
  display: block;
  margin-bottom: 7px;
}
.footer-grid-new h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
.footer-social {
  display: flex;
  gap: 9px;
  margin-top: 12px;
}
.footer-social a {
  align-items: center;
  background: #151d28;
  border-radius: var(--radius);
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.store-buttons a {
  background: #050507;
  border: 1px solid #27303d;
  border-radius: var(--radius);
  color: #fff;
  padding: 9px 13px;
}
@media (max-width: 700px) {
  .site-container {
    width: calc(100% - 22px);
  }
  .nav-row,
.hero-shell,
.main-grid,
.footer-grid-new {
    grid-template-columns: 1fr;
  }
  .primary-nav .menu,
.category-cards,
.featured-grid,
.popular-grid{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  .hero-right-cards {
    padding-left: 0;
  }
}
.site-container {
  max-width: 1400px;
  width: 100%;
}
.brand-logo {
  font-size: 2.45rem;
}
.hero-shell {
  grid-template-columns: 280px minmax(0, 1fr) 410px;
  height: 460px;
  padding: 10px;
}
.main-hero,
.hero-right-cards {
  height: 440px;
  max-height: 440px;
}
.main-hero {
  min-height: 440px;
}
.main-hero > div {
  bottom: 30px;
  left: 36px;
  right: 36px;
}
.main-hero h1 {
  font-size: clamp(2.25rem, 2.65vw, 3.15rem);
  max-width: 700px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.36);
}
.slide-btn {
  height: 44px;
  width: 44px;
}
.hero-right-cards {
  gap: 10px;
  grid-template-rows: 1fr 1fr;
  padding-left: 10px;
}
.hero-right-cards a {
  padding: 20px;
}
.hero-right-cards h2 {
  font-size: clamp(1.22rem, 1.35vw, 1.62rem);
  max-width: 360px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.hero-right-cards p {
  font-size: 12px;
}
.category-cards {
  gap: 14px;
  margin-top: 18px;
}
.category-cards a {
  grid-template-columns: 56px 1fr;
  min-height: 82px;
  padding: 12px;
}
.category-cards b {
  font-size: 28px;
  height: 56px;
  width: 56px;
}
.category-cards span {
  font-size: 14px;
}
.category-cards em {
  font-size: 12px;
}
.main-grid {
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin-top: 26px;
}
.section-block,
.sidebar-panel {
  padding: 18px;
}
.section-title h2 {
  font-size: 1.18rem;
}
.featured-grid {
  gap: 16px;
}
.news-card img {
  aspect-ratio: 1 / 1.34;
}

.popular-grid {
  gap: 16px;
}
.popular-card h3 {
  font-size: 1rem;
}
.right-sidebar {
  gap: 18px;
}
.sidebar-panel h2 {
  font-size: 1.12rem;
}
@media (max-width: 900px) {
  .site-container {
    width: calc(100% - 24px);
  }
  .nav-row,
.hero-shell,
.main-grid,
.footer-grid-new {
    grid-template-columns: 1fr;
  }
  .hero-shell {
    height: auto;
  }
  .main-hero,
.hero-right-cards {
    height: auto;
    max-height: none;
  }
  .main-hero {
    min-height: 360px;
  }
  .hero-right-cards {
    padding-left: 0;
  }
  .category-cards,
.featured-grid,
.popular-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.masthead-row {
  align-items: center;
}
.header-search {
  display: grid;
  overflow: hidden;
  width: 100%;
}
.header-search input {
  background: transparent;
  border: 0;
  min-width: 0;
  padding: 0 15px;
}
.header-search button {
  border: 0;
  font-size: 11px;
  font-weight: 900;
}

.nav-row {
  gap: 16px;
}
.hamburger {
  color: #fff;
}
.hamburger span {
  background: #fff;
}
.primary-nav a {
  display: inline-flex;
}
.top-model-hero {
  overflow: hidden;
}
.top-model-hero .main-hero {
  max-height: none;
}
.top-model-hero .main-hero::after,
.top-model-hero .hero-right-cards article::after {
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.82));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.top-model-hero .hero-right-cards {
  max-height: none;
  padding-left: 0;
}
.hero-trends {
  color: #fff;
  display: grid;
}
.hero-trends h2 {
  font-weight: 950;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.hero-trends a {
  align-items: center;
  display: grid;
}
.hero-trends b {
  align-items: center;
  background: #ffd63f;
  border-radius: 50%;
  color: #4a2356;
  display: flex;
  justify-content: center;
}
.hero-trends span {
  font-weight: 900;
  line-height: 1.2;
}
.hero-trends em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-weight: 800;
  grid-column: 2;
}
@media (min-width: 1200px) {
  .masthead-row,
.nav-row,
.top-model-hero{
    max-width: 1400px;
  }
}
@media (max-width: 900px) {
  .masthead-row,
.top-model-hero {
    grid-template-columns: 1fr;
  }
  .header-actions {
    justify-content: stretch;
  }
  .header-search {
    max-width: none;
  }
  .top-model-hero {
    height: auto;
  }
  .top-model-hero .main-hero {
    min-height: 360px;
  }
}



.masthead-row .brand-logo b {
  background: transparent;
  line-height: 1;
  padding: 0;
  vertical-align: top;
}
.top-model-hero .main-hero {
  min-height: 0;
}
.top-model-hero .main-hero > div,
.top-model-hero .main-hero .slide-btn,
.top-model-hero .hero-right-cards a,
.top-model-hero .hero-right-cards article::after {
  display: none;
}
.top-model-hero .main-hero p {
  margin-bottom: 12px;
}
.top-model-hero .slide-btn {
  background: rgba(35, 25, 46, 0.86);
  font-size: 24px;
  height: 34px;
  width: 34px;
}
.top-model-hero .hero-right-cards h2 {
  margin-bottom: 5px;
}
.hero-trends {
  gap: 7px;
}
.hero-trends h2 {
  font-size: 11px;
}
.hero-trends a {
  background: transparent;
  border-radius: var(--radius);
  gap: 1px 8px;
  grid-template-columns: 24px 1fr;
  padding: 5px 0;
}
.hero-trends b {
  font-size: 10px;
  height: 21px;
  width: 21px;
}
.hero-trends span {
  font-size: 9px;
}
.hero-trends em {
  font-size: 8px;
}
body {
  background: #f5f5f8;
}
.masthead-row,
.nav-row,
.top-model-hero{
  max-width: 1400px;
  width: 100%;
}

.header-search {
  border-color: #e7dfeb;
}
.nav-row {
  border-top: 1px solid #eee8f2;
}
.top-model-hero {
  margin-top: 18px;
}
.top-model-hero .main-hero {
  border: 0;
}
.hero-trends {
  background: linear-gradient(180deg, #ff2f92, #9d37ff);
  border: 0;
  border-radius: var(--radius);
  padding: 18px;
}
.top-model-hero {
  background: #ffffff;
  border: 1px solid #e7e4ec;
  box-shadow: 0 12px 30px rgba(23, 17, 36, 0.06);
  display: grid;
  
  padding: 10px;
}
.top-model-hero .hero-trends {
  background: linear-gradient(180deg, #e51f8b 0%, #3b0b85 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff;
  height: 358px;
  padding: 18px;
}
.top-model-hero .main-hero {
  background-position: center;
  background-size: cover;
  border-radius: var(--radius);
  filter: none;
  height: 358px;
  overflow: hidden;
}
.top-model-hero .main-hero::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.1) 38%,
    rgba(0, 0, 0, 0.82) 100%
  );
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.top-model-hero .main-hero > div {
  color: #fff;
  left: 22px;
  max-width: 560px;
  position: absolute;
  right: 22px;
  z-index: 2;
}
.top-model-hero .main-hero .slide-btn {
  align-items: center;
  background: rgba(28, 26, 45, 0.72);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 38px;
  justify-content: center;
  width: 38px;
  z-index: 3;
}
.top-model-hero .main-hero h1 {
  font-weight: 950;
  line-height: 1.08;
  margin: 12px 0 8px;
  max-width: 610px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}
.top-model-hero .main-hero p {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.38;
  margin: 0 0 20px;
  max-width: 600px;
}
.top-model-hero .hero-right-cards {
  display: grid;
  
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1.08fr 1fr;
  height: 358px;
}
.top-model-hero .hero-right-cards article {
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: var(--radius);
  filter: none;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.top-model-hero .hero-right-cards article:first-child {
  grid-column: 1 / -1;
}
.top-model-hero .hero-right-cards article::after {
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.84));
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.top-model-hero .hero-right-cards a {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 16px;
  position: relative;
  z-index: 2;
}
.top-model-hero .hero-right-cards h2 {
  font-weight: 950;
  line-height: 1.12;
  margin: 8px 0 8px;
  max-width: 360px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}
.top-model-hero .hero-right-cards p {
  font-weight: 900;
  margin: 0;
}
.top-model-hero .pill {
  border-radius: var(--radius);
  font-size: 9px;
  padding: 5px 8px;
  width: max-content;
}
.top-model-hero .hero-trends h2 {
  
  text-transform: uppercase;
}
.top-model-hero .hero-trends a {
  
  background: transparent;
  border-radius: var(--radius);
  display: grid;
}
.top-model-hero .hero-trends b {
  align-items: center;
  background: #ffd44d;
  border-radius: 50%;
  color: #6d2272;
  display: flex;
  
  justify-content: center;
}

.top-model-hero .hero-trends em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  
  grid-column: 2;
}
.top-model-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.76fr) 280px;
  height: 400px;
}
.top-model-hero .main-hero,
.top-model-hero .hero-right-cards,
.top-model-hero .hero-trends {
  height: 378px;
}
.top-model-hero .hero-trends {
  width: 280px;
}
.top-model-hero .hero-trends h2 {
  font-size: 16px;
}
.top-model-hero .hero-trends a {
  grid-template-columns: 34px 1fr;
  gap: 2px 12px;
}
.top-model-hero .hero-trends b {
  font-size: 16px;
  height: 31px;
  width: 31px;
}
.top-model-hero .hero-trends span {
  font-size: 14px;
  line-height: 1.22;
}
.top-model-hero .hero-trends em {
  font-size: 12px;
}







.main-header {
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%);
  border-bottom: 1px solid #eadff0;
  box-shadow: 0 12px 34px rgba(35, 18, 52, 0.07);
  color: #121018;
}
.masthead-row {
  display: grid;
  min-height: 110px;
  max-width: 1400px;
  width: 100%;
}
.masthead-row .brand-logo {
  background: linear-gradient(90deg, #f72d86 0%, #ff3f72 55%, #ffbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4.25rem;
  font-style: italic;
  font-weight: 950;
  justify-self: center;
  letter-spacing: -0.07em;
  line-height: 1;
  position: relative;
  text-shadow: none;
}
.masthead-row .brand-logo b {
  color: #ffbf24;
  display: inline-block;
  font-size: 0;
  margin-left: -6px;
  position: relative;
  width: 36px;
}
.masthead-row .brand-logo b::before {
  color: #ffbf24;
  content: "★";
  font-size: 2.25rem;
  left: 0;
  position: absolute;
  top: -26px;
}
.masthead-row .brand-logo::after {
  color: #ffbf24;
  content: "";
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  margin-left: -8px;
}
.header-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.header-search {
  background: #f7f1fa;
  border: 1px solid #e8ddec;
  border-radius: 999px;
  grid-template-columns: 1fr 44px;
  height: 48px;
  max-width: 270px;
}
.header-search input {
  color: #1c1624;
  font-weight: 750;
}
.header-search input::placeholder {
  color: #827889;
}
.header-search button {
  background: transparent;
  color: transparent;
  position: relative;
}
.header-search button::before {
  color: #261a30;
  content: "⌕";
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}




.nav-row {
  background: #ffffff;
  border: 1px solid #eadff0;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 128px;
  height: 58px;
  max-width: 1400px;
  width: 100%;
}
.hamburger {
  background: #f72d86;
  border-radius: var(--radius);
  height: 42px;
  width: 42px;
}
.hamburger span {
  display: none;
}
.hamburger::before {
  color: #fff;
  content: "⌂";
  font-size: 25px;
  line-height: 1;
}
.primary-nav .menu {
  gap: 8px;
  justify-content: flex-start;
}
.primary-nav a {
  border-radius: var(--radius);
  color: #251b2d;
  font-size: 13px;
  font-weight: 950;
  padding: 13px 15px;
}
.primary-nav li:first-child a,
.primary-nav a:hover {
  background: #fff0f7;
  color: #f72d86;
}
.recommended-feature {
  background:
    radial-gradient(circle at 7% 4%, rgba(126, 63, 255, 0.12), transparent 21%),
    radial-gradient(
      circle at 94% 14%,
      rgba(255, 194, 68, 0.13),
      transparent 18%
    ),
    #fff;
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  grid-template-columns: 220px minmax(0, 1fr);
  margin: 20px 0 28px;
  max-width: 100%;
  padding: 18px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.recommend-intro {
  align-self: center;
  min-height: 260px;
  padding: 14px 8px 12px 24px;
  position: relative;
}
.recommend-intro::before {
  color: #b996ff;
  content: "~~~";
  font-size: 38px;
  font-weight: 900;
  left: -22px;
  letter-spacing: 4px;
  position: absolute;
  top: -8px;
  transform: rotate(-10deg);
}
.recommend-intro::after {
  border-bottom: 2px dashed #ffc233;
  border-radius: 50%;
  bottom: 12px;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  width: 160px;
}
.recommend-intro span {
  align-items: center;
  color: #6f43ee;
  display: flex;
  font-size: 12px;
  font-weight: 950;
  gap: 9px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.recommend-intro span::before {
  align-items: center;
  border: 2px solid #d9c8ff;
  border-radius: 50%;
  content: "*";
  display: flex;
  font-size: 18px;
  height: 25px;
  justify-content: center;
  width: 25px;
}
.recommend-intro h2 {
  color: #11172a;
  font-size: 1.82rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 210px;
}
.recommend-intro p {
  color: #7f879a;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.55;
  margin: 0;
  max-width: 200px;
}
.recommend-nav {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}
.recommend-nav button {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(22, 25, 38, 0.12);
  color: #7c8495;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.recommend-nav .next {
  background: linear-gradient(135deg, #8b4dff, #642bff);
  color: #fff;
}
.recommend-hero,
.recommend-card {
  border-radius: var(--radius);
  overflow: hidden;
}
.recommend-hero a,
.recommend-card a {
  color: inherit;
  display: block;
  height: 100%;
  position: relative;
}
.recommend-hero {
  box-shadow: 0 22px 40px rgba(17, 21, 34, 0.2);
}
.recommend-hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.recommend-pill {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 7px;
  line-height: 1;
  padding: 11px 16px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}
.recommend-pill::before {
  content: "*";
  font-size: 17px;
  line-height: 0;
}
.recommend-pill.purple {
  background: linear-gradient(135deg, #9857ff, #7134e8);
}
.recommend-pill.cyan {
  background: linear-gradient(135deg, #1db9d7, #168cbf);
}
.recommend-pill.pink {
  background: linear-gradient(135deg, #ff6c9c, #eb497f);
}
.recommend-pill.violet {
  background: linear-gradient(135deg, #8f6fff, #7550ea);
}
.recommend-pill.yellow {
  background: linear-gradient(135deg, #ffb930, #f59a16);
}
.recommend-hero-content h3 {
  font-weight: 950;
  letter-spacing: 0;
}
.recommend-hero-content p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}
.recommend-mini-author,
.recommend-stats {
  align-items: center;
  display: flex;
}
.recommend-mini-author img {
  border-radius: 50%;
  object-fit: cover;
}
.recommend-mini-author span {
  display: grid;
  gap: 2px;
}
.recommend-mini-author b {
  font-weight: 950;
}
.recommend-mini-author small {
  font-weight: 700;
}
.recommend-card-row {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommend-card {
  background: #fff;
  box-shadow: 0 14px 30px rgba(17, 21, 34, 0.09);
}
.recommend-card-media {
  position: relative;
}
.recommend-card-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  content: "";
  inset: 0;
  position: absolute;
}
.recommend-card-media .recommend-pill {
  left: 10px;
  top: 10px;
}
.recommend-card-body h3 {
  color: #12182b;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.26;
  margin: 0 0 12px;
}
.recommend-mini-author {
  gap: 7px;
}
.recommend-mini-author img {
  border: 0;
  height: 28px;
  width: 28px;
}
.recommend-mini-author small {
  color: #81899b;
}
.recommend-stats {
  
  
  font-weight: 850;
}
.recommend-stats span:nth-child(2) {
  color: #ff5d86;
}
.recommend-stats b {
  
  border-radius: 50%;
  display: flex;
  font-size: 17px;
  
  justify-content: center;
  margin-left: auto;
  
}
.recommend-stats b.cyan {
  background: #dff8ff;
  color: #14a9d4;
}
.recommend-stats b.pink {
  background: #ffe1ea;
  color: #ff3e76;
}
.recommend-stats b.violet {
  background: #eee7ff;
  color: #7042ff;
}
.recommend-stats b.yellow {
  background: #fff0c8;
  color: #f6a600;
}
@media (max-width: 1180px) {
  .recommended-feature {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .recommend-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .recommended-feature {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .recommend-intro {
    min-height: 0;
    padding: 12px 8px;
  }
  .recommend-hero,
.recommend-hero > a > img{
    min-height: 420px;
  }
  .recommend-hero-content {
    bottom: 28px;
    left: 22px;
    right: 22px;
  }
  .recommend-card-row {
    grid-template-columns: 1fr;
  }
}
.app-ad-banner {
  margin-top: 14px;
}
.app-ad-banner a {
  align-items: center;
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(255, 255, 255, 0.24),
      transparent 20%
    ),
    radial-gradient(
      circle at 58% -10%,
      rgba(255, 255, 255, 0.14),
      transparent 30%
    ),
    linear-gradient(115deg, #f60755 0%, #c21885 48%, #7427ef 100%);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(131, 35, 167, 0.22);
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: 190px minmax(0, 1fr) 160px;
  min-height: 142px;
  overflow: hidden;
  padding: 18px 28px;
  position: relative;
}
.app-ad-banner a::before {
  animation: adGlow 5.5s ease-in-out infinite;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  content: "";
  height: 170%;
  left: -30%;
  position: absolute;
  top: -35%;
  transform: rotate(18deg);
  width: 24%;
}
.ad-cinema {
  height: 112px;
  position: relative;
  z-index: 2;
}
.ad-clapper {
  animation: adFloat 4.2s ease-in-out infinite;
  background: repeating-linear-gradient(135deg, #fff 0 13px, #191723 13px 25px);
  border: 3px solid #22182a;
  border-radius: var(--radius);
  box-shadow: 0 13px 18px rgba(16, 11, 22, 0.18);
  height: 72px;
  left: 2px;
  position: absolute;
  top: 16px;
  transform: rotate(-14deg);
  width: 88px;
}
.ad-clapper::after {
  background: #22182a;
  border-radius: var(--radius);
  bottom: -28px;
  content: "";
  height: 30px;
  left: 9px;
  position: absolute;
  width: 78px;
}
.ad-popcorn {
  animation: adPop 3.4s ease-in-out infinite;
  background: repeating-linear-gradient(90deg, #fff 0 12px, #e81743 12px 23px);
  border-radius: var(--radius);
  bottom: 0;
  box-shadow: 0 12px 18px rgba(16, 11, 22, 0.18);
  height: 84px;
  left: 58px;
  position: absolute;
  width: 74px;
}
.ad-popcorn::before {
  background:
    radial-gradient(circle, #ffe08a 0 7px, transparent 8px),
    radial-gradient(circle, #fff0ae 0 8px, transparent 9px),
    radial-gradient(circle, #ffd36d 0 7px, transparent 8px),
    radial-gradient(circle, #fff4bd 0 9px, transparent 10px);
  background-position:
    2px 4px,
    18px -4px,
    40px 2px,
    55px -5px;
  background-repeat: no-repeat;
  content: "";
  height: 28px;
  left: -2px;
  position: absolute;
  top: -19px;
  width: 86px;
}
.ad-copy {
  position: relative;
  text-align: left;
  z-index: 2;
}
.ad-copy span {
  background: rgba(90, 20, 83, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 8px;
  padding: 8px 13px;
}
.ad-copy h2 {
  font-size: 2.55rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
}
.ad-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ad-buttons b,
.ad-buttons em {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 950;
  height: 34px;
  line-height: 1;
  padding: 0 13px;
  white-space: nowrap;
}
.ad-buttons b {
  background: #fff;
  color: #8420bd;
}
.ad-buttons em {
  background: #101015;
  color: #fff;
}
.ad-phone {
  align-self: end;
  animation: adPhone 4.8s ease-in-out infinite;
  background: #14101d;
  border: 7px solid #282235;
  border-radius: var(--radius);
  box-shadow: 0 24px 38px rgba(18, 10, 32, 0.3);
  height: 162px;
  justify-self: end;
  margin-bottom: -46px;
  padding: 12px;
  position: relative;
  transform: rotate(-4deg);
  width: 108px;
  z-index: 2;
}
.ad-phone::before {
  background: #0a0710;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 39px;
  position: absolute;
  top: 7px;
  width: 38px;
}
.ad-phone-screen {
  background: linear-gradient(180deg, #281333, #09070c);
  border-radius: var(--radius);
  height: 100%;
  overflow: hidden;
  padding: 16px 8px 8px;
}
.ad-phone-screen strong {
  color: #fff;
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.ad-phone-screen img {
  border-radius: var(--radius);
  height: 76px;
  object-fit: cover;
  width: 100%;
}
.ad-star {
  animation: adTwinkle 2.2s ease-in-out infinite;
  color: #ffe576;
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
  position: absolute;
  z-index: 1;
}
.star-one {
  left: 190px;
  top: 18px;
}
.star-two {
  animation-delay: 0.7s;
  color: #fff;
  right: 68px;
  top: 52px;
}
.ad-orbit {
  animation: adOrbit 4.6s ease-in-out infinite;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-left-color: transparent;
  border-radius: 50%;
  height: 42px;
  position: absolute;
  width: 78px;
  z-index: 1;
}
.orbit-one {
  right: 280px;
  top: 32px;
}
.orbit-two {
  animation-delay: 0.9s;
  bottom: 24px;
  right: 42px;
}
.masthead-row {
  grid-template-columns: 260px minmax(0, 1fr) 430px;
  gap: 22px;
}
.masthead-row > .brand-logo {
  justify-self: start;
  font-size: 3.15rem;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.masthead-row > .brand-logo b {
  width: 28px;
}
.masthead-row > .brand-logo b::before {
  font-size: 1.8rem;
  top: -20px;
}
.masthead-row > .brand-logo::after {
  font-size: 0.86rem;
  margin-left: -5px;
}
.header-mini-ad {
  justify-self: center;
  margin: 0;
  max-width: 520px;
  min-width: 0;
  width: 100%;
}
.header-mini-ad a {
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(131, 35, 167, 0.18);
  gap: 9px;
  grid-template-columns: 88px minmax(0, 1fr) 66px;
  min-height: 72px;
  padding: 8px 12px;
}
.header-mini-ad .ad-cinema {
  height: 56px;
}
.header-mini-ad .ad-clapper {
  border-width: 2px;
  border-radius: var(--radius);
  height: 36px;
  left: 0;
  top: 10px;
  width: 48px;
}
.header-mini-ad .ad-clapper::after {
  bottom: -15px;
  height: 16px;
  left: 5px;
  width: 42px;
}
.header-mini-ad .ad-popcorn {
  border-radius: var(--radius);
  height: 46px;
  left: 34px;
  width: 38px;
}
.header-mini-ad .ad-popcorn::before {
  background-size: 42px 18px;
  height: 20px;
  top: -14px;
  width: 52px;
}
.header-mini-ad .ad-copy span {
  font-size: 0.7rem;
  margin-bottom: 4px;
  padding: 5px 8px;
}
.header-mini-ad .ad-copy h2 {
  font-size: 1.55rem;
  margin: 0;
}
.header-mini-ad .ad-phone {
  border-width: 4px;
  border-radius: var(--radius);
  height: 92px;
  margin-bottom: -28px;
  padding: 8px;
  width: 58px;
}
.header-mini-ad .ad-phone::before {
  height: 4px;
  left: 18px;
  top: 5px;
  width: 20px;
}
.header-mini-ad .ad-phone-screen {
  border-radius: var(--radius);
  padding: 10px 4px 4px;
}
.header-mini-ad .ad-phone-screen strong {
  font-size: 6px;
  margin-bottom: 5px;
}
.header-mini-ad .ad-phone-screen img {
  border-radius: var(--radius);
  height: 42px;
}
.header-mini-ad .star-one {
  font-size: 17px;
  left: 76px;
  top: 5px;
}
.header-mini-ad .orbit-one {
  height: 24px;
  right: 74px;
  top: 14px;
  width: 46px;
}
.latest-light-menu {
  background:
    radial-gradient(
      circle at 94% 0%,
      rgba(143, 91, 255, 0.12),
      transparent 20%
    ),
    #fff;
  border: 1px solid #e9edf6;
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(20, 26, 46, 0.08);
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 14px 14px;
  position: relative;
}
.latest-light-head {
  align-items: start;
  display: grid;
  
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.latest-light-head h2 {
  background: linear-gradient(90deg, #ff6b2d 0%, #f72d86 45%, #743cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 9px 10px 8px;
  position: relative;
  text-transform: uppercase;
}
.latest-light-head h2::before {
  border: 3px solid #ff6b2d;
  border-right-color: #7d44ff;
  border-radius: var(--radius);
  content: "";
  inset: 0;
  position: absolute;
  transform: skewX(-8deg);
  z-index: -1;
}
.latest-light-head p {
  color: #6f7689;
  font-weight: 700;
  margin: 7px 0 0 10px;
}
.latest-light-head span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(50, 55, 90, 0.16);
  color: #6644f5;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.latest-light-head span::before {
  content: "◷";
  font-size: 19px;
}
.latest-light-lines {
  height: 18px;
  position: absolute;
  right: 15px;
  top: 42px;
  width: 108px;
}
.latest-light-lines i {
  background: linear-gradient(90deg, #8a3cff, #11a7ff);
  border-radius: 999px;
  display: block;
  height: 4px;
  margin-left: 0;
  width: 84px;
}
.latest-light-lines b {
  background: #f24189;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 10px 3px 0;
  width: 5px;
}
.latest-light-lines b:first-of-type {
  background: #ff6a2e;
}
.latest-light-item {
  align-items: center;
  border-bottom: 1px solid #e9edf4;
  background: transparent;
  color: #12182e;
  display: grid;
  gap: 8px;
  grid-template-columns: 96px minmax(0, 1fr) 14px;
  min-height: 101px;
  position: relative;
}
.latest-light-item > b {
  align-items: center;
  border-radius: var(--radius);
  color: #fff;
  display: none;
  font-size: 1rem;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  width: 42px;
}
.latest-light-item img {
  border-radius: var(--radius);
  height: 67px;
  object-fit: cover;
  object-position: right center;
  width: 96px;
}
.latest-light-item span {
  align-items: center;
  display: grid;
  gap: 5px 8px;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
}
.latest-light-item strong {
  color: #12182e;
  grid-column: 1 / -1;
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1.14;
}
.latest-light-item em {
  align-self: start;
  border-radius: var(--radius);
  color: #fff;
  font-style: normal;
  font-weight: 950;
  justify-self: start;
  line-height: 1;
  padding: 4px 6px;
  text-transform: uppercase;
}
.latest-light-item small {
  align-items: center;
  color: #858ca0;
  display: inline-flex;
  font-weight: 750;
  white-space: nowrap;
}
.latest-light-item small::before {
  content: "•";
  margin-right: 9px;
}
.latest-light-item > i {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  justify-self: end;
}
.latest-light-item.pink > b,
.latest-light-item.pink em {
  background: linear-gradient(135deg, #ff6a47, #ff2f8b);
}
.latest-light-item.purple > b,
.latest-light-item.purple em {
  background: linear-gradient(135deg, #7e42ff, #bd35ee);
}
.latest-light-item.blue > b,
.latest-light-item.blue em {
  background: linear-gradient(135deg, #1bbcff, #1889f2);
}
.latest-light-item.green > b,
.latest-light-item.green em {
  background: linear-gradient(135deg, #20d493, #19bf62);
}
.latest-light-item.orange > b,
.latest-light-item.orange em {
  background: linear-gradient(135deg, #ffb22e, #ff7d18);
}
.latest-light-item.pink > i {
  color: #ff2f8b;
}
.latest-light-item.purple > i {
  color: #a13cff;
}
.latest-light-item.blue > i {
  color: #178cf2;
}
.latest-light-item.green > i {
  color: #19bf62;
}
.latest-light-item.orange > i {
  color: #ff861b;
}
.latest-light-all {
  align-items: center;
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(35, 42, 70, 0.12);
  color: #18213a;
  display: grid;
  font-weight: 950;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  height: 50px;
  margin-top: 10px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
}
.latest-light-all span {
  height: 22px;
  position: relative;
  width: 22px;
}
.latest-light-all span::before {
  box-shadow:
    0 0 0 2px #a9b0c2,
    12px 0 0 0 transparent,
    0 12px 0 0 transparent,
    12px 12px 0 0 transparent;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 6px;
}
.latest-light-all i {
  color: #ff2f8b;
  font-size: 25px;
  font-style: normal;
  justify-self: end;
}
@keyframes adGlow {
  0% {
    transform: translateX(-30%) rotate(18deg);
  }
  55%,
  100% {
    transform: translateX(640%) rotate(18deg);
  }
}
@keyframes adFloat {
  0%,
  100% {
    transform: rotate(-14deg) translateY(0);
  }
  50% {
    transform: rotate(-10deg) translateY(-7px);
  }
}
@keyframes adPop {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.03);
  }
}
@keyframes adPhone {
  0%,
  100% {
    transform: rotate(-4deg) translateY(0);
  }
  50% {
    transform: rotate(-1deg) translateY(-8px);
  }
}
@keyframes adTwinkle {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.86) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(18deg);
  }
}
@keyframes adOrbit {
  0%,
  100% {
    transform: translateX(0) rotate(-12deg);
    opacity: 0.45;
  }
  50% {
    transform: translateX(12px) rotate(8deg);
    opacity: 0.95;
  }
}
@media (max-width: 900px) {
  .app-ad-banner a {
    grid-template-columns: 150px 1fr;
    padding-right: 18px;
  }
  .ad-phone {
    display: none;
  }
}
@media (max-width: 620px) {
  .app-ad-banner a {
    grid-template-columns: 1fr;
    min-height: 210px;
    padding: 22px;
  }
  .ad-cinema {
    display: none;
  }
  .ad-copy h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 700px) {
  html,
body{
    max-width: 100%;
    overflow-x: clip;
  }
  
  
  
  .masthead-row {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
    padding-block: 8px;
  }
  .masthead-row .brand-logo {
    font-size: 2.25rem;
    justify-self: start;
  }
  .header-mini-ad,
.header-search{
    display: none;
  }
  .header-actions {
    gap: 6px;
    min-width: 0;
  }
  
  .nav-row {
    grid-template-columns: 52px minmax(0, 1fr) 96px;
    position: relative;
    width: calc(100% - 22px);
    z-index: 20;
  }
  .primary-nav {
    min-width: 0;
  }
  .primary-nav .menu {
    display: none;
  }
  .primary-nav.is-open .menu {
    background: #fff;
    border: 1px solid #eadff0;
    border-radius: var(--radius);
    box-shadow: 0 18px 42px rgba(28, 20, 40, 0.14);
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr;
    left: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
  }
  .primary-nav.is-open a {
    display: flex;
    width: 100%;
  }
}

.bg-vip-hero {
  --bg: url("assets/images/fallback-1.jpg");
}
.bg-side-couple {
  --bg: url("assets/images/fallback-2.jpg");
}
.bg-side-woman {
  --bg: url("assets/images/fallback-3.jpg");
}
.bg-featured-four {
  --bg: url("assets/images/fallback-4.jpg");
}

    
/* Moda, yaşam, kültür ve seyahat: bağımsız ve çakışmasız bileşen */
.mv-editorial-duo {
  background: #fff;
  border: 1px solid #ededf3;
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(20, 20, 30, 0.04);
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inline-size: 100%;
  justify-self: stretch;
  margin-top: 22px;
  max-inline-size: 100%;
  min-height: 466px;
  min-inline-size: 0;
  padding: 18px;

}
.mv-editorial-column {
  min-width: 0;
}
.mv-editorial-heading {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  height: 31px;
  margin-bottom: 12px;
}
.mv-editorial-heading h2 {
  color: #081225;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.35px;
  line-height: 1;
  margin: 0;
}
.mv-editorial-icon {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.mv-editorial-icon svg {
  display: block;
  height: 15px;
  width: 15px;
}
.mv-editorial-icon--life {
  background: linear-gradient(145deg, #ff3d58, #ff8b32);
}
.mv-editorial-icon--life svg {
  fill: #fff;
}
.mv-editorial-icon--travel {
  background: linear-gradient(145deg, #18b6dc, #8d3cf2);
}
.mv-editorial-icon--travel svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}
.mv-editorial-card {
  background: #fff;
  border: 1px solid #eef0f5;
  border-radius: var(--radius);
  box-shadow: 0 1px 2px rgba(25, 35, 55, 0.08);
  overflow: hidden;
}
.mv-editorial-item {
  align-items: center;
  color: #071226;
  display: grid;
  gap: 16px;
  grid-template-columns: 80px minmax(0, 1fr);
  height: 96.5px;
  padding: 16px 20px;
  text-decoration: none;
}
.mv-editorial-item:not(:last-child) {
  border-bottom: 1px solid #f0f2f6;
}
.mv-editorial-item img {
  border-radius: var(--radius);
  display: block;
  height: 64px;
  object-fit: cover;
  width: 80px;
}
.mv-editorial-copy {
  display: grid;
  gap: 9px;
  min-width: 0;
}
.mv-editorial-copy strong {
  color: #071226;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.mv-editorial-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  min-height: 20px;
}
.mv-editorial-meta--plain {
  gap: 14px;
}
.mv-tag {
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding: 0 11px;
}
.mv-tag--fashion {
  background: #fff0f3;
  color: #ff3655;
}
.mv-tag--life {
  background: #e8fbf3;
  color: #00a967;
}
.mv-tag--street {
  background: #fff5e8;
  color: #ff7200;
}
.mv-tag--accessory {
  background: #f5edff;
  color: #8b42ff;
}
.mv-tag--culture {
  background: #f7ecff;
  color: #9a31f3;
}
.mv-tag--wellness {
  background: #fff5df;
  color: #f5a000;
}
.mv-view {
  color: #a2a6bd;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.mv-growth {
  color: #00b85a;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
}
.mv-editorial-item:focus-visible {
  outline: 3px solid rgba(141, 60, 242, 0.38);
  outline-offset: -3px;
}
@media (max-width: 760px) {
  .mv-editorial-duo {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 14px 12px 20px;
  }
}
@media (max-width: 480px) {
  .mv-editorial-item {
    gap: 12px;
    height: auto;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 14px 12px;
  }
  .mv-editorial-item img {
    height: 58px;
    width: 72px;
  }
  .mv-editorial-copy strong {
    font-size: 14px;
  }
  .mv-editorial-meta {
    gap: 8px;
  }
  .mv-tag {
    padding: 0 8px;
  }
}

/* Social follow panel - Trend Konular replacement */
.sidebar-panel.social-follow-panel {
  border-color: #dfe5ed;
  
  
  
  
}
.social-follow-head {
  
  
  
  min-height: 96px;
  
}


.social-follow-divider {
  
  
  margin: 0 13px;
  
}
.social-follow-copy {
  min-width: 0;
}
.sidebar-panel.social-follow-panel .social-follow-copy h2 {
  color: #1f2939;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.social-follow-grid {
  border-top: 1px solid #e2e7ef;
  
  
  
  
}
.social-follow-card {
  --social-accent: #2f77df;
  
  
  
  
  
  
  
  
  
  overflow: hidden;
  
  
}
.social-follow-card::before {
  background: var(--social-accent);
  
  
  
  
  
  
}
.social-follow-card:hover {
  border-color: var(--social-accent);
  transform: translateY(-1px);
}
.social-brand-icon {
  
  background: var(--social-accent);
  
  
  
  
  
}
.social-brand-icon svg {
  
  
  stroke: #fff;
  stroke-width: 1.8;
  
}
.social-facebook .social-brand-icon svg,
.social-twitter .social-brand-icon svg,
.social-youtube .social-brand-icon svg,
.social-linkedin .social-brand-icon svg,
.social-rss .social-brand-icon svg {
  stroke: none;
}
.social-instagram .social-brand-icon svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-follow-text {
  display: block;
  
}
.social-follow-text strong,
.social-follow-text em,
.social-follow-text b {
  display: block;
  font-style: normal;
}
.social-follow-text strong {
  
  
  letter-spacing: -0.035em;
  
  
  white-space: nowrap;
}
.social-follow-text em {
  
  
  
  
  white-space: nowrap;
}
.social-follow-text b {
  color: var(--social-accent);
  
  
  
}
.social-follow-text b span {
  
  vertical-align: -1px;
}
.social-facebook { --social-accent: #3776d6; }
.social-instagram { --social-accent: #ee3ea3; }

.social-twitter { --social-accent: #35aae9; }
.social-youtube { --social-accent: #ff3b35; }
.social-linkedin { --social-accent: #2b79d6; }
.social-rss { --social-accent: #ff7b16; }
@media (max-width: 370px) {
  .social-follow-grid {
    grid-template-columns: 1fr;
  }
}


/* Sidebar ad panel - Poll replacement */
.sidebar-ad-panel {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}
.sidebar-ad-link {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
}
.sidebar-ad-link img {
  display: block;
  width: 100%;
  height: auto;
}


/* Sidebar categories panel - reference-matched build */
.sidebar-category-panel {
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0;
}
.sidebar-category-head {
  align-items: center;
  border-bottom: 1px solid #dfe5ef;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 20px;
  gap: 12px;
  min-height: 72px;
  padding: 18px 22px;
}
.sidebar-category-head-icon {
  align-items: center;
  background: #0dbf85;
  border-radius: var(--radius);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.sidebar-category-head-icon svg {
  fill: none;
  height: 18px;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  width: 18px;
}
.sidebar-category-head h2 {
  color: #0b1730;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .01em;
  margin: 0;
  text-transform: uppercase;
}
.sidebar-category-count {
  align-items: center;
  background: #c9f7e5;
  border-radius: 999px;
  color: #0aaf78;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  min-width: 26px;
  padding: 0 8px;
}
.sidebar-category-toggle {
  color: #44709f;
  display: inline-flex;
  justify-content: flex-end;
}
.sidebar-category-toggle svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}
.sidebar-category-list {
  display: grid;
  gap: 10px;
  padding: 18px 22px 20px;
}
.sidebar-category-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe2ee;
  border-radius: var(--radius);
  color: #0b1730;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 18px;
  gap: 14px;
  min-height: 76px;
  padding: 14px 15px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sidebar-category-item:hover {
  border-color: #b9c8dd;
  box-shadow: 0 8px 20px rgba(25, 45, 78, .08);
  transform: translateY(-1px);
}
.sidebar-category-item-icon {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.sidebar-category-item-icon svg {
  fill: none;
  height: 21px;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 21px;
}
.sidebar-category-item-icon.tech { background: #3d7df4; }
.sidebar-category-item-icon.economy { background: #10b981; }
.sidebar-category-item-icon.sport { background: #e57a00; }
.sidebar-category-item-icon.world { background: #8a56f6; }
.sidebar-category-item-icon.culture { background: #ff3f62; }
.sidebar-category-item-copy {
  min-width: 0;
}
.sidebar-category-item-copy strong {
  color: #08152d;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}
.sidebar-category-item-copy span {
  color: #6d7f98;
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 6px;
}
.sidebar-category-arrow {
  color: #5d7e9e;
  display: inline-flex;
  justify-content: flex-end;
}
.sidebar-category-arrow svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 19px;
}
@media (max-width: 900px) {
  .sidebar-category-panel {
    max-width: 100%;
  }
}


/* Üst manşet ve kategori kartlarında hafif oval köşe güncellemesi */
.top-model-hero {
  border-radius: var(--radius);
}
.top-model-hero .main-hero,
.top-model-hero .hero-right-cards article,
.top-model-hero .hero-trends {
  border-radius: var(--radius);
}
.category-cards a {
  border-radius: var(--radius);
}
.category-cards b {
  border-radius: var(--radius);
}



/* Global corner system: all rectangular UI uses one radius */
img {
  border-radius: var(--radius);
}
.main-header,
.site-footer,
.masthead-row,
.nav-row,
.footer-dark {
  border-radius: var(--radius);
}
.main-header,
.site-footer {
  overflow: hidden;
}


/* Öneri kartları: görsel ve içerik alanı eşit iki yarı */
.recommend-card {
  height: 300px;
  min-height: 0;
}
.recommend-card > a {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  height: 100%;
}
.recommend-card-media {
  border-radius: var(--radius);
  height: auto;
  min-height: 0;
  overflow: hidden;
}
.recommend-card-media::after {
  border-radius: var(--radius);
}
.recommend-card-media img {
  border-radius: var(--radius);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.recommend-card-media .recommend-pill {
  font-size: 10px;
}
.recommend-card-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 14px 12px 12px;
}
.recommend-card-body h3 {
  display: -webkit-box;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 8px;
  overflow: hidden;
}
.recommend-mini-author {
  margin-bottom: 6px;
}
.recommend-mini-author b {
  font-size: 12px;
}
.recommend-mini-author small {
  font-size: 11px;
}
.recommend-stats {
  
  margin-top: auto;
}
@media (max-width: 760px) {
  .recommend-card {
    height: auto;
    min-height: 300px;
  }
  .recommend-card > a {
    grid-template-rows: 150px auto;
  }
}


/* Kategori etiket kutuları 2px daha küçük; yazı boyutları sabit */
.recommend-card-media .recommend-pill {
  padding: 7px 8px;
}

/* Sosyal takip panelindeki tüm metinler 2px büyütüldü */
.sidebar-panel.social-follow-panel .social-follow-copy h2 {
  font-size: calc(1.08rem + 2px);
}








/* Büyük öneri görseli - referans düzen: sol alt metin, alt bilgi satırı, dikey slider */
.recommend-hero {
  container-type: inline-size;
  aspect-ratio: 1.52 / 1;
  min-height: 410px;
  max-height: 500px;
  position: relative;
}
.recommend-hero > a {
  height: 100%;
  min-height: inherit;
}
.recommend-hero > a > img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.recommend-hero::after {
  background:
    linear-gradient(180deg, rgba(6, 9, 17, 0.06) 0%, rgba(6, 9, 17, 0.04) 37%, rgba(6, 9, 17, 0.72) 72%, rgba(6, 9, 17, 0.95) 100%);
}
.recommend-pill.purple {
  left: clamp(18px, 3cqw, 26px);
  top: clamp(18px, 3cqw, 26px);
}
.recommend-hero-content {
  bottom: clamp(18px, 3cqw, 26px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 1.1cqw, 11px);
  left: clamp(18px, 3cqw, 26px);
  max-width: none;
  position: absolute;
  right: clamp(18px, 3cqw, 26px);
  width: auto;
  z-index: 3;
}
.recommend-hero-content h3 {
  display: -webkit-box;
  font-size: clamp(22px, 3.8cqw, 32px);
  line-height: 1.04;
  margin: 0;
  max-width: 72%;
  overflow: hidden;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recommend-hero-content p {
  display: -webkit-box;
  font-size: clamp(12px, 1.7cqw, 15px);
  line-height: 1.48;
  margin: 2px 0 4px;
  max-width: 68%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@container (max-width: 650px) {
  .recommend-hero {
    aspect-ratio: 1.35 / 1;
    min-height: 390px;
  }
  .recommend-hero-content h3 {
    font-size: clamp(20px, 5cqw, 27px);
    max-width: 88%;
  }
  .recommend-hero-content p {
    font-size: clamp(11px, 2.7cqw, 14px);
    max-width: 88%;
  }
}
@container (max-width: 470px) {
  .recommend-hero {
    aspect-ratio: auto;
    min-height: 410px;
  }
  .recommend-hero-content h3,
.recommend-hero-content p{
    max-width: calc(100% - 28px);
  }
  .recommend-hero-content p {
    -webkit-line-clamp: 2;
  }
}



/* Görsel haber başlıkları: kalın görünümü azalt */
.top-model-hero .main-hero h1,
.top-model-hero .hero-right-cards h2,
.recommend-hero-content h3,
.news-card h3,
.popular-card h3 {
  font-weight: 600;
}

/* Ana manşet başlığını önceki ayara göre 4px daha küçült ve ince ağırlıkta göster. */
.top-model-hero .main-hero h1 {
  font-size: calc(clamp(1.6rem, 2vw, 2.34rem) - 7px);
  font-weight: 400;
}


/* Ana manşette kategori etiketini daha üste taşı */
.top-model-hero .main-hero > div {
  top: 18px;
  bottom: 24px;
  padding-top: 48px;
}
.top-model-hero .main-hero > div .pill {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}


/* Kullanıcının işaretlediği metin gruplarını yalnızca 1px büyüt */
.header-search input {
  font-size: 13px;
}


/* Trendde Şimdi: eşit satır yüksekliği ve ayıraçlar */
.top-model-hero .hero-trends {
  display: grid;
  gap: 0;
  grid-template-rows: auto repeat(5, minmax(0, 1fr));
}
.top-model-hero .hero-trends h2 {
  align-self: center;
  margin: 0;
  padding-bottom: 8px;
}
.top-model-hero .hero-trends a {
  align-content: center;
  min-height: 0;
  padding: 7px 0;
}
.top-model-hero .hero-trends a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.top-model-hero .hero-trends span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-model-hero .hero-trends em {
  white-space: nowrap;
}


/* WordPress üye giriş bağlantısı - sade kullanıcı ikonu ve metin */







/* Ana manşet başlık ve açıklama grubunu alt bölüme yerleştir */
.top-model-hero .main-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


/* Footer yazılarını 3px büyüt */
.footer-logo {
  font-size: calc(1.55rem + 4px);
}
.footer-grid-new p,
.footer-grid-new a {
  font-size: 15px;
}
.footer-grid-new h3 {
  font-size: 16px;
}
.footer-social a {
  font-size: 15px;
}


/* Footer uygulama mağazası kutularını dolu ve dengeli göster */
.store-buttons {
  align-self: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 146px;
}
.footer-grid-new .store-buttons .store-button {
  align-items: center;
  background: linear-gradient(180deg, #090b10 0%, #050507 100%);
  border: 1px solid #2c3644;
  border-radius: var(--radius);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  margin: 0;
  min-height: 146px;
  padding: 14px 9px 13px;
  text-align: center;
}
.footer-grid-new .store-buttons .store-button:hover {
  border-color: #6d7889;
  transform: translateY(-2px);
}
.store-icon {
  align-items: center;
  background: #151d28;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.store-icon svg {
  fill: #fff;
  height: 25px;
  width: 25px;
}
.store-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.store-copy small {
  color: #9ca6b5;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}
.store-copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}
.store-copy em {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}
.store-copy em span {
  color: var(--pink);
  margin-left: 2px;
}
.store-google .store-copy em span {
  color: #58d68d;
}
@media (max-width: 700px) {
  .store-buttons {
    min-height: 0;
  }
  .footer-grid-new .store-buttons .store-button {
    min-height: 132px;
  }
}


/* İşaretlenen haber kartlarında kategori etiketlerini üste taşı ve yazıları 2px büyüt */
.news-card .pill {
  bottom: auto;
  top: 12px;
}
.news-card h3 {
  font-size: 1.325rem;
}
.news-card p {
  font-size: 13px;
}
.top-model-hero .hero-right-cards a {
  padding-top: 50px;
}
.top-model-hero .hero-right-cards .pill {
  left: 16px;
  position: absolute;
  top: 16px;
}
.top-model-hero .hero-right-cards h2 {
  font-size: 1.145rem;
}
.top-model-hero .hero-right-cards article:not(:first-child) h2 {
  font-size: 1.025rem;
}
.top-model-hero .hero-right-cards p {
  font-size: 13px;
}
.top-model-hero .hero-right-cards .pill,
.news-card .pill {
  font-size: 11px;
}


/* Gösterilen Son Eklenenler metinlerini 1px daha büyüt */
.latest-light-item em {
  font-size: 10px;
}
.latest-light-item small {
  font-size: 11px;
}
.latest-light-all {
  font-size: calc(0.72rem + 2px);
}
.latest-light-head p {
  font-size: 11px;
}

/* WordPress dynamic integration utilities */
[hidden] {
  display: none !important;
}
.sidebar-category-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.sidebar-category-toggle[aria-expanded="false"] svg {
  transform: rotate(-90deg);
}
.sidebar-category-toggle svg {
  transition: transform 0.2s ease;
}
.recommend-stats [data-like-count] {
  font-style: normal;
}
.section-title h1 {
  font-size: clamp(1.7rem, 2.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}
.entry-content {
  line-height: 1.75;
}
.comment-list {
  margin: 0;
  padding-left: 24px;
}

/* ==========================================================
   Global layout spacing standard
   All major boxes, cards, grids and page sections use 12px.
   Internal text/icon micro-spacing is intentionally preserved.
   ========================================================== */
:root {
  --layout-gap: 12px;
}

.top-model-hero,
.top-model-hero .hero-right-cards,
.category-cards,
.main-grid,
.featured-grid,
.popular-grid,
.right-sidebar,
.recommended-feature,
.recommend-card-row,
.app-ad-banner a,
.mv-editorial-duo,
.social-follow-grid,
.sidebar-category-list,
.footer-grid-new,
.store-buttons,
.masthead-row,
.nav-row,
.header-actions,
.primary-nav .menu{
  gap: var(--layout-gap);
}

.top-model-hero,
.category-cards,
.main-grid {
  margin-top: var(--layout-gap);
}

.content-column {
  display: grid;
  gap: var(--layout-gap);
  min-width: 0;
}

.content-column > .section-block,
.content-column > .app-ad-banner,
.content-column > .recommended-feature,
.content-column > .mv-editorial-duo {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: var(--layout-gap);
}

@media (max-width: 700px) {
  .masthead-row,
.header-actions,
.primary-nav.is-open .menu{
    gap: var(--layout-gap);
  }
}


/* === Modern UI refinements: trend list and login === */
.top-model-hero .hero-trends h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.top-model-hero .hero-trends a {
  align-items: center;
}
.top-model-hero .hero-trends b {
  font-weight: 700;
}
.top-model-hero .hero-trends span {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.top-model-hero .hero-trends em {
  font-weight: 500;
  opacity: 0.92;
}










/* === Hero spacing and unified category strip refresh === */
.top-model-hero {
  gap: 8px;
}
.top-model-hero .hero-right-cards {
  gap: 8px;
}

.category-cards.section-block {
  display: block;
  margin-top: 10px;
  padding: 10px 8px;
}
.category-cards .category-cards-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.category-cards .category-card-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 0 12px;
  grid-template-columns: 56px 1fr;
  min-height: 88px;
  padding: 10px 14px;
  position: relative;
}
.category-cards .category-card-link:not(:last-child) {
  border-right: 1px solid #edf0f6;
}
.category-cards .category-card-link b {
  align-items: center;
  border-radius: 18px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0;
  grid-row: 1 / 3;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.category-cards .category-card-link b svg {
  display: block;
  height: 25px;
  width: 25px;
}
.category-cards .category-card-1 b {
  background: linear-gradient(135deg, var(--pink2), var(--pink));
}
.category-cards .category-card-2 b {
  background: linear-gradient(135deg, #d445ff, #9238ee);
}
.category-cards .category-card-3 b {
  background: linear-gradient(135deg, #50c8ff, #237cff);
}
.category-cards .category-card-4 b {
  background: linear-gradient(135deg, #ff9f2d, #ff5b21);
}
.category-cards .category-card-5 b {
  background: linear-gradient(135deg, #40d36d, #24b65a);
}
.category-cards .category-card-6 b {
  background: linear-gradient(135deg, #9554ff, #7831d8);
}
.category-cards .category-card-link span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.category-cards .category-card-link em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .category-cards .category-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-cards .category-card-link:nth-child(3n) {
    border-right: 0;
  }
  .category-cards .category-card-link:nth-child(-n/**/+3) {
    border-bottom: 1px solid #edf0f6;
  }
}
@media (max-width: 700px) {
  .category-cards.section-block {
    padding: 8px;
  }
  .category-cards .category-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-cards .category-card-link {
    min-height: 80px;
    padding: 10px;
  }
  .category-cards .category-card-link:nth-child(odd) {
    border-right: 1px solid #edf0f6;
  }
  .category-cards .category-card-link:nth-child(even) {
    border-right: 0;
  }
  .category-cards .category-card-link:nth-child(-n/**/+4) {
    border-bottom: 1px solid #edf0f6;
  }
}


/* === Reference-style category strip refresh === */
.category-cards.reference-strip {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  padding: 8px 10px;
}
.category-cards.reference-strip .category-cards-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.category-cards.reference-strip .category-card-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  
  
  
  padding: 8px 16px;
  position: relative;
}
.category-cards.reference-strip .category-card-link:not(:last-child)::after {
  background: #ececf4;
  content: "";
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.category-cards.reference-strip .category-card-link b {
  
  
  
  
  
  font-size: 0;
  grid-row: 1 / 3;
  
  
  
}

.category-cards.reference-strip .category-card-1 { color: #ff4d83; }
.category-cards.reference-strip .category-card-2 { color: #3d7cff; }
.category-cards.reference-strip .category-card-3 { color: #ff9a23; }
.category-cards.reference-strip .category-card-4 { color: #4dc36d; }
.category-cards.reference-strip .category-card-5 { color: #58b878; }
.category-cards.reference-strip .category-card-6 { color: #6c4dff; }
.category-cards.reference-strip .category-card-link span,
.category-cards.reference-strip .category-card-link em {
  color: #1c2340;
}
.category-cards.reference-strip .category-card-link span {
  
  
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-transform: none;
}
.category-cards.reference-strip .category-card-link em {
  color: #707790;
  
  font-style: normal;
  
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .category-cards.reference-strip .category-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-cards.reference-strip .category-card-link:nth-child(3n)::after {
    display: none;
  }
  .category-cards.reference-strip .category-card-link:nth-child(-n/**/+3) {
    border-bottom: 1px solid #ececf4;
  }
}
@media (max-width: 700px) {
  .category-cards.reference-strip {
    padding: 6px 8px;
  }
  .category-cards.reference-strip .category-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .category-cards.reference-strip .category-card-link::after {
    display: none;
  }
  .category-cards.reference-strip .category-card-link:nth-child(odd) {
    border-right: 1px solid #ececf4;
  }
  .category-cards.reference-strip .category-card-link:nth-child(-n/**/+4) {
    border-bottom: 1px solid #ececf4;
  }
}


/* === Category strip icons and text boost === */





@media (max-width: 700px) {
  .category-cards.reference-strip .category-card-link span {
    font-size: 16px;
  }
  .category-cards.reference-strip .category-card-link em {
    font-size: 14px;
  }
}


/* === Category colored icon badges === */

.category-cards.reference-strip .category-card-link b {
  align-items: center;
  
  
  display: inline-flex;
  
  justify-content: center;
  
}

.category-cards.reference-strip .category-card-1 b { background: linear-gradient(135deg,#ffe4ee,#ffd2e3);  }
.category-cards.reference-strip .category-card-2 b { background: linear-gradient(135deg,#e3efff,#d4e6ff);  }
.category-cards.reference-strip .category-card-3 b { background: linear-gradient(135deg,#fff0dc,#ffe4bf);  }
.category-cards.reference-strip .category-card-4 b { background: linear-gradient(135deg,#e5f8eb,#d5f1df);  }
.category-cards.reference-strip .category-card-5 b { background: linear-gradient(135deg,#e3f7ea,#d3efdd);  }
.category-cards.reference-strip .category-card-6 b { background: linear-gradient(135deg,#eee7ff,#e1d7ff);  }


@media (max-width: 700px) {
  
  
}



/* === Category icon visibility fix === */

.category-cards.reference-strip .category-card-link b {overflow: visible;}


/* === Category icon size and no-inner-box redesign === */
.category-cards.reference-strip .category-card-link {
  gap: 4px 16px;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 72px;
}
.category-cards.reference-strip .category-card-link b {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit;
  height: 52px;
  width: 52px;
}
.category-cards.reference-strip .category-card-link b svg {
  display: block;
  height: 34px;
  width: 34px;
  opacity: 1;
  visibility: visible;
}
.category-cards.reference-strip .category-card-1 b { color: #ff4d83; }
.category-cards.reference-strip .category-card-2 b { color: #3d7cff; }
.category-cards.reference-strip .category-card-3 b { color: #ff9a23; }
.category-cards.reference-strip .category-card-4 b { color: #39c86a; }
.category-cards.reference-strip .category-card-5 b { color: #26b56f; }
.category-cards.reference-strip .category-card-6 b { color: #7a4dff; }
.category-cards.reference-strip .category-card-link span {
  font-size: 17px;
  font-weight: 800;
}
.category-cards.reference-strip .category-card-link em {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .category-cards.reference-strip .category-card-link {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 68px;
    padding: 8px 12px;
  }
  .category-cards.reference-strip .category-card-link b {
    height: 48px;
    width: 48px;
  }
  .category-cards.reference-strip .category-card-link b svg {
    height: 31px;
    width: 31px;
  }
}

/* === Exact pastel category cards from supplied reference === */
.home-category-ribbon {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 10px;
}
.home-category-card {
  align-items: center;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(33, 38, 58, 0.08);
  display: grid;
  
  
  
  overflow: hidden;
  
  position: relative;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.home-category-card:hover,
.home-category-card:focus-visible {
  box-shadow: 0 10px 20px rgba(33, 38, 58, 0.13);
  outline: none;
  transform: translateY(-2px);
}
.home-category-card-1 { background: linear-gradient(110deg, #fff0f5 0%, #ffe7ef 100%); }
.home-category-card-2 { background: linear-gradient(110deg, #f2ebff 0%, #ece3ff 100%); }
.home-category-card-3 { background: linear-gradient(110deg, #eaf5ff 0%, #dfeeff 100%); }
.home-category-card-4 { background: linear-gradient(110deg, #fff4e8 0%, #ffe8d3 100%); }
.home-category-card-5 { background: linear-gradient(110deg, #f1f8e9 0%, #e7f2dc 100%); }
.home-category-card-6 { background: linear-gradient(110deg, #f0edff 0%, #e9e5ff 100%); }
.home-category-icon {
  align-items: center;
  border-radius: 9px;
  box-shadow: 0 6px 12px rgba(34, 39, 61, 0.16);
  color: #fff;
  display: inline-flex;
  
  justify-content: center;
  
}
.home-category-icon img {
  display: block;
  
  
}
.home-category-card-1 .home-category-icon { background: linear-gradient(145deg, #f9548b, #e92569); }
.home-category-card-2 .home-category-icon { background: linear-gradient(145deg, #a867f6, #8243df); }
.home-category-card-3 .home-category-icon { background: linear-gradient(145deg, #6ab7f9, #398fe1); }
.home-category-card-4 .home-category-icon { background: linear-gradient(145deg, #ff9a4a, #ff622f); }
.home-category-card-5 .home-category-icon { background: linear-gradient(145deg, #98c956, #70ae35); }
.home-category-card-6 .home-category-icon { background: linear-gradient(145deg, #7f68e7, #5140c7); }
.home-category-copy {
  
  min-width: 0;
}
.home-category-copy strong {
  display: block;
  
  font-weight: 800;
  line-height: 1.1;
  
  text-transform: uppercase;
}
.home-category-copy small {
  color: #676c7d;
  display: block;
  
  font-weight: 600;
  line-height: 1.24;
}
.home-category-card-1 .home-category-copy strong { color: #ed3e75; }
.home-category-card-2 .home-category-copy strong { color: #8e4adf; }
.home-category-card-3 .home-category-copy strong { color: #318fdc; }
.home-category-card-4 .home-category-copy strong { color: #f36d2f; }
.home-category-card-5 .home-category-copy strong { color: #6aa43a; }
.home-category-card-6 .home-category-copy strong { color: #5b48c8; }
.home-category-arrow {
  align-items: center;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(37, 44, 74, 0.08);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.home-category-card-1 .home-category-arrow { color: #f33f79; }
.home-category-card-2 .home-category-arrow { color: #8b4de2; }
.home-category-card-3 .home-category-arrow { color: #368fdc; }
.home-category-card-4 .home-category-arrow { color: #f47634; }
.home-category-card-5 .home-category-arrow { color: #78a944; }
.home-category-card-6 .home-category-arrow { color: #5a48c9; }
@media (max-width: 1180px) {
  .home-category-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .home-category-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  
  
}
@media (max-width: 460px) {
  .home-category-ribbon {
    grid-template-columns: 1fr;
  }
}


/* === Category ribbon icon and text size boost === */




.home-category-copy small {
  font-size: 14px;
}
@media (max-width: 700px) {
  
  
  
  
  .home-category-copy small {
    font-size: 13px;
  }
}


/* === Category ribbon desc-arrow removal and extra icon boost === */
.home-category-card {
  gap: 12px;
  grid-template-columns: 59px minmax(0, 1fr);
  min-height: 78px;
  padding: 10px 14px;
}
.home-category-icon {
  height: 54px;
  width: 54px;
}
.home-category-icon img {
  height: 37px;
  width: 37px;
}
.home-category-copy {
  display: flex;
  align-items: center;
  min-height: 54px;
}
.home-category-copy strong {
  margin-bottom: 0;
}
.home-category-copy small,
.home-category-arrow {
  display: none !important;
}
@media (max-width: 700px) {
  .home-category-card {
    grid-template-columns: 57px minmax(0, 1fr);
    min-height: 74px;
    padding: 9px 12px;
  }
  .home-category-icon {
    height: 52px;
    width: 52px;
  }
  .home-category-icon img {
    height: 35px;
    width: 35px;
  }
  .home-category-copy {
    min-height: 52px;
  }
}


/* === Social follow content fit and video icon fix === */



.social-follow-text {
  align-self: center;
  
}
.social-follow-text strong,
.social-follow-text em,
.social-follow-text b {
  overflow-wrap: anywhere;
  white-space: normal;
}
.social-follow-text strong {
  
  
  margin-bottom: 2px;
}
.social-follow-text em {
  
  
  margin-bottom: 3px;
}


.home-category-card-3 .home-category-icon img {
  height: 42px;
  width: 42px;
}
@media (max-width: 700px) {
  .social-follow-card {
    min-height: 92px;
  }
  
  
}


/* === Social follow text +2px === */




@media (max-width: 700px) {
  .social-follow-text strong {
    font-size: 15.5px;
  }
  .social-follow-text em,
.social-follow-text b{
    font-size: 12.8px;
  }
}

/* === Native WordPress single content template: isolated styles === */
.single-native-page {
  background: #f7f8fb;
  padding: 18px 0 30px;
}
.single-native-shell {
  max-width: 980px;
  width: calc(100% - 28px);
}
.single-native-article {
  background: #ffffff;
  border: 1px solid #eceef3;
  border-radius: var(--radius);
  box-shadow: 0 10px 32px rgba(20, 27, 45, 0.05);
  overflow: hidden;
  padding: 22px;
}
.single-native-header {
  margin-bottom: 18px;
}
.single-native-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.single-native-categories a {
  background: #f72d86;
  border-radius: 5px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 5px 8px;
  text-transform: uppercase;
}
.single-native-title {
  color: #080a0f;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 10px 0 14px;
}
.single-native-meta {
  align-items: center;
  color: #72798a;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 650;
  gap: 8px;
}
.single-native-author {
  align-items: center;
  color: #1c2230;
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
}
.single-native-author img {
  border-radius: 50%;
  height: 34px;
  object-fit: cover;
  width: 34px;
}
.single-native-featured {
  margin: 0 0 22px;
}
.single-native-featured-image {
  border-radius: 12px;
  display: block;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}
.single-native-featured figcaption {
  color: #7a8190;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 7px;
  text-align: center;
}

/* WordPress editor output lives here without theme-generated content injection. */
.single-native-content {
  color: #20242d;
  font-size: 16px;
  line-height: 1.72;
  min-width: 0;
}
.single-native-content::after {
  clear: both;
  content: "";
  display: table;
}
.single-native-content > :first-child {
  margin-top: 0;
}
.single-native-content > :last-child {
  margin-bottom: 0;
}
.single-native-content p,
.single-native-content ul,
.single-native-content ol,
.single-native-content dl,
.single-native-content table,
.single-native-content pre,
.single-native-content blockquote,
.single-native-content figure,
.single-native-content .wp-block-group,
.single-native-content .wp-block-columns,
.single-native-content .wp-block-cover,
.single-native-content .wp-block-media-text,
.single-native-content .wp-block-embed {
  margin-bottom: 20px;
}
.single-native-content h1,
.single-native-content h2,
.single-native-content h3,
.single-native-content h4,
.single-native-content h5,
.single-native-content h6 {
  color: #11141a;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 30px 0 14px;
}
.single-native-content h1 { font-size: 2rem; }
.single-native-content h2 { font-size: 1.65rem; }
.single-native-content h3 { font-size: 1.35rem; }
.single-native-content h4 { font-size: 1.15rem; }
.single-native-content h5 { font-size: 1rem; }
.single-native-content h6 { font-size: 0.9rem; }
.single-native-content a {
  color: #d91c70;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.single-native-content img {
  height: auto;
  max-width: 100%;
}
.single-native-content figure img {
  width: auto;
}
.single-native-content figcaption,
.single-native-content .wp-element-caption {
  color: #777f8e;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 6px;
  text-align: center;
}
.single-native-content blockquote,
.single-native-content .wp-block-quote {
  border-left: 4px solid #f72d86;
  color: #171b23;
  font-size: 1.08em;
  font-weight: 700;
  padding: 8px 0 8px 18px;
}
.single-native-content blockquote cite,
.single-native-content .wp-block-quote cite {
  color: #7a8190;
  display: block;
  font-size: 0.82em;
  font-style: normal;
  margin-top: 8px;
}
.single-native-content .wp-block-pullquote {
  border-bottom: 3px solid #f72d86;
  border-top: 3px solid #f72d86;
  padding: 24px 0;
}
.single-native-content .wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
}
.single-native-content ul,
.single-native-content ol {
  padding-left: 1.4em;
}
.single-native-content li + li {
  margin-top: 6px;
}
.single-native-content table,
.single-native-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.single-native-content th,
.single-native-content td {
  border: 1px solid #e3e6ec;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.single-native-content th {
  background: #f5f6f9;
  font-weight: 800;
}
.single-native-content pre,
.single-native-content .wp-block-code {
  background: #111827;
  border-radius: 8px;
  color: #f8fafc;
  max-width: 100%;
  overflow-x: auto;
  padding: 16px;
  white-space: pre;
}
.single-native-content code {
  overflow-wrap: anywhere;
}
.single-native-content iframe,
.single-native-content video,
.single-native-content object,
.single-native-content embed {
  max-width: 100%;
}
.single-native-content .wp-block-embed__wrapper {
  position: relative;
}
.single-native-content .wp-block-gallery,
.single-native-content .blocks-gallery-grid {
  padding-left: 0;
}
.single-native-content .wp-block-buttons {
  margin-bottom: 20px;
}
.single-native-content .wp-block-button__link {
  text-decoration: none;
}
.single-native-content .wp-block-separator {
  border: 0;
  border-top: 1px solid #e7e9ef;
  margin: 30px auto;
}
.single-native-content .alignleft {
  float: left;
  margin: 5px 20px 16px 0;
}
.single-native-content .alignright {
  float: right;
  margin: 5px 0 16px 20px;
}
.single-native-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-native-content .alignwide {
  margin-left: -40px;
  margin-right: -40px;
  max-width: calc(100% + 80px);
  width: calc(100% + 80px);
}
.single-native-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.single-native-content .wp-block-cover.alignfull,
.single-native-content .wp-block-group.alignfull,
.single-native-content .wp-block-image.alignfull {
  border-radius: 0;
}
.single-native-page-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}
.single-native-page-links > span:first-child {
  font-weight: 800;
}
.single-native-page-links a,
.single-native-page-links > span:not(:first-child) {
  align-items: center;
  background: #f2f3f7;
  border-radius: 5px;
  display: inline-flex;
  min-height: 34px;
  min-width: 34px;
  justify-content: center;
  padding: 5px 9px;
  text-decoration: none;
}
.single-native-footer {
  border-top: 1px solid #eceef3;
  margin-top: 28px;
  padding-top: 18px;
}
.single-native-tags > strong {
  color: #606879;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.single-native-tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.single-native-tags a {
  background: #f3f4f6;
  border-radius: 5px;
  color: #6a7180;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 9px;
}
.single-native-edit-link {
  margin-top: 14px;
}
.single-native-edit-link a {
  color: #d91c70;
  font-size: 12px;
  font-weight: 700;
}
.single-native-comments {
  margin-top: 12px;
}
.single-native-comments .section-block {
  background: #ffffff;
  border: 1px solid #eceef3;
}
@media (max-width: 760px) {
  .single-native-page {
    padding-top: 12px;
  }
  .single-native-shell {
    width: calc(100% - 16px);
  }
  .single-native-article {
    padding: 14px;
  }
  .single-native-title {
    font-size: clamp(1.8rem, 8vw, 2.65rem);
  }
  .single-native-content {
    font-size: 15px;
  }
  .single-native-content .alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .single-native-content .alignleft,
.single-native-content .alignright{
    float: none;
    margin: 0 auto 20px;
  }
}


/* === Single page shell restored; WordPress content only === */


.single-news-main {
  align-content: start;
  
  
  
}
.single-news-layout > .right-sidebar {
  align-self: start;
  min-width: 0;
}

.single-news-header {
  margin-bottom: 16px;
}


.single-news-author-meta {
  
  
  
  
  
  
  
  min-width: 0;
}


.single-news-top-share {
  align-items: center;
  
  
}






.single-news-top-share .is-copy svg { fill: none; }

.single-news-hero img {
  aspect-ratio: 2.05 / 1;
  
  
  
}


.single-news-content.single-native-content {
  margin: 0;
  max-width: none;
  padding: 0;
}
.single-news-content.single-native-content::after {
  content: none;
}
.single-news-content.single-native-content .alignwide,
.single-news-content.single-native-content .alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.single-news-content.single-native-content .wp-block-cover.alignfull,
.single-news-content.single-native-content .wp-block-group.alignfull,
.single-news-content.single-native-content .wp-block-image.alignfull {
  left: auto;
  margin-left: 0;
  position: static;
  width: 100%;
}

.single-news-tags {
  margin-bottom: 16px;
}









.single-news-share-buttons [data-copy-state="done"] { background: #10182d; color: #ffffff; }
.single-news-edit-link {
  margin-top: 16px;
}
.single-news-edit-link a {
  color: #f72d86;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .single-news-layout > .right-sidebar {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .single-news-page { padding-top: 8px; }
  
.single-news-meta-row {   gap: 10px; }
  .single-news-top-share { align-self: flex-end;  }
  .single-news-hero img {
    height: clamp(240px, 58vw, 360px);
  }
  .single-news-content { font-size: 15px; }
}
@media (max-width: 520px) {
  .single-news-top-share { align-self: flex-start; margin-top: 0; }
  .single-news-share-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}



/* === Single page reference refresh === */
.single-news-page {
  background: #f6f7fb;
  padding: 12px 0 32px;
}
.single-page-banner-wrap {
  margin-top: 8px;
}
.single-page-banner-label,
.single-news-ad-label,
.single-side-label {
  color: #8f95a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-align: center;
  text-transform: uppercase;
}
.single-page-banner,
.single-page-banner img {
  display: block;
  width: 100%;
}
.single-page-banner img {
  aspect-ratio: 5.4 / 1;
  border-radius: 14px;
  object-fit: cover;
}
.single-news-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  
}
.single-news-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.single-page-sidebar {
  gap: 18px;
}
.single-news-article {
  background: #fff;
  border: 1px solid #eceef4;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.04);
  overflow: hidden;
  padding: 22px 22px 24px;
}
.single-news-breadcrumbs {
  align-items: center;
  color: #8f95a3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}
.single-news-breadcrumbs a { color: #6d7484; }
.single-news-category-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.single-news-category {
  background: #f72d86;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 5px 8px;
  text-transform: uppercase;
}
.single-news-meta-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.single-news-author-meta {
  align-items: center;
  color: #7a8190;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}
.single-news-author {
  align-items: center;
  color: #131a2b;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
}
.single-news-author img {
  border-radius: 50%;
  height: 38px;
  object-fit: cover;
  width: 38px;
}
.single-news-top-share { display: flex; gap: 8px; }
.single-news-top-share a,
.single-news-top-share button {
  align-items: center;
  border: 1px solid #e6e9f0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}
.single-news-top-share .is-copy { background: #fff; color: #7b8496; }
.single-news-top-share svg {
  fill: currentColor;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 16px;
}
.single-news-top-share .is-facebook { background: #386fe6; }
.single-news-top-share .is-x { background: #2fb2ff; }
.single-news-top-share .is-whatsapp { background: #25d366; }
.single-news-hero {
  background: #eef2f6;
  border-radius: 18px;
  margin: 0 0 18px;
  overflow: hidden;
}
.single-news-hero img {
  border-radius: 0;
  display: block;
  height: clamp(320px, 42vw, 560px);
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.single-news-summary {
  background: #f4f5f8;
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 14px 16px;
}
.single-news-summary strong {
  color: #5e6574;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.single-news-summary p {
  color: #4e5565;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
}
.single-news-content {
  color: #20242d;
  font-size: 16px;
  line-height: 1.78;
}
.single-news-content > p:first-child::first-letter {
  color: #f72d86;
  float: left;
  font-size: 3.4em;
  font-weight: 900;
  line-height: 0.82;
  margin: 8px 7px 0 0;
}
.single-news-content h2,
.single-news-content h3,
.single-news-content h4 {
  color: #121826;
  font-weight: 900;
}
.single-news-content blockquote,
.single-news-content .wp-block-quote {
  background: #fff;
  border-left: 4px solid #ff4b9b;
  box-shadow: none;
  color: #141b2d;
  margin: 20px 0;
  padding: 14px 16px 14px 18px;
}
.single-news-content blockquote p,
.single-news-content .wp-block-quote p {
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.45;
}
.single-inline-related {
  align-items: center;
  border: 1px solid #ffd6ea;
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 18px;
  overflow: hidden;
  padding: 14px;
}
.single-inline-related-copy {
  min-width: 0;
}
.single-inline-related-copy strong {
  color: #ff3e8c;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}
.single-inline-related-copy ul { margin: 0; padding-left: 18px; }
.single-inline-related-copy li + li { margin-top: 8px; }
.single-inline-related-copy a { color: #6f35dd; font-weight: 700; }
.single-news-ad { margin: 18px 0 0; }
.single-news-ad a,
.single-news-ad img { display: block; width: 100%; }
.single-news-ad img {
  aspect-ratio: 5.2 / 1;
  border-radius: 10px;
  object-fit: cover;
}
.single-news-tax-share {
  border-top: 1px solid #eceef3;
  margin-top: 18px;
  padding-top: 18px;
}
.single-news-tags,
.single-news-share-block { margin-bottom: 18px; }
.single-news-tags > strong,
.single-news-share-block > strong {
  color: #2f3545;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.single-news-tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-news-tags a {
  background: #f3f4f6;
  border-radius: 4px;
  color: #6b7180;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
}
.single-news-share-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.single-news-share-buttons a,
.single-news-share-buttons button {
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 10px;
  text-align: center;
}
.share-facebook { background: #386fe6; }
.share-x { background: #24a3ff; }
.share-whatsapp { background: #25d366; }
.single-news-share-buttons .share-copy { background: #e6e8ed; color: #687284; }
.single-news-related h2 {
  color: #202738;
  font-size: 1.15rem;
  font-weight: 900;
  margin: 8px 0 12px;
  text-transform: uppercase;
}
.single-news-related-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.single-news-related-card {
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 10px;
  overflow: hidden;
}
.single-news-related-card a { color: inherit; display: block; }
.single-news-related-card img {
  aspect-ratio: 1.56 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}
.single-news-related-card span {
  background: #f72d86;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  margin: 10px 10px 8px;
  padding: 4px 7px;
  text-transform: uppercase;
}
.single-news-related-card h3 {
  color: #1a2233;
  font-size: 15px;
  line-height: 1.35;
  margin: 0 10px 8px;
}
.single-news-related-card small {
  color: #8b92a1;
  display: block;
  font-size: 12px;
  margin: 0 10px 12px;
}
.single-news-comments .section-block {
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 16px;
}
.single-side-ad-link img {
  border-radius: 12px;
  display: block;
  width: 100%;
}
.single-side-heading { margin-bottom: 14px; }
.single-side-heading h2 {
  color: #21283a;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.single-side-heading h2::before {
  color: #ff4590;
  content: "✦";
  margin-right: 8px;
}
.single-side-trend-list,
.single-side-author-list,
.single-side-comment-list {
  display: grid;
  gap: 12px;
}
.single-side-trend-item {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 58px minmax(0, 1fr);
}
.single-side-trend-item b {
  align-items: center;
  background: #f2f4f7;
  border-radius: 50%;
  color: #ff3a86;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.single-side-trend-item img {
  border-radius: 8px;
  display: block;
  height: 58px;
  object-fit: cover;
  width: 58px;
}
.single-side-trend-item strong,
.single-side-author-item strong,
.single-side-comment-item strong {
  color: #1b2232;
  display: block;
  font-size: 14px;
  line-height: 1.35;
}
.single-side-trend-item small,
.single-side-author-item small,
.single-side-comment-item small,
.single-side-social-card small {
  color: #8b92a1;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.single-side-social-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.single-side-social-card {
  align-items: center;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 12px;
  color: inherit;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 12px;
}
.single-side-social-card i {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.single-side-social-card svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}
.single-side-social-card .social-play { fill: #fff; }
.single-side-social-card span { min-width: 0; }
.single-side-social-card strong {
  color: #1d2435;
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.single-side-social-card.is-facebook i { background: #386fe6; }
.single-side-social-card.is-x i { background: #30a8ff; }
.single-side-social-card.is-instagram i { background: linear-gradient(135deg, #ff4ea2, #8f54ff); }
.single-side-social-card.is-youtube i { background: #ff3d3d; }
.single-side-author-item,
.single-side-comment-item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 48px minmax(0, 1fr);
}
.single-side-author-item img,
.single-side-comment-item img {
  border-radius: 50%;
  display: block;
  height: 48px;
  object-fit: cover;
  width: 48px;
}
.single-side-comment-item {
  align-items: start;
}
.single-side-comment-item p {
  color: #4f5666;
  font-size: 13px;
  line-height: 1.45;
  margin: 6px 0 0;
}
.single-side-more {
  border: 1px solid #eceef3;
  border-radius: 999px;
  color: #2b3344;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 14px;
  padding: 10px 12px;
  text-align: center;
}
.single-side-empty {
  color: #7b8394;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1024px) {
  .single-news-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .single-news-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .single-news-layout { grid-template-columns: 1fr; }
  .single-page-sidebar { width: 100%; }
}
@media (max-width: 760px) {
  .single-news-article { padding: 16px; }
  .single-news-meta-row { align-items: flex-start; flex-direction: column; }
  .single-news-top-share { margin-top: 0; }
  .single-inline-related { grid-template-columns: 1fr; }
  .single-news-share-buttons,
.single-news-related-grid,
.single-side-social-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .single-side-social-grid,
.single-news-share-buttons,
.single-news-related-grid{ grid-template-columns: 1fr; }
}


.single-page-banner-wrap,
.single-side-ad,
.single-side-label {
  display: none !important;
}
.single-news-page {
  padding-top: 0;
}
/* === Single, archive and category 12px spacing standard === */
.single-news-layout,
.single-news-main,
.single-page-sidebar,
.single-side-trend-list,
.single-side-social-grid,
.single-side-author-list,
.single-side-comment-list,
.single-news-related-grid,
.single-news-share-buttons {
  gap: 12px;
}

.single-news-layout {
  margin-top: 12px;
}

.single-page-sidebar > .sidebar-panel,
.single-news-main > .single-news-article,
.single-news-main > .single-news-comments {
  margin-top: 0;
  margin-bottom: 0;
}

body.category .main-grid,
body.archive .main-grid,
body.tag .main-grid,
body.search .main-grid,
body.author .main-grid,
body.date .main-grid {
  gap: 12px;
  margin-top: 12px;
}

body.category .content-column,
body.archive .content-column,
body.tag .content-column,
body.search .content-column,
body.author .content-column,
body.date .content-column,
body.category .right-sidebar,
body.archive .right-sidebar,
body.tag .right-sidebar,
body.search .right-sidebar,
body.author .right-sidebar,
body.date .right-sidebar {
  gap: 12px;
}

body.category .content-column > .section-block,
body.archive .content-column > .section-block,
body.tag .content-column > .section-block,
body.search .content-column > .section-block,
body.author .content-column > .section-block,
body.date .content-column > .section-block,
body.category .right-sidebar > .sidebar-panel,
body.archive .right-sidebar > .sidebar-panel,
body.tag .right-sidebar > .sidebar-panel,
body.search .right-sidebar > .sidebar-panel,
body.author .right-sidebar > .sidebar-panel,
body.date .right-sidebar > .sidebar-panel {
  margin-top: 0;
  margin-bottom: 0;
}

body.category .navigation.pagination,
body.archive .navigation.pagination,
body.tag .navigation.pagination,
body.search .navigation.pagination,
body.author .navigation.pagination,
body.date .navigation.pagination {
  margin-top: 0;
}

/* === Home sidebar on inner single page === */
.single-news-layout > .right-sidebar {
  gap: 12px;
}
.single-news-layout > .right-sidebar > .sidebar-panel {
  margin-top: 0;
  margin-bottom: 0;
}


/* === Category and inner sidebar cleanup === */
.home-category-copy strong {
  font-size: 23px !important;
}
.latest-light-head {
  grid-template-columns: minmax(0, 1fr) !important;
}
.latest-light-head > span,
.latest-light-lines,
.single-news-category-stack {
  display: none !important;
}
@media (max-width: 700px) {
  .home-category-copy strong {
    font-size: 22px !important;
  }
}



/* === Social follow reference reset === */
.sidebar-panel.social-follow-panel {
  
  border: 1px solid #dbe1ea;
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}
.social-follow-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 58px 1px minmax(0,1fr);
  padding: 18px 18px 14px;
}
.social-share-icon {
  align-items: center;
  background: #fff;
  border: 1px solid #dde3ec;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(24,39,75,.08);
  color: #70798c;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.social-share-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
  height: 20px;
}
.social-follow-divider {
  background: #d6dde8;
  border-radius: 999px;
  display: block;
  height: 54px;
  width: 1px;
}
.social-follow-copy h2,
.sidebar-panel.social-follow-panel .social-follow-copy h2 {
  color: #202737;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.02em;
  margin: 0 0 4px;
}
.social-follow-copy p {
  color: #6d7789;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.social-follow-grid {
  display: grid;
  
  grid-template-columns: repeat(2,minmax(0,1fr));
  
}
.social-follow-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(30,41,59,.04);
  display: grid;
  
  
  
  
  position: relative;
  transform: none !important;
}
.social-follow-card::before {
  border-radius: 12px 0 0 12px;
  
  content: "";
  left: 0;
  position: absolute;
  
  width: 3px;
}
.social-facebook::before { background: #4d83f7; }
.social-instagram::before { background: #f34aac; }
.social-twitter::before { background: #39baf8; }
.social-youtube::before { background: #ff4848; }
.social-linkedin::before { background: #3b82f6; }
.social-rss::before { background: #fb8c1f; }
.social-brand-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  
  justify-content: center;
  
}
.social-brand-icon svg {
  fill: currentColor;
  
  
}
.social-facebook .social-brand-icon { background: #4d83f7; }
.social-instagram .social-brand-icon { background: linear-gradient(135deg,#8b5cf6,#f05aa6); }
.social-twitter .social-brand-icon { background: #39baf8; }
.social-youtube .social-brand-icon { background: #ff4a3d; }
.social-linkedin .social-brand-icon { background: #3b82f6; }
.social-rss .social-brand-icon { background: #fb8c1f; }
.social-youtube .social-brand-icon .social-play { fill: #fff; }

.social-follow-text strong {
  color: #1f2534;
  display: block;
  
  font-weight: 900;
  
  margin: 0 0 4px;
}
.social-follow-text em {
  color: #7a8496;
  display: block;
  
  font-style: normal;
  font-weight: 700;
  
  margin: 0 0 5px;
}
.social-follow-text b {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  
  font-weight: 900;
}
.social-facebook .social-follow-text b { color: #4d83f7; }
.social-instagram .social-follow-text b { color: #f34aac; }
.social-twitter .social-follow-text b { color: #39baf8; }
.social-youtube .social-follow-text b { color: #ff4a3d; }
.social-linkedin .social-follow-text b { color: #3b82f6; }
.social-rss .social-follow-text b { color: #fb8c1f; }
.social-follow-text b span {
  color: currentColor;
  
  line-height: 1;
}
@media (max-width: 520px) {
  .social-follow-grid {
    grid-template-columns: 1fr;
  }
}


/* === Social cards fit fix + 1px text bump === */
.social-follow-grid {
  gap: 10px !important;
  padding: 12px !important;
}
.social-follow-card {
  gap: 8px !important;
  grid-template-columns: 36px minmax(0,1fr) !important;
  min-height: 86px !important;
  padding: 8px 10px !important;
}
.social-follow-card::before {
  top: 10px !important;
  bottom: 10px !important;
}
.social-brand-icon {
  height: 36px !important;
  width: 36px !important;
}
.social-brand-icon svg {
  height: 17px !important;
  width: 17px !important;
}
.social-follow-text {
  min-width: 0;
  overflow: hidden;
}
.social-follow-text strong {
  font-size: 14px !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.social-follow-text em {
  font-size: 12px !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.social-follow-text b {
  font-size: 12px !important;
  line-height: 1.15 !important;
  white-space: nowrap;
}
.social-follow-text b span {
  font-size: 13px !important;
}
/* Keep two columns on sidebar but stack only on very narrow screens */
@media (max-width: 360px) {
  .social-follow-grid {
    grid-template-columns: 1fr !important;
  }
}


/* === Recommended card stats modernized === */
.recommend-stats {
  align-items: center;
  color: #5f687d;
  font-size: 15px !important;
  gap: 10px !important;
  line-height: 1;
}
.recommend-stat {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  white-space: nowrap;
}
.recommend-stat svg {
  fill: none;
  flex: 0 0 auto;
  
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  
}
.recommend-stat i,
.recommend-stats [data-like-count] {
  color: inherit;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 800;
}
.recommend-stat-views {
  color: #6f7890;
}
.recommend-stat-likes {
  color: #ff4f8c;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease;
}
.recommend-stat-likes:hover {
  transform: translateY(-1px);
}
.recommend-stat-comments {
  color: #7b859c;
}
.recommend-stats b {
  align-items: center;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 8px 18px rgba(29,35,54,.08);
  height: 38px !important;
  width: 38px !important;
}
.recommend-stats b svg {
  fill: none;
  
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  
}


/* === Recommended stat icons +2px and robust view counter === */
.recommend-stat svg {
  height: 16px !important;
  width: 16px !important;
}
.recommend-stats b svg {
  height: 19px !important;
  width: 19px !important;
}


/* === Overlay meta modernized (+2px) === */
.news-card p.overlay-meta,
.popular-card p.overlay-meta,
.top-model-hero .hero-right-cards p.overlay-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 11px !important;
  font-weight: 900;
}
.news-card p.overlay-meta,
.popular-card p.overlay-meta {
  bottom: 10px;
}
.overlay-meta .meta-time,
.overlay-meta .meta-views {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(16, 18, 28, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  display: inline-flex;
  gap: 5px;
  min-height: 24px;
  padding: 4px 8px;
}
.overlay-meta svg {
  fill: none;
  flex: 0 0 auto;
  height: 12px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 12px;
}
.overlay-meta i {
  color: inherit;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.news-card h3 {
  bottom: 42px;
}
.popular-card h3 {
  bottom: 40px;
}
.top-model-hero .hero-right-cards p.overlay-meta {
  gap: 8px;
}
.top-model-hero .hero-right-cards .overlay-meta .meta-time,
.top-model-hero .hero-right-cards .overlay-meta .meta-views {
  min-height: 22px;
  padding: 4px 7px;
}
.top-model-hero .hero-right-cards .overlay-meta svg {
  height: 11px;
  width: 11px;
}
.top-model-hero .hero-right-cards .overlay-meta i {
  font-size: 10px;
}


/* ==========================================================
   Category Reference List Modern — category.php only
   ========================================================== */
body.category .category-reference-list-page{
  background:#f5f6fa;
  padding:14px 0 36px;
}
body.category .category-reference-list-layout{
  align-items:start;
  gap:12px;
}
body.category .category-reference-list-main{
  display:grid;
  gap:0;
  min-width:0;
}
body.category .category-reference-list-header{
  background:transparent;
  border:0;
  border-bottom:1px solid #eef2f6;
  border-radius:0;
  margin:0 0 16px;
  padding:4px 2px 14px;
}
body.category .category-reference-list-header h1{
  color:#151b27;
  font-size:2rem;
  font-weight:950;
  letter-spacing:-.04em;
  margin:0;
}
body.category .category-reference-list-header p{
  color:#667085;
  font-size:13px;
  font-weight:600;
  line-height:1.6;
  margin:8px 0 0;
}
body.category .category-reference-list-shell{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  border:1px solid #e9edf5;
  border-radius:16px;
  box-shadow:0 16px 34px rgba(17,24,39,.05);
  padding:18px;
}
body.category .category-reference-list-grid{
  display:grid;
  gap:14px 14px;
  grid-template-columns:repeat(2, minmax(0,1fr));
}
body.category .category-reference-list-card{
  align-items:start;
  background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%);
  border:1px solid #e8edf5;
  border-radius:12px;
  box-shadow:0 14px 28px rgba(17,24,39,.045);
  display:grid;
  gap:14px;
  grid-template-columns:210px minmax(0,1fr);
  min-height:202px;
  overflow:hidden;
  padding:30px 0;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.category .category-reference-list-card-thumb{
  border-radius:8px;
  display:block;
  overflow:hidden;
  margin-left:14px;
}
body.category .category-reference-list-card-thumb img{
  display:block;
  height:202px;
  object-fit:cover;
  transition:transform .32s ease;
  width:100%;
}
body.category .category-reference-list-card:hover{transform:translateY(-2px); box-shadow:0 20px 40px rgba(17,24,39,.08); border-color:#dde5f0;}
body.category .category-reference-list-card:hover .category-reference-list-card-thumb img{transform:scale(1.03);}
body.category .category-reference-list-card-content{
  align-self:center;
  min-width:0;
  padding:10px 14px 10px 0;
}
body.category .category-reference-list-tag{
  align-items:center;
  background:linear-gradient(135deg,#ff4c72,#ff2f63);
  border-radius:5px;
  box-shadow:0 8px 18px rgba(255,55,103,.22);
  color:#fff;
  display:inline-flex;
  font-size:10px;
  font-weight:900;
  letter-spacing:.03em;
  line-height:1;
  margin-bottom:10px;
  padding:6px 8px;
  text-transform:none;
}
body.category .category-reference-list-card-content h2{
  color:#111827;
  font-size:1.18rem;
  font-weight:950;
  letter-spacing:-.02em;
  line-height:1.28;
  margin:0 0 10px;
}
body.category .category-reference-list-card-content p{
  color:#667085;
  display:-webkit-box;
  font-size:14px;
  font-weight:500;
  line-height:1.62;
  margin:0 0 12px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body.category .category-reference-list-meta{
  align-items:center;
  color:#8a92a0;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 12px;
}
body.category .category-reference-list-meta span{
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}
body.category .category-reference-list-readmore{
  align-items:center;
  color:#111827;
  display:inline-flex;
  font-size:13px;
  font-weight:900;
  gap:8px;
  letter-spacing:.02em;
}
body.category .category-reference-list-readmore svg{
  fill:none;
  height:15px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2;
  width:15px;
}
body.category .category-reference-list-empty{
  background:#fff;
  border:1px dashed #dce2eb;
  border-radius:12px;
  color:#667085;
  padding:28px;
  text-align:center;
}
body.category .category-reference-list-empty strong{
  color:#111827;
  display:block;
  font-size:1.3rem;
  font-weight:900;
  margin-bottom:6px;
}
body.category .category-reference-list-main>.navigation.pagination{margin-top:4px;}
body.category .category-reference-list-shell>.navigation.pagination{margin-top:12px;}
body.category .category-reference-list-shell .nav-links{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
}
body.category .category-reference-list-shell .page-numbers{
  align-items:center;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:6px;
  color:#667085;
  display:inline-flex;
  font-size:12px;
  font-weight:800;
  height:34px;
  justify-content:center;
  min-width:34px;
  padding:0 10px;
}
body.category .category-reference-list-shell .page-numbers.current{
  background:#ff3767;
  border-color:#ff3767;
  color:#fff;
}
@media (max-width: 1180px){
  body.category .category-reference-list-card{grid-template-columns:190px minmax(0,1fr);}
  body.category .category-reference-list-card-thumb img{height:192px;}
}
@media (max-width: 980px){
  body.category .category-reference-list-grid{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  body.category .category-reference-list-shell{padding:12px;}
  body.category .category-reference-list-card{grid-template-columns:1fr; padding:14px;}
  body.category .category-reference-list-card-thumb{margin-left:0;}
  body.category .category-reference-list-card-thumb img{height:220px;}
  body.category .category-reference-list-card-content{padding:0 2px 2px;}
}


/* === BuzzMag branding + white social panel === */
.sidebar-panel.social-follow-panel{background:#fff !important;}
.masthead-row .brand-logo::after,
.masthead-row > .brand-logo::after,
.footer-logo::after,
.brand-logo::after{content:"" !important;}
.brand-logo b,
.masthead-row .brand-logo b,
.masthead-row > .brand-logo b{font-size:inherit !important;width:auto !important;margin-left:.08em !important;color:#ff4f87 !important;}
.brand-logo b::before,
.masthead-row .brand-logo b::before,
.masthead-row > .brand-logo b::before{content:none !important;}




/* === Single title: one canonical rule, no inline override === */
body.single-post .single-news-title{
  color:#0f1728;
  font-size:clamp(21px,calc(3vw - 3px),33.72px);
  font-weight:900;
  letter-spacing:-0.05em;
  line-height:1.02;
  margin:0 0 14px;
  max-width:92%;
}
@media (max-width:760px){
  body.single-post .single-news-title{max-width:100%;}
}

/* === Simple WordPress login/logout action === */
.auth-action-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
  color: #172033;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  height: 44px;
  justify-content: center;
  min-width: 116px;
  padding: 0 16px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  white-space: nowrap;
}

.auth-action-link:hover,
.auth-action-link:focus-visible {
  border-color: #cfd5df;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.09);
  color: #172033;
  outline: none;
  transform: translateY(-1px);
}

.auth-action-icon {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 18px;
}

.auth-action-link.is-logout {
  color: #8b2635;
}

@media (max-width: 700px) {
  .auth-action-link {
    height: 42px;
    min-width: 104px;
    padding-inline: 14px;
  }
}

/* === Static latest-post alert strip === */












@media (max-width: 700px) {
  

  

  

  
}

/* === Top utility bar: replaces the legacy breaking-news strip === */
.top-utility-bar {
  background: #ffffff;
  border-bottom: 1px solid #ece7f1;
  color: #364056;
  min-height: 44px;
  position: relative;
  z-index: 90;
}

.top-utility-inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
  min-height: 44px;
}

.top-utility-date,
.top-utility-actions,
.top-utility-actions nav {
  align-items: center;
  display: flex;
}

.top-utility-date {
  color: #687085;
  font-size: 12px;
  font-weight: 750;
  gap: 8px;
  white-space: nowrap;
}

.top-utility-date svg {
  fill: none;
  height: 15px;
  stroke: #8b67d8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 15px;
}

.top-utility-message {
  color: #3f485d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-utility-actions {
  gap: 12px;
  justify-content: flex-end;
}

.top-utility-actions time {
  background: #f6f3f8;
  border: 1px solid #eee8f3;
  border-radius: 999px;
  color: #1d2740;
  font-size: 12px;
  font-weight: 900;
  min-width: 58px;
  padding: 7px 11px;
  text-align: center;
}

.top-utility-actions nav {
  gap: 8px;
}

.top-utility-actions nav a {
  align-items: center;
  background: #f7f5f9;
  border: 1px solid #efebf2;
  border-radius: 50%;
  color: #303a50;
  display: inline-flex;
  font-size: 10px;
  font-weight: 850;
  height: 30px;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
  width: 30px;
}

.top-utility-actions nav a:hover,
.top-utility-actions nav a:focus-visible {
  background: #ffffff;
  border-color: #d8cfe0;
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .top-utility-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .top-utility-message {
    display: none;
  }
}

@media (max-width: 640px) {
  .top-utility-date {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-utility-actions nav {
    display: none;
  }
}

/* === v1.7.2: Secure managed homepage advertisement slots === */
.magazinvip-ad-slot {
  --magazinvip-ad-width: 970;
  --magazinvip-ad-height: 90;
  display: block;
  width: 100%;
  max-width: calc(var(--magazinvip-ad-width) * 1px);
  min-width: 0;
  margin: 0 auto;
}
.magazinvip-ad-frame {
  position: relative;
  width: 100%;
  aspect-ratio: var(--magazinvip-ad-width) / var(--magazinvip-ad-height);
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
}
.magazinvip-ad-image,
.magazinvip-adsense-unit {
  display: block;
  width: 100%;
  height: 100%;
}
.magazinvip-ad-image {
  object-fit: cover;
  object-position: center;
}
.magazinvip-adsense-unit {
  min-width: 0;
  overflow: hidden;
}
.header-managed-ad {
  align-self: center;
  justify-self: stretch;
  width: 100%;
  max-width: 686px;
  margin: 0;
}
.home-featured-ad,
.home-interest-ad {
  width: 100%;
  max-width: none;
  margin: 0;
}
.sidebar-managed-ad {
  width: 100%;
  max-width: 330px;
  margin: 0;
}
.masthead-row:not(.has-masthead-center) {
  grid-template-columns: 260px minmax(0, 1fr);
}
.masthead-row:not(.has-masthead-center) .header-actions {
  justify-self: end;
  width: 100%;
  max-width: 430px;
}
@media (max-width: 900px) {
  .masthead-row,
  .masthead-row:not(.has-masthead-center) {
    grid-template-columns: 1fr;
  }
  .masthead-row:not(.has-masthead-center) .header-actions {
    justify-self: stretch;
    max-width: none;
  }
  .header-managed-ad {
    width: 100%;
    max-width: 686px;
    justify-self: center;
  }
}
@media (max-width: 520px) {
  .magazinvip-ad-frame {
    border-radius: calc(var(--radius) - 2px);
  }
  .sidebar-managed-ad {
    max-width: 100%;
  }
}

/* === v1.7.3: Managed AdSense test-unit visibility === */
.magazinvip-adsense-unit--test {
  background: #f0f0f0;
}
.magazinvip-adsense-unit--test[data-ad-status="filled"] {
  background: transparent;
}

/* === v1.7.4: Visible local preview for managed AdSense test units === */
.magazinvip-adsense-unit--test:not([data-ad-status="filled"]) {
  position: relative;
  display: grid !important;
  place-items: center;
  isolation: isolate;
  min-height: 100%;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 20, 92, .20), transparent 26%),
    radial-gradient(circle at 84% 72%, rgba(109, 49, 255, .20), transparent 30%),
    linear-gradient(135deg, #fff4f8 0%, #f7f2ff 48%, #eef5ff 100%);
}
.magazinvip-adsense-unit--test:not([data-ad-status="filled"])::before {
  content: attr(data-ad-test-label);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(255, 20, 92, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #ff145c;
  font-size: clamp(11px, 1.3vw, 15px);
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  box-shadow: 0 10px 28px rgba(45, 32, 72, .10);
  z-index: 1;
}
.magazinvip-adsense-unit--test[data-ad-status="filled"]::before {
  content: none;
}

/* === v1.7.2: İlginizi Çekebilecek büyük görsel sağ kenar hizası === */
@media (min-width: 761px) {
  .recommended-feature > .recommend-hero {
    width: calc(100% + 30px);
    max-width: none;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .recommended-feature > .recommend-hero {
    width: 100%;
    max-width: 100%;
  }
}

/* === v1.7.5: İlginizi Çekebilecek büyük görsel taşma düzeltmesi === */
.recommended-feature {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}
.recommended-feature > .recommend-intro,
.recommended-feature > .recommend-hero,
.recommended-feature > .recommend-card-row {
  min-width: 0;
  max-width: 100%;
}
.recommended-feature > .recommend-hero {
  width: 100% !important;
  max-width: 100% !important;
  justify-self: stretch !important;
  box-sizing: border-box;
  overflow: hidden;
}
.recommended-feature > .recommend-hero > a,
.recommended-feature > .recommend-hero > a > img {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.recommended-feature > .recommend-hero > a > img {
  display: block;
  object-fit: cover;
}

/* === v1.7.6: İlginizi çekebilir büyük görsel sağ taşma düzeltmesi === */
.recommended-feature{
  align-items:start;
}
.recommended-feature > .recommend-hero{
  grid-column:2;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  justify-self:stretch !important;
  align-self:start !important;
  box-sizing:border-box;
  overflow:hidden;
}
.recommended-feature > .recommend-hero,
.recommended-feature > .recommend-hero > a,
.recommended-feature > .recommend-hero > a > img{
  display:block;
  max-inline-size:100%;
}
.recommended-feature > .recommend-hero > a > img{
  width:100% !important;
  object-fit:cover;
  object-position:center center;
}
@media (max-width:760px){
  .recommended-feature > .recommend-hero{
    grid-column:1;
  }
}

/* === v1.7.7: İlginizi çekebilir büyük görseli alt kart hizasına kilitle === */
.recommended-feature{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  column-gap:12px !important;
  row-gap:18px !important;
  align-items:start !important;
  overflow:hidden !important;
}
.recommended-feature > .recommend-intro{
  grid-column:1 / 2 !important;
  min-width:0 !important;
  width:100% !important;
  box-sizing:border-box !important;
}
.recommended-feature > .recommend-hero{
  grid-column:2 / 5 !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  justify-self:stretch !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}
.recommended-feature > .recommend-card-row{
  grid-column:1 / 5 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.recommended-feature > .recommend-hero > a,
.recommended-feature > .recommend-hero > a > img{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
@media (max-width:1180px){
  .recommended-feature{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .recommended-feature > .recommend-intro{grid-column:1 / 2 !important;}
  .recommended-feature > .recommend-hero{grid-column:2 / 3 !important;}
  .recommended-feature > .recommend-card-row{grid-column:1 / 3 !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  .recommended-feature{grid-template-columns:1fr !important;}
  .recommended-feature > .recommend-intro,
  .recommended-feature > .recommend-hero,
  .recommended-feature > .recommend-card-row{grid-column:1 / -1 !important;}
  .recommended-feature > .recommend-card-row{grid-template-columns:1fr !important;}
}

/* === v1.7.7: İlginizi çekebilir büyük görsel sol hizası kartlarla eşitlendi === */
@media (min-width: 761px) {
  .recommended-feature > .recommend-card-row {
    grid-column: 2 !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    align-self: start;
  }
}
@media (max-width: 760px) {
  .recommended-feature > .recommend-card-row {
    grid-column: 1 !important;
  }
}


/* === v1.7.9: İlginizi Çekebilecek büyük görsel üstten 100px kısaltıldı === */
@media (min-width: 761px) {
  .recommended-feature > .recommend-hero {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
    margin-top: 100px !important;
    aspect-ratio: auto !important;
  }
  .recommended-feature > .recommend-hero > a,
  .recommended-feature > .recommend-hero > a > img {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
  }
}

/* === v1.8.0: İlginizi çekebilir alt 4 kart eski geniş düzenine geri alındı === */
@media (min-width: 761px) {
  .recommended-feature > .recommend-card-row {
    grid-column: 1 / 5 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
    margin: 0 !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }
  .recommended-feature > .recommend-card-row > .recommend-card {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* === v1.8.1: İlginizi Çekebilecek kutu üst boşluğu görsele göre kısaltıldı === */
@media (min-width: 761px) {
  .recommended-feature > .recommend-hero {
    margin-top: 0 !important;
  }
}


/* === v1.9.2: Admin panelden eklenen ana sayfa bölümleri recommended kart tasarımı === */
.mv-extra-home-section{
  padding:22px;
}
.mv-extra-home-section__title{
  margin-bottom:18px;
}
.mv-extra-home-section__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#fff4f7;
  color:var(--pink);
  font-size:.86rem;
  font-weight:800;
  text-decoration:none;
}
.mv-extra-home-card-row{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media (max-width: 1100px){
  .mv-extra-home-card-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 680px){
  .mv-extra-home-section{
    padding:18px;
  }
  .mv-extra-home-card-row{
    grid-template-columns:1fr;
  }
}





/* === v1.9.7: Üst çubuk sosyal bağlantı listesi === */
.top-utility-actions nav .top-utility-network-list{
  align-items:center;
  display:flex;
  gap:8px;
  list-style:none;
  margin:0;
  padding:0;
}
.top-utility-actions nav .top-utility-network-item{
  align-items:center;
  display:flex;
  margin:0;
  padding:0;
}
@media (max-width:720px){
  .top-utility-actions nav .top-utility-network-list{
    gap:6px;
  }
}


/* === v2.0.0: Ana sayfa içerik yoksa boş görüntü düzeltmesi === */
.main-grid--empty {
  grid-template-columns: minmax(0,1fr);
}

.homepage-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 320px;
  padding: 42px 24px;
  text-align: center;
}

.homepage-empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff1f5, #f5f7ff);
  font-size: 32px;
}

.homepage-empty-state h2 {
  margin: 0;
  font-size: 1.8rem;
}

.homepage-empty-state p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.homepage-fallback-section {
  padding: 22px;
}

@media (max-width: 768px) {
  .homepage-empty-state {
    min-height: 240px;
    padding: 28px 18px;
  }
}

/* === v2.0.1: İçerik yokken ana sayfa kart iskeletleri sabit kalır === */
.home-placeholder-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee8f2;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 74, 135, .16), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(113, 94, 255, .14), transparent 31%),
    linear-gradient(135deg, #2a2635 0%, #40384e 48%, #24202f 100%);
}

.home-placeholder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 15, 28, .05) 8%, rgba(18, 15, 28, .72) 100%);
  pointer-events: none;
}

.home-placeholder-copy,
.home-placeholder-card__inner {
  position: relative;
  z-index: 1;
}

.home-placeholder-card--hero .home-placeholder-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
}

.home-placeholder-card--hero h1,
.home-placeholder-card--side h2,
.home-placeholder-card--news h3,
.home-placeholder-card--popular h3,
.home-placeholder-card--recommend-hero h3 {
  color: #fff;
}

.home-placeholder-card--hero p,
.home-placeholder-card--side .overlay-meta,
.home-placeholder-card--news .overlay-meta,
.home-placeholder-card--popular .overlay-meta,
.home-placeholder-card--recommend-hero p {
  color: rgba(255,255,255,.78);
}

.home-placeholder-card--side .home-placeholder-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
}

.home-placeholder-trends .home-placeholder-trend-row {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 47px;
  padding: 8px 0;
  border-bottom: 1px solid #eee9f2;
}

.home-placeholder-trends .home-placeholder-trend-row:last-child {
  border-bottom: 0;
}

.home-placeholder-trends .home-placeholder-trend-row b {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff2f7;
  color: #ff2f78;
  font-size: 11px;
}

.home-placeholder-trends .home-placeholder-trend-row span {
  color: #343b50;
  font-size: 12px;
  font-weight: 750;
}

.home-placeholder-trends .home-placeholder-trend-row em {
  color: #9299aa;
  font-size: 9px;
  font-style: normal;
  white-space: nowrap;
}

.home-placeholder-card--news,
.home-placeholder-card--popular {
  min-height: 210px;
}

.home-placeholder-card--news .home-placeholder-card__inner,
.home-placeholder-card--popular .home-placeholder-card__inner {
  position: absolute;
  inset: auto 16px 15px;
}

.home-placeholder-card--news h3,
.home-placeholder-card--popular h3 {
  margin: 10px 0 8px;
}

.home-placeholder-card--recommend-hero {
  min-height: 300px;
}

.home-placeholder-card--recommend-hero .recommend-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}

.home-placeholder-card--recommend-hero .recommend-hero-content {
  z-index: 2;
}

.home-placeholder-card--recommend-media {
  min-height: 145px;
  border: 0;
  border-radius: inherit;
}

.home-placeholder-card--recommend-media .recommend-pill {
  z-index: 2;
}

.home-placeholder-recommend-card {
  overflow: hidden;
}

.home-placeholder-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 34px;
  background: linear-gradient(135deg, #ffd9e6, #e4ddff);
}

.home-placeholder-author {
  display: flex;
  align-items: center;
}

.home-placeholder-stats {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #9ba2b1;
}

.home-placeholder-stats span {
  font-size: 11px;
  font-weight: 800;
}

.home-placeholder-editorial-item {
  cursor: default;
}

.home-placeholder-editorial-thumb {
  display: block;
  width: 82px;
  height: 70px;
  border-radius: 10px;
  flex: 0 0 82px;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 72, 134, .28), transparent 35%),
    linear-gradient(135deg, #f4eef7, #ececf6);
}

@media (max-width: 768px) {
  .home-placeholder-card--hero .home-placeholder-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .home-placeholder-trends .home-placeholder-trend-row {
    grid-template-columns: 28px minmax(0,1fr);
  }

  .home-placeholder-trends .home-placeholder-trend-row em {
    display: none;
  }
}


/* === v2.0.2: Boş kart kategori rozetleri tekrar üstte === */
.home-placeholder-card > .home-placeholder-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  margin: 0;
}

.home-placeholder-card--hero > .home-placeholder-pill,
.top-model-hero .hero-right-cards .home-placeholder-card--side > .home-placeholder-pill {
  top: 16px;
  left: 16px;
}

.home-placeholder-card--news > .home-placeholder-pill {
  top: 12px;
  left: 12px;
}

/* === v2.0.3: Ana sayfada aynı haber tekrar etmez === */
.home-placeholder-latest-item {
  cursor: default;
}

.home-placeholder-latest-thumb {
  width: 96px;
  height: 67px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 72, 134, .22), transparent 34%),
    linear-gradient(135deg, #f4eef7, #ececf6);
}

.home-placeholder-latest-item strong {
  color: #7f8799;
}

.home-placeholder-latest-item > i {
  opacity: .45;
}


/* Uploaded custom logo */
.brand-logo .brand-logo-image{display:block;max-width:220px;max-height:72px;width:auto;height:auto;object-fit:contain}


/* === v1.9.6: Separate header B icon and footer BuzzMag routing === */

/* Original header B icon position and sizing restored. */
.top-utility-actions nav .top-utility-network-list > .top-utility-network-item:nth-child(1){order:1;}
.top-utility-actions nav .top-utility-network-list > .top-utility-network-item:nth-child(2){order:2;}
.top-utility-actions nav .top-utility-network-list > .top-utility-network-item:nth-child(3){order:3;}
.top-utility-actions nav .top-utility-network-list > .top-utility-network-item--buzzmag{order:4;}
.top-utility-actions nav .top-utility-network-list > .top-utility-network-item:nth-child(4){order:5;}
.top-utility-actions nav .top-utility-network-list > .top-utility-network-item:nth-child(5){order:6;}

.top-utility-network-item--buzzmag{
  flex:0 0 auto;
}
.top-utility-network-link--buzzmag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  padding:0;
  overflow:hidden;
  border-radius:50%;
}
.top-utility-network-link--buzzmag__letter{
  display:block;
  font-size:11px;
  font-weight:400;
  line-height:1;
  letter-spacing:0;
}

@media (max-width:900px){
  .top-utility-network-link--buzzmag__letter{
    font-size:10px;
    font-weight:400;
  }
}
.buzzmag-footer-network-partner{
  display:flex;
  justify-content:flex-end;
  padding-bottom:18px;
  padding-top:4px;
}
.buzzmag-footer-network-partner__link{
  align-items:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  gap:8px;
  min-height:40px;
  padding:7px 13px 7px 10px;
  text-decoration:none;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.buzzmag-footer-network-partner__link:hover,
.buzzmag-footer-network-partner__link:focus-visible{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.2);
  color:#fff;
  outline:none;
  transform:translateY(-1px);
}
.buzzmag-footer-network-partner__link img{
  border-radius:50%;
  display:block;
  flex:0 0 24px;
  height:24px;
  object-fit:contain;
  width:24px;
}
.buzzmag-footer-network-partner__prefix{
  color:rgba(255,255,255,.66);
  font-size:12px;
  font-weight:700;
}
.buzzmag-footer-network-partner__label{
  color:#fff;
  font-size:13px;
  font-weight:800;
}
@media (max-width:640px){
  .buzzmag-footer-network-partner{
    justify-content:center;
  }
}

.single-news-tax-share--tags-only { grid-template-columns: minmax(0, 1fr); }
.single-news-tax-share--tags-only .single-news-tags { grid-column: 1 / -1; }

/* Optional classic widget areas; inactive areas do not render. */
.buzzmag-widget-area .widget + .widget {
  border-top: 1px solid #ededf3;
  margin-top: 16px;
  padding-top: 16px;
}
.buzzmag-widget-area .widget-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 12px;
}
.buzzmag-widget-area ul {
  margin: 0;
  padding-left: 18px;
}

/* WordPress core content classes required for classic theme compatibility. */
.sticky {
  --buzzmag-sticky-post: 1;
}
.bypostauthor {
  --buzzmag-post-author-comment: 1;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
.gallery-caption {
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




/* === v2.0.2: Kartlardaki kategori rozetleri kaldırıldı === */

.main-hero > .pill,
.hero-side-card .pill,
.recommend-hero .recommend-pill,
.recommend-card .recommend-pill,
.mv-editorial-item .mv-tag,
.category-reference-list-card .category-reference-list-tag,
.single-news-related-card > a > span{
  display:none;
}


/* === v2.0.2: Güçlü mobil uyumluluk ve sandviç menü === */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-container {
    width: min(100% - 24px, 100%) !important;
    max-width: none !important;
  }

  .top-utility-bar {
    min-height: 42px;
  }

  .top-utility-inner {
    display: flex !important;
    gap: 8px !important;
    min-height: 42px;
    overflow-x: auto;
    padding: 0 2px;
    scrollbar-width: none;
  }

  .top-utility-inner::-webkit-scrollbar {
    display: none;
  }

  .top-utility-date {
    flex: 0 0 auto;
    max-width: none !important;
    font-size: 11px;
  }

  .top-utility-message {
    display: none !important;
  }

  .top-utility-actions {
    flex: 0 0 auto;
    gap: 8px;
    margin-left: auto;
  }

  .top-utility-actions nav {
    display: flex !important;
    gap: 6px;
  }

  .top-utility-actions nav a {
    height: 28px;
    width: 28px;
    min-width: 28px;
    font-size: 9px;
  }

  .top-utility-actions time {
    min-width: 52px;
    padding: 6px 9px;
  }

  .masthead-row,
  .masthead-row.has-masthead-center,
  .masthead-row:not(.has-masthead-center) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 14px 0 !important;
  }

  .masthead-row .brand-logo {
    justify-self: center;
    max-width: 100%;
    text-align: center;
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
    line-height: 1;
  }

  .header-managed-ad,
  .header-mini-ad {
    justify-self: center !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .header-mini-ad .app-ad-banner a,
  .app-ad-banner.header-mini-ad a {
    grid-template-columns: 1fr !important;
    min-height: 96px !important;
    padding: 14px 16px !important;
    text-align: center;
  }

  .header-mini-ad .ad-cinema,
  .header-mini-ad .ad-phone,
  .header-mini-ad .ad-star,
  .header-mini-ad .ad-orbit,
  .app-ad-banner.header-mini-ad .ad-cinema,
  .app-ad-banner.header-mini-ad .ad-phone,
  .app-ad-banner.header-mini-ad .ad-star,
  .app-ad-banner.header-mini-ad .ad-orbit {
    display: none !important;
  }

  .header-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    width: 100% !important;
    justify-content: stretch !important;
  }

  .header-search {
    height: 42px !important;
    min-width: 0 !important;
  }

  .header-search input {
    font-size: 14px !important;
  }

  .auth-action-link {
    height: 42px !important;
    min-width: 42px !important;
    padding: 0 12px !important;
  }

  .auth-action-link span {
    display: none !important;
  }

  .main-header {
    position: relative;
    z-index: 100;
  }

  .nav-row {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-end !important;
    min-height: 50px;
    position: relative !important;
  }

  .hamburger {
    align-items: center !important;
    background: #101015 !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(16, 16, 21, .18) !important;
    cursor: pointer;
    display: inline-grid !important;
    height: 42px !important;
    justify-content: center !important;
    margin-left: auto !important;
    padding: 0 !important;
    width: 48px !important;
    z-index: 120;
  }

  .hamburger span {
    background: #fff !important;
    border-radius: 999px !important;
    display: block !important;
    height: 2px !important;
    transition: transform .18s ease, opacity .18s ease;
    width: 20px !important;
  }

  .hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    background: #ffffff !important;
    border: 1px solid #ece7f1 !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 46px rgba(16, 20, 34, .16) !important;
    display: none !important;
    left: 0 !important;
    margin: 8px auto 0 !important;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 10px !important;
    position: absolute !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    z-index: 110;
  }

  .primary-nav.is-open {
    display: block !important;
  }

  .primary-nav .menu {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: 1fr !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .primary-nav .menu > li {
    display: block !important;
    width: 100% !important;
  }

  .primary-nav a {
    align-items: center !important;
    border-radius: 12px !important;
    color: #172033 !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    justify-content: space-between !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    text-decoration: none !important;
    width: 100% !important;
  }

  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    background: #fff2f7 !important;
    color: var(--pink) !important;
    outline: none !important;
  }

  .hero-shell,
  .top-model-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px !important;
  }

  .main-hero,
  .top-model-hero .main-hero {
    height: auto !important;
    max-height: none !important;
    min-height: 320px !important;
  }

  .main-hero > div {
    bottom: 22px !important;
    left: 20px !important;
    right: 20px !important;
  }

  .main-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
  }

  .hero-right-cards {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 1fr !important;
    height: auto !important;
    max-height: none !important;
    padding-left: 0 !important;
  }

  .hero-right-cards article,
  .hero-right-cards a {
    min-height: 170px !important;
  }

  .category-cards,
  .featured-grid,
  .popular-grid,
  .recommend-card-row,
  .editorial-grid,
  .custom-home-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .main-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 18px !important;
  }

  .content-column,
  .right-sidebar,
  .section-block,
  .sidebar-panel {
    min-width: 0 !important;
    width: 100% !important;
  }

  .section-block,
  .sidebar-panel {
    padding: 14px !important;
  }

  .news-card img,
  .popular-card img {
    width: 100% !important;
  }

  .recommended-feature {
    grid-template-columns: 1fr !important;
  }

  .app-ad-banner a {
    grid-template-columns: 1fr !important;
    min-height: 112px !important;
    padding: 16px !important;
    text-align: center !important;
  }

  .app-ad-banner .ad-cinema,
  .app-ad-banner .ad-phone,
  .app-ad-banner .ad-star,
  .app-ad-banner .ad-orbit {
    display: none !important;
  }

  .ad-copy {
    text-align: center !important;
  }

  .ad-copy h2 {
    font-size: clamp(1.75rem, 10vw, 2.45rem) !important;
  }

  .footer-grid-new,
  .site-footer .footer-grid,
  .footer-widgets {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .single-news-layout,
  .single-layout,
  body.single-post .main-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .single-news-title,
  body.single-post .single-news-title {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  .site-container {
    width: calc(100% - 16px) !important;
  }

  .top-utility-inner {
    gap: 6px !important;
  }

  .top-utility-actions nav a {
    height: 27px !important;
    width: 27px !important;
    min-width: 27px !important;
  }

  .masthead-row .brand-logo {
    font-size: clamp(1.85rem, 11vw, 2.35rem) !important;
  }

  .header-actions {
    grid-template-columns: 1fr auto !important;
  }

  .category-cards,
  .featured-grid,
  .popular-grid,
  .recommend-card-row,
  .editorial-grid,
  .custom-home-grid {
    grid-template-columns: 1fr !important;
  }

  .section-title {
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .section-title h2 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .news-card h3,
  .popular-card h3 {
    font-size: 1rem !important;
  }

  .main-hero,
  .top-model-hero .main-hero {
    min-height: 280px !important;
  }

  .hero-right-cards article,
  .hero-right-cards a {
    min-height: 145px !important;
  }

  .section-block,
  .sidebar-panel {
    border-radius: 16px !important;
    padding: 12px !important;
  }

  .magazinvip-ad-frame {
    border-radius: 14px !important;
  }
}


/* === v2.0.3: Off-canvas mobil menü ve görünür içerik garantisi === */
.mobile-nav-head,
.mobile-nav-foot,
.mobile-menu-backdrop {
  display: none;
}

@media (max-width: 900px) {
  body.mobile-menu-open {
    overflow: hidden !important;
  }

  .nav-row {
    min-height: 56px !important;
  }

  .hamburger {
    background:
      linear-gradient(135deg, #ff145c 0%, #9a3cff 100%) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 24px rgba(255, 20, 92, .22) !important;
    height: 44px !important;
    width: 48px !important;
  }

  .mobile-menu-backdrop {
    background: rgba(13, 17, 28, .48);
    backdrop-filter: blur(3px);
    display: block;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity .2s ease;
    z-index: 9990;
  }

  .mobile-menu-backdrop[hidden] {
    display: none !important;
  }

  .mobile-menu-backdrop.is-open {
    opacity: 1;
  }

  .primary-nav {
    background: #f7f8fc !important;
    border: 0 !important;
    border-radius: 24px 0 0 24px !important;
    box-shadow: -24px 0 70px rgba(15, 23, 42, .22) !important;
    display: flex !important;
    flex-direction: column !important;
    inset: 0 0 0 auto !important;
    margin: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    transform: translateX(105%);
    transition: transform .24s ease;
    visibility: hidden;
    width: min(88vw, 390px) !important;
    z-index: 9999;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .mobile-nav-head {
    align-items: center;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 255, 255, .2), transparent 34%),
      linear-gradient(135deg, #ff145c 0%, #8b3dff 100%);
    color: #fff;
    display: flex !important;
    flex: 0 0 auto;
    justify-content: space-between;
    min-height: 104px;
    padding: 24px 22px;
  }

  .mobile-nav-title {
    display: grid;
    gap: 4px;
  }

  .mobile-nav-title strong {
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -.03em;
  }

  .mobile-nav-title span {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-nav-close {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 44px;
  }

  .mobile-nav-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 16px;
  }

  .primary-nav .menu {
    counter-reset: buzzmag-mobile-menu;
    display: grid !important;
    gap: 9px !important;
    grid-template-columns: 1fr !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .primary-nav .menu > li {
    counter-increment: buzzmag-mobile-menu;
    margin: 0 !important;
  }

  .primary-nav .menu > li > a {
    background: #fff !important;
    border: 1px solid #e7eaf2 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(30, 41, 59, .045) !important;
    color: #151b2c !important;
    display: grid !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    gap: 12px !important;
    grid-template-columns: 34px minmax(0, 1fr) 20px !important;
    min-height: 56px !important;
    padding: 9px 12px !important;
    text-transform: none !important;
  }

  .primary-nav .menu > li > a::before {
    align-items: center;
    background: #fff0f5;
    border-radius: 10px;
    color: #ff145c;
    content: counter(buzzmag-mobile-menu, decimal-leading-zero);
    display: flex;
    font-size: 10px;
    font-weight: 950;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .primary-nav .menu > li > a::after {
    color: #9aa3b5;
    content: "›";
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }

  .primary-nav .menu > li > a:hover,
  .primary-nav .menu > li > a:focus-visible {
    background: #fff !important;
    border-color: #ffb7cf !important;
    color: #ff145c !important;
    transform: translateX(-2px);
  }

  .mobile-nav-foot {
    background: #fff;
    border-top: 1px solid #e8ebf2;
    display: grid !important;
    flex: 0 0 auto;
    gap: 2px;
    padding: 16px 20px 20px;
  }

  .mobile-nav-foot span {
    color: #151b2c;
    font-size: 13px;
    font-weight: 900;
  }

  .mobile-nav-foot small {
    color: #7a8498;
    font-size: 11px;
  }
}

@media (min-width: 901px) {
  .mobile-nav-head,
  .mobile-nav-foot,
  .mobile-menu-backdrop {
    display: none !important;
  }
}


/* === v2.0.4: Bağımsız ve içerik garantili mobil sandviç menü === */
.buzzmag-mobile-drawer,
.buzzmag-mobile-backdrop {
  display: none;
}

@media (max-width: 900px) {
  body.buzzmag-mobile-menu-open {
    overflow: hidden !important;
  }

  .primary-nav--desktop {
    display: none !important;
  }

  .hamburger {
    background: linear-gradient(135deg, #ff145c, #963cff) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(255, 20, 92, .22) !important;
    display: inline-grid !important;
    gap: 4px !important;
    height: 44px !important;
    margin-left: auto !important;
    padding: 0 !important;
    place-content: center !important;
    width: 48px !important;
  }

  .hamburger::before {
    content: none !important;
  }

  .hamburger span {
    background: #fff !important;
    border-radius: 999px !important;
    display: block !important;
    height: 2px !important;
    opacity: 1 !important;
    width: 21px !important;
  }

  .buzzmag-mobile-backdrop {
    background: rgba(13, 17, 28, .52);
    display: block;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity .2s ease;
    z-index: 9998;
  }

  .buzzmag-mobile-backdrop[hidden] {
    display: none !important;
  }

  .buzzmag-mobile-backdrop.is-open {
    opacity: 1;
  }

  .buzzmag-mobile-drawer {
    background: #f6f7fb;
    border-radius: 24px 0 0 24px;
    box-shadow: -24px 0 70px rgba(15, 23, 42, .24);
    display: flex;
    flex-direction: column;
    inset: 0 0 0 auto;
    overflow: hidden;
    position: fixed;
    transform: translateX(105%);
    transition: transform .24s ease;
    visibility: hidden;
    width: min(88vw, 390px);
    z-index: 9999;
  }

  .buzzmag-mobile-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .buzzmag-mobile-drawer__head {
    align-items: center;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 255, 255, .22), transparent 35%),
      linear-gradient(135deg, #ff145c, #8f3dff);
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    min-height: 112px;
    padding: 24px 22px;
  }

  .buzzmag-mobile-drawer__head > div {
    display: grid;
    gap: 4px;
  }

  .buzzmag-mobile-drawer__head strong {
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -.03em;
  }

  .buzzmag-mobile-drawer__head span {
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 700;
  }

  .buzzmag-mobile-drawer__close {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    font-size: 28px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 44px;
  }

  .buzzmag-mobile-drawer__body {
    display: block !important;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 16px;
  }

  .buzzmag-mobile-drawer__list {
    display: grid !important;
    gap: 9px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .buzzmag-mobile-drawer__item {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .buzzmag-mobile-drawer__item > a {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e5e9f1 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(30, 41, 59, .045) !important;
    color: #151b2c !important;
    display: grid !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    gap: 12px !important;
    grid-template-columns: 36px minmax(0, 1fr) 20px !important;
    min-height: 58px !important;
    padding: 10px 12px !important;
    text-decoration: none !important;
    text-transform: none !important;
    width: 100% !important;
  }

  .buzzmag-mobile-drawer__number {
    align-items: center;
    background: #fff0f5;
    border-radius: 10px;
    color: #ff145c !important;
    display: flex;
    font-size: 10px !important;
    font-weight: 950 !important;
    height: 36px;
    justify-content: center;
    width: 36px;
  }

  .buzzmag-mobile-drawer__label {
    color: #151b2c !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .buzzmag-mobile-drawer__arrow {
    color: #9aa3b5 !important;
    display: block !important;
    font-size: 23px !important;
    line-height: 1 !important;
  }

  .buzzmag-mobile-drawer__item > a:hover,
  .buzzmag-mobile-drawer__item > a:focus-visible {
    border-color: #ffb5ce !important;
    color: #ff145c !important;
    outline: none !important;
  }

  .buzzmag-mobile-drawer__foot {
    background: #fff;
    border-top: 1px solid #e5e9f1;
    display: grid;
    flex: 0 0 auto;
    gap: 3px;
    padding: 16px 20px 20px;
  }

  .buzzmag-mobile-drawer__foot strong {
    color: #151b2c;
    font-size: 13px;
    font-weight: 900;
  }

  .buzzmag-mobile-drawer__foot span {
    color: #7a8498;
    font-size: 11px;
  }
}

@media (min-width: 901px) {
  .buzzmag-mobile-drawer,
  .buzzmag-mobile-backdrop {
    display: none !important;
  }
}


/* === v1.9.1: Locale-independent search submit icon === */
.header-search .header-search-submit {
  align-items: center;
  background: transparent;
  border: 0;
  color: #261a30;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 0;
  height: 100%;
  justify-content: center;
  min-width: 44px;
  padding: 0;
  position: relative;
  width: 44px;
}
.header-search .header-search-submit::before {
  content: none !important;
  display: none !important;
}
.header-search .header-search-submit-icon {
  display: block;
  fill: none;
  height: 20px;
  pointer-events: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}
.header-search .header-search-submit:hover,
.header-search .header-search-submit:focus-visible {
  color: var(--pink);
}
.header-search .header-search-submit:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}


/* === v1.9.2: Kart alt meta hizası ve ince yazı düzeltmesi === */
.news-card p.overlay-meta,
.popular-card p.overlay-meta,
.top-model-hero .hero-right-cards p.overlay-meta{
  gap: 8px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.overlay-meta .meta-time,
.overlay-meta .meta-views{
  gap: 4px !important;
  min-height: 22px !important;
  padding: 4px 8px !important;
}
.overlay-meta i{
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
.overlay-meta svg{
  height: 11px !important;
  width: 11px !important;
}
.news-card h3{
  bottom: 48px !important;
}
.popular-card h3{
  bottom: 46px !important;
}
.top-model-hero .hero-right-cards h2{
  bottom: 46px !important;
}
@media (max-width: 900px){
  .news-card h3,
  .popular-card h3,
  .top-model-hero .hero-right-cards h2{
    bottom: 50px !important;
  }
}


/* === v1.9.3: Clickable image advertisement wrapper === */
.magazinvip-ad-image-link{
  display:block;
  height:100%;
  width:100%;
}
.magazinvip-ad-image-link .magazinvip-ad-image{
  display:block;
  height:100%;
  width:100%;
}


/* === v1.9.5: Footer legal bar and linked BuzzMag copyright prefix === */
.buzzmag-footer-legal{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:24px;
  padding-top:16px;
}
.buzzmag-footer-legal__inner{
  align-items:center;
  color:#9ca6b5;
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  justify-content:space-between;
}
.buzzmag-footer-legal__inner p{
  margin:0;
}
.buzzmag-footer-legal__copyright,
.buzzmag-footer-legal__note{
  color:#9ca6b5;
  font-size:13px;
  font-weight:400;
  line-height:1.55;
}
.buzzmag-footer-legal__copyright a{
  color:#9ca6b5;
  font-weight:400;
  text-decoration:none;
}
.buzzmag-footer-legal__copyright a:hover,
.buzzmag-footer-legal__copyright a:focus-visible{
  color:#ff5b93;
}
@media (max-width: 700px){
  .buzzmag-footer-legal__inner{
    align-items:flex-start;
    flex-direction:column;
  }
}
