:root {
  --ow-primary: #B83260;
  --ow-purple: #7B3FA0;
  --ow-bg: #FFF8FA;
  --ow-blush: #F6C1CC;
  --ow-ink: #252233;
  --ow-muted: #6d6470;
  --ow-line: #f0d7df;
  --ow-soft: #fff;
  --ow-shadow: 0 16px 44px rgba(184, 50, 96, 0.14);
}

html[lang="ar"] body,
body.rtl {
  direction: rtl;
}

body.home,
body.page-template-elementor_canvas {
  margin: 0;
  background: #fff;
}

body.home .site-content .ast-container,
body.page-template-elementor_canvas .site-content .ast-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.home .entry-header,
body.home .post-edit-link,
body.page-template-elementor_canvas .entry-header {
  display: none;
}

body.home .entry-content,
body.page-template-elementor_canvas .entry-content {
  margin: 0;
}

body.page-id-14 .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
body.page-id-14 .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}

body.page-id-14 .elementor-section.elementor-section-boxed > .elementor-container {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-14 .elementor-section.elementor-section-boxed > .elementor-container > .elementor-column {
  width: 100% !important;
}

.ow-home,
.ow-home * {
  box-sizing: border-box;
}

.ow-home {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ow-ink);
  background: #fff;
  font-family: Cairo, Tahoma, Arial, sans-serif;
}

.ow-home img {
  display: block;
}

.ow-home a {
  color: inherit;
  text-decoration: none;
}

.ow-icon-svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ow-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  direction: ltr;
  gap: 18px;
  min-height: 40px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: linear-gradient(90deg, #fff, #fff2f6);
  color: #504956;
  font-size: 12px;
}

.ow-topbar p {
  margin: 0;
  direction: rtl;
  font-weight: 700;
  text-align: center;
}

.ow-socials,
.ow-account,
.ow-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ow-socials {
  justify-content: flex-start;
}

.ow-socials a {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #fff1f5;
  color: var(--ow-primary);
}

.ow-social-icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ow-socials a[aria-label="Facebook"] .ow-social-icon,
.ow-socials a[aria-label="TikTok"] .ow-social-icon {
  fill: currentColor;
  stroke: none;
}

.ow-account {
  justify-content: flex-end;
  direction: rtl;
  color: #4f4754;
}

.ow-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) 188px;
  align-items: center;
  gap: clamp(16px, 2.45vw, 34px);
  height: 78px;
  min-height: 78px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #f7e4ea;
  backdrop-filter: blur(14px);
}

.ow-logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 168px;
  color: var(--ow-primary);
  direction: rtl;
  line-height: 1;
  white-space: nowrap;
}

.ow-logo-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(184, 50, 96, 0.2);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff8fa, #fde1eb);
  box-shadow: 0 8px 18px rgba(184, 50, 96, 0.13);
}

.ow-logo-mark svg {
  width: 27px;
  height: 27px;
  fill: var(--ow-primary);
  stroke: #7b3fa0;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ow-logo-text {
  display: grid;
  gap: 5px;
  min-width: 0;
  text-align: right;
}

.ow-logo-text span {
  color: var(--ow-primary) !important;
  font-family: Cairo, Tahoma, Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
}

.ow-logo-text small {
  color: #312d35;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-indent: 2.2px;
}

.ow-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.75vw, 28px);
  min-width: 0;
  color: #252233;
  font-size: 14px;
  font-weight: 700;
}

.ow-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 78px;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
}

.ow-nav a.is-active {
  color: var(--ow-primary);
}

.ow-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--ow-primary);
}

.ow-header-actions {
  direction: ltr;
  justify-content: flex-start;
}

.ow-search {
  display: inline-grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ow-primary) !important;
  cursor: pointer;
}

.ow-search .ow-icon-svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.1;
}

.ow-join,
.ow-btn,
.ow-more,
.ow-newsletter button,
.ow-card-dark a,
.ow-personal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ow-primary), #9b2e63);
  color: #fff;
  font-family: Cairo, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 9px 22px rgba(184, 50, 96, 0.24);
}

.ow-side-ads {
  display: none;
  direction: rtl;
}

.ow-side-ad {
  position: fixed;
  isolation: isolate;
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: 22px 12px;
  border: 1px solid rgba(184, 50, 96, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 18%, rgba(246, 193, 204, 0.56), transparent 34%),
    linear-gradient(135deg, #fff8fa 0%, #fff 46%, #f9e5ec 100%);
  box-shadow: 0 18px 42px rgba(184, 50, 96, 0.14);
  color: #2d2834;
  text-align: center;
}

.ow-side-ad::before {
  position: absolute;
  inset: 14px auto auto 50%;
  z-index: -1;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, var(--ow-primary), var(--ow-purple));
  opacity: 0.12;
  transform: translateX(-50%);
  animation: owAdGlow 4.8s ease-in-out infinite;
}

.ow-side-ad::after {
  position: absolute;
  inset: -32% auto auto -90%;
  z-index: 0;
  width: 90px;
  height: 170%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(18deg);
  animation: owAdShine 5.4s ease-in-out infinite;
  pointer-events: none;
}

.ow-side-ad--left {
  background:
    radial-gradient(circle at 84% 18%, rgba(123, 63, 160, 0.16), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff6f9 48%, #f6e9fb 100%);
}

.ow-ad-kicker {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(184, 50, 96, 0.1);
  color: var(--ow-primary);
  font-size: 11px;
  font-weight: 800;
}

.ow-ad-logo {
  position: relative;
  z-index: 1;
  color: var(--ow-primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.ow-side-ad strong {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  color: #2a2631;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
}

.ow-side-ad p {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 12px 0 16px;
  color: #655c68 !important;
  font-size: 12px;
  line-height: 1.85;
}

.ow-ad-cta {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ow-primary), #9b2e63);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(184, 50, 96, 0.22);
}

.ow-side-ad small {
  position: relative;
  z-index: 1;
  margin-top: 9px;
  color: rgba(45, 40, 52, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

@keyframes owAdGlow {
  0%,
  100% {
    transform: translateX(-50%) scale(0.88);
    opacity: 0.1;
  }

  50% {
    transform: translateX(-50%) scale(1.08);
    opacity: 0.18;
  }
}

@keyframes owAdShine {
  0%,
  52% {
    transform: translateX(0) rotate(18deg);
  }

  78% {
    transform: translateX(260px) rotate(18deg);
  }

  100% {
    transform: translateX(260px) rotate(18deg);
  }
}

.ow-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  min-height: 410px;
  padding: 0 clamp(28px, 7vw, 95px);
  background:
    linear-gradient(90deg, rgba(255, 248, 250, 0.94) 0 16%, rgba(255, 248, 250, 0.65) 33%, rgba(255, 248, 250, 0.02) 60%),
    url("../../../../uploads/ontha-assets/hero-scene.jpg") center center / cover no-repeat,
    linear-gradient(90deg, #fff5f8, var(--ow-blush));
}

.ow-hero::before,
.ow-hero::after {
  display: none;
  position: absolute;
  content: "";
  border: 2px solid rgba(184, 50, 96, 0.12);
  border-radius: 48% 52% 46% 54%;
  pointer-events: none;
}

.ow-hero::before {
  right: 36px;
  bottom: 34px;
  width: 112px;
  height: 112px;
}

.ow-hero::after {
  left: 44px;
  top: 72px;
  width: 54px;
  height: 30px;
  transform: rotate(-28deg);
  background: rgba(184, 50, 96, 0.1);
}

.ow-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 565px);
  max-width: 565px;
  padding: 46px 0 74px;
  text-align: right;
}

.ow-hero__content h1 {
  margin: 0 0 24px;
  color: #242234 !important;
  font-size: clamp(34px, 4.3vw, 50px);
  font-weight: 800;
  line-height: 1.23;
}

.ow-hero__content h1 span {
  color: var(--ow-primary);
}

.ow-hero__content p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #3e3745 !important;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.95;
}

.ow-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ow-btn-light {
  border: 1px solid #d9a867;
  background: rgba(255, 255, 255, 0.52);
  color: #b77722;
  box-shadow: none;
}

.ow-hero__visual {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  min-height: 410px;
  order: -1;
}

.ow-hero__visual img {
  display: none;
  width: min(100%, 410px);
  height: 410px !important;
  max-height: none;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.92) brightness(1.08) drop-shadow(0 22px 30px rgba(151, 48, 92, 0.15));
  -webkit-mask-image: radial-gradient(ellipse at 55% 50%, #000 0 58%, rgba(0, 0, 0, 0.78) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse at 55% 50%, #000 0 58%, rgba(0, 0, 0, 0.78) 72%, transparent 100%);
}

.ow-daily {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 74px;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  padding: 16px 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(255, 244, 248, 0.92);
  color: var(--ow-primary);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(184, 50, 96, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ow-daily span,
.ow-daily small {
  font-size: 12px;
  font-weight: 800;
}

.ow-daily strong {
  font-size: 14px;
  line-height: 1.45;
}

.ow-daily:hover {
  color: var(--ow-primary);
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(184, 50, 96, 0.22);
}

.ow-daily small {
  min-width: 58px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--ow-primary);
  box-shadow: 0 5px 12px rgba(184, 50, 96, 0.12);
}

.ow-category-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(8, minmax(80px, 1fr));
  gap: 0;
  width: min(92vw, 1170px);
  min-height: 106px;
  margin: -58px auto 0;
  padding: 20px 28px;
  border: 1px solid #f0d8df;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ow-shadow);
  direction: ltr;
}

.ow-category {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  color: var(--ow-primary);
  text-align: center;
  border-left: 1px solid #f2e2e7;
  direction: rtl;
}

.ow-category:first-child {
  border-left: 0;
}

.ow-category span {
  color: #282331;
  font-size: 14px;
  font-weight: 800;
}

.ow-mood-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: min(92vw, 1170px);
  margin: 22px auto 0;
  direction: ltr;
}

.ow-mood-nav a {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid #efd8df;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 250, 0.96), #fff),
    radial-gradient(circle at 18% 14%, rgba(246, 193, 204, 0.38), transparent 30%);
  box-shadow: 0 10px 22px rgba(184, 50, 96, 0.06);
  direction: rtl;
  text-align: right;
}

.ow-mood-nav span {
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 900;
}

.ow-mood-nav strong {
  color: #2b2633;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.ow-browse-hub {
  width: min(92vw, 1170px);
  margin: 38px auto 0;
}

.ow-section-title p {
  max-width: 620px;
  margin: 8px auto 0;
  color: #665b66;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.ow-browse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  direction: ltr;
}

.ow-browse-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid #ead7dc;
  border-radius: 8px;
  background: #251a28;
  color: #fff;
  box-shadow: 0 16px 36px rgba(34, 25, 43, 0.1);
  direction: rtl;
}

.ow-browse-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 17, 28, 0.02), rgba(24, 17, 28, 0.36) 54%, rgba(24, 17, 28, 0.72)),
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.24), transparent 28%);
}

.ow-browse-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ow-browse-card:hover img {
  transform: scale(1.04);
}

.ow-browse-card span,
.ow-browse-card strong,
.ow-browse-card small {
  position: absolute;
  z-index: 1;
  right: 18px;
  left: 18px;
}

.ow-browse-card span {
  top: 16px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 900;
}

.ow-browse-card .ow-icon-svg {
  width: 18px;
  height: 18px;
}

.ow-browse-card strong {
  bottom: 46px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.ow-browse-card small {
  bottom: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.ow-editorial-picks {
  width: min(92vw, 1170px);
  margin: 42px auto 0;
}

.ow-pick-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 0.8fr));
  gap: 18px;
  direction: ltr;
}

.ow-pick-card {
  position: relative;
  display: grid;
  min-height: 310px;
  align-content: end;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #ead7dc;
  border-radius: 8px;
  background: #241b28;
  color: #fff;
  box-shadow: 0 18px 38px rgba(34, 25, 43, 0.1);
  direction: rtl;
}

.ow-pick-card--large {
  min-height: 360px;
}

.ow-pick-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(24, 18, 28, 0.02) 0%, rgba(24, 18, 28, 0.32) 44%, rgba(24, 18, 28, 0.78) 100%);
  pointer-events: none;
}

.ow-pick-image {
  position: absolute;
  inset: 0;
}

.ow-pick-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  transition: transform 260ms ease;
}

.ow-pick-card:hover .ow-pick-image img {
  transform: scale(1.04);
}

.ow-pick-kicker,
.ow-pick-card strong,
.ow-pick-card small {
  position: relative;
  z-index: 1;
}

.ow-pick-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 900;
}

.ow-pick-card strong {
  display: block;
  max-width: 92%;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
}

.ow-pick-card--large strong {
  font-size: 25px;
}

.ow-pick-card small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.ow-category-main {
  padding-bottom: 22px;
}

.ow-category-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 34px;
  width: min(92vw, 1170px);
  min-height: 330px;
  margin: 28px auto 0;
  padding: 34px 44px;
  overflow: hidden;
  border: 1px solid #f0d8df;
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 15%, rgba(246, 193, 204, 0.55), transparent 28%),
    linear-gradient(135deg, #fff8fa 0%, #fff 52%, #ffe8ef 100%);
  box-shadow: var(--ow-shadow);
  direction: ltr;
}

.ow-category-hero__copy {
  direction: rtl;
  text-align: right;
}

.ow-category-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--ow-primary);
  font-size: 14px;
  font-weight: 800;
}

.ow-category-eyebrow .ow-icon-svg {
  width: 30px;
  height: 30px;
}

.ow-category-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #252233 !important;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.3;
}

.ow-category-hero p {
  max-width: 620px;
  margin: 0;
  color: #514855 !important;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.95;
}

.ow-keyword-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.ow-keyword-row span,
.ow-keyword-row strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.ow-keyword-row span {
  padding: 0 14px;
  background: rgba(123, 63, 160, 0.1);
  color: var(--ow-purple);
}

.ow-keyword-row strong {
  padding: 0 18px;
  background: var(--ow-primary);
  color: #fff;
}

.ow-category-hero__image {
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(184, 50, 96, 0.16);
}

.ow-category-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.ow-category-posts {
  padding-top: 32px;
}

.ow-category-seo-note,
.ow-empty-section {
  width: min(92vw, 900px);
  margin: 34px auto 0;
  padding: 28px 34px;
  border: 1px solid #f0d8df;
  border-radius: 8px;
  background: #fff8fa;
  text-align: center;
}

.ow-category-seo-note h2,
.ow-empty-section h2 {
  margin: 0 0 12px;
  color: var(--ow-primary) !important;
  font-size: 24px;
  font-weight: 800;
}

.ow-category-seo-note p,
.ow-empty-section p {
  margin: 0;
  color: #554c59 !important;
  font-size: 16px;
  line-height: 1.9;
}

.ow-category-guide,
.ow-editorial-policy {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: center;
  width: min(92vw, 1170px);
  margin: 24px auto 0;
  padding: 24px 30px;
  border: 1px solid #ead8dd;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff8fa, #fff),
    radial-gradient(circle at 12% 20%, rgba(246, 193, 204, 0.36), transparent 28%);
  box-shadow: 0 12px 28px rgba(34, 25, 43, 0.05);
  direction: rtl;
}

.ow-category-guide span,
.ow-editorial-policy span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 900;
}

.ow-category-guide h2,
.ow-editorial-policy h2 {
  margin: 0;
  color: #2b2633 !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.ow-category-guide ul,
.ow-editorial-policy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ow-editorial-policy ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ow-category-guide li,
.ow-editorial-policy li {
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #f0dbe2;
  border-radius: 8px;
  background: #fff;
  color: #4d4551;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.ow-article-filters {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  width: min(92vw, 1170px);
  margin: 24px auto 0;
  direction: ltr;
}

.ow-article-filters a {
  display: grid;
  min-height: 92px;
  justify-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid #f0d8df;
  border-radius: 8px;
  background: #fff;
  color: var(--ow-primary);
  box-shadow: 0 10px 24px rgba(184, 50, 96, 0.07);
  text-align: center;
  direction: rtl;
}

.ow-article-filters .ow-icon-svg {
  width: 31px;
  height: 31px;
}

.ow-article-filters span {
  color: #292634;
  font-size: 13px;
  font-weight: 800;
}

.ow-all-posts-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-section {
  position: relative;
  width: min(92vw, 1170px);
  margin: 0 auto;
  padding: 36px 0 0;
}

.ow-section-title {
  margin-bottom: 25px;
  text-align: center;
}

.ow-section-title h2 {
  margin: 0;
  color: var(--ow-primary);
  font-size: 21px;
  font-weight: 800;
}

.ow-post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
  direction: ltr;
}

.ow-post-card {
  overflow: hidden;
  border: 1px solid #ead9de;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(34, 25, 43, 0.05);
  direction: rtl;
}

.ow-post-image {
  position: relative;
  display: block;
  aspect-ratio: 1.36 / 1;
  overflow: hidden;
  background: #f9e2e8;
}

.ow-post-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 18, 28, 0.08), transparent 42%, rgba(28, 18, 28, 0.22)),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.28), transparent 24%);
  pointer-events: none;
}

.ow-post-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  transition: transform 220ms ease;
}

.ow-post-card:hover .ow-post-image img {
  transform: scale(1.035);
}

.ow-post-image span {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(45, 28, 38, 0.12);
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 800;
}

.ow-post-body {
  padding: 16px 15px 13px;
}

.ow-post-body h3 {
  min-height: 54px;
  margin: 0 0 16px;
  color: #292634 !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.ow-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8b828c;
  font-size: 12px;
  font-weight: 700;
}

.ow-more {
  width: fit-content;
  min-height: 38px;
  margin: 22px auto 0;
  padding: 0 34px;
}

.ow-category-lanes {
  padding-top: 42px;
}

.ow-lane-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  direction: ltr;
}

.ow-topic-lane {
  overflow: hidden;
  border: 1px solid #ead8dd;
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 230, 238, 0.9), transparent 34%),
    #fff;
  box-shadow: 0 12px 30px rgba(34, 25, 43, 0.055);
  direction: rtl;
}

.ow-topic-lane header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid #f1e2e6;
}

.ow-topic-lane header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #292634;
  font-size: 15px;
  font-weight: 900;
}

.ow-topic-lane header .ow-icon-svg {
  width: 25px;
  height: 25px;
  color: var(--ow-primary);
}

.ow-topic-lane header a {
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 900;
}

.ow-lane-posts {
  display: grid;
  gap: 0;
}

.ow-lane-post {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 13px;
  min-height: 100px;
  padding: 13px 16px;
  border-bottom: 1px solid #f3e7ea;
  color: #292634;
}

.ow-lane-post:last-child {
  border-bottom: 0;
}

.ow-lane-thumb {
  display: block;
  width: 92px;
  height: 74px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8e4ea;
}

.ow-lane-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ow-lane-copy {
  display: grid;
  align-content: center;
  gap: 6px;
}

.ow-lane-copy strong {
  color: #292634;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.65;
}

.ow-lane-copy small {
  color: #8a7f8a;
  font-size: 11px;
  font-weight: 800;
}

.ow-series-strip {
  width: min(92vw, 1170px);
  margin: 38px auto 0;
}

.ow-series-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  direction: ltr;
}

.ow-series-grid a {
  display: grid;
  min-height: 126px;
  align-content: center;
  gap: 9px;
  padding: 20px;
  border: 1px solid #ead8dd;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff, #fff8fa),
    radial-gradient(circle at 16% 18%, rgba(184, 50, 96, 0.16), transparent 28%);
  box-shadow: 0 12px 28px rgba(34, 25, 43, 0.055);
  direction: rtl;
}

.ow-series-grid span {
  color: var(--ow-primary);
  font-size: 12px;
  font-weight: 900;
}

.ow-series-grid strong {
  color: #282331;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
}

.ow-carousel-btn {
  position: absolute;
  top: 196px;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fde3eb;
  color: #292634;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(184, 50, 96, 0.14);
}

.ow-prev {
  right: -18px;
}

.ow-next {
  left: -18px;
}

.ow-three-cards {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 2.2fr) 1fr;
  gap: 18px;
  width: min(92vw, 1170px);
  margin: 34px auto 0;
  direction: ltr;
}

.ow-card {
  min-height: 196px;
  padding: 28px 24px;
  border: 1px solid #efdae1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(34, 25, 43, 0.04);
  direction: rtl;
}

.ow-card h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.ow-card p {
  margin: 0;
  color: #4e4654;
  font-size: 16px;
  line-height: 1.9;
}

.ow-card-dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 85% 85%, rgba(184, 50, 96, 0.32), transparent 38%),
    linear-gradient(145deg, #25223d, #38244d);
  color: #fff;
  text-align: center;
}

.ow-card-dark h2 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff !important;
  font-size: 21px;
  line-height: 1.55;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.ow-card-dark p {
  color: rgba(255, 255, 255, 0.86) !important;
}

.ow-card-dark a {
  width: fit-content;
  min-height: 40px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.ow-personal {
  text-align: center;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.75), transparent 22%),
    linear-gradient(135deg, #ffe9ef, #f8bbc8);
}

.ow-personal h2 {
  color: #252233 !important;
  font-size: 28px;
}

.ow-interest-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 22px);
  margin-top: 20px;
}

.ow-interest-row button {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ow-primary);
  box-shadow: 0 10px 18px rgba(184, 50, 96, 0.13);
  cursor: pointer;
}

.ow-interest-row .ow-icon-svg {
  width: 28px;
  height: 28px;
}

.ow-personal a {
  min-height: 42px;
  padding: 0 28px;
}

.ow-tip {
  text-align: center;
}

.ow-tip h2 {
  color: var(--ow-primary) !important;
  font-size: 21px;
}

.ow-tip strong {
  display: block;
  color: var(--ow-primary);
  font-size: 48px;
  line-height: 1;
}

.ow-tip small {
  display: block;
  margin-top: 22px;
  color: #7f7782;
  font-weight: 800;
}

.ow-stories {
  padding-top: 34px;
}

.ow-story-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
  direction: ltr;
}

.ow-story {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #2b2633;
  font-size: 12.5px;
  font-weight: 800;
  text-align: center;
  direction: rtl;
}

.ow-story img {
  width: 72px;
  height: 72px;
  padding: 5px;
  border: 3px solid var(--ow-primary) !important;
  border-radius: 50% !important;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(184, 50, 96, 0.16) !important;
}

.ow-community {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  overflow: hidden;
  width: min(92vw, 1170px);
  min-height: 240px;
  margin: 34px auto 0;
  border-radius: 8px;
  background: linear-gradient(110deg, #fff4f7, #fff);
  box-shadow: var(--ow-shadow);
  direction: ltr;
}

.ow-community__content {
  padding: 38px 52px;
  direction: rtl;
}

.ow-community h2 {
  margin: 0 0 15px;
  color: var(--ow-primary) !important;
  font-size: clamp(26px, 2.7vw, 34px);
  line-height: 1.3;
  font-weight: 800;
}

.ow-community p {
  max-width: 520px;
  margin: 0 0 24px;
  color: #4a4350 !important;
  font-size: 17px;
  line-height: 1.8;
}

.ow-community > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.ow-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 20px;
}

.ow-stats span {
  display: grid;
  gap: 4px;
  color: #34303a;
  font-size: 13px;
  font-weight: 800;
}

.ow-stats strong {
  color: var(--ow-primary);
  font-size: 27px;
  line-height: 1;
}

.ow-heart-badge {
  position: absolute;
  left: 18px;
  top: 34px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d886b3, var(--ow-primary));
  color: #fff;
  font-size: 25px;
  box-shadow: 0 14px 24px rgba(184, 50, 96, 0.26);
}

.ow-newsletter {
  display: grid;
  grid-template-columns: 170px minmax(250px, 1fr) minmax(250px, 350px);
  align-items: center;
  gap: 34px;
  width: min(92vw, 1170px);
  min-height: 124px;
  margin: 28px auto 0;
  padding: 18px 70px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 13% 40%, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(135deg, #282241, var(--ow-primary));
  color: #fff;
  direction: ltr;
}

.ow-newsletter img {
  grid-column: 1;
  width: 150px;
  height: auto;
}

.ow-newsletter > div {
  grid-column: 3;
  direction: rtl;
  text-align: right;
}

.ow-newsletter h2 {
  margin: 0 0 10px;
  color: #fff !important;
  font-size: clamp(24px, 2.7vw, 32px);
  line-height: 1.25;
  font-weight: 800;
}

.ow-newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 14px;
}

.ow-newsletter-form {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  direction: rtl;
}

.ow-newsletter input {
  width: 100%;
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #2d2834;
  font-family: Cairo, Tahoma, Arial, sans-serif;
  text-align: center;
}

.ow-newsletter button {
  width: 150px;
  min-height: 36px;
  margin: -2px auto 0;
  background: linear-gradient(135deg, #e64f86, var(--ow-primary));
}

.ow-newsletter-form.is-done input {
  color: var(--ow-primary);
  font-weight: 800;
}

.ow-footer {
  display: grid;
  grid-template-columns: minmax(170px, 1.05fr) minmax(110px, 0.72fr) minmax(110px, 0.72fr) minmax(150px, 0.9fr) minmax(135px, 0.8fr);
  gap: 28px;
  width: min(92vw, 1170px);
  margin: 32px auto 0;
  padding: 20px 10px 34px;
  color: #59515c;
  direction: ltr;
}

.ow-footer > div {
  direction: rtl;
}

.ow-footer .ow-logo {
  align-items: flex-start;
  width: auto;
  margin-bottom: 17px;
}

.ow-footer-brand p {
  max-width: 260px;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.9;
}

.ow-footer-popular a {
  display: grid !important;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 9px;
}

.ow-footer-popular img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
}

.ow-apps p {
  margin: 0 0 12px;
  color: #5f5661;
  font-size: 13px;
  line-height: 1.7;
}

.ow-store {
  display: flex !important;
  width: 118px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px !important;
  border: 1px solid #efe0e5;
  border-radius: 8px;
  background: #fff;
  color: #2c2732 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 14px rgba(34, 25, 43, 0.04);
}

.ow-footer h3 {
  margin: 0 0 18px;
  color: #2c2732;
  font-size: 15px;
  font-weight: 800;
}

.ow-footer a:not(.ow-logo) {
  display: block;
  margin-bottom: 13px;
  color: #5f5661;
  font-size: 14px;
  font-weight: 700;
}

.ow-footer .ow-socials a {
  display: inline-grid;
  margin-bottom: 0;
}

.ow-copy {
  padding: 17px 20px;
  background: #fff0f5;
  color: #7d727c;
  font-size: 12px;
  text-align: center;
}

.ow-developer-signature {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 8px;
}

.ow-developer-signature a {
  color: #7b2d4c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.ow-content-main {
  width: min(92vw, 1170px);
  margin: 0 auto;
}

.ow-page-hero {
  margin-top: 30px;
}

.ow-page-content-card {
  margin: 26px auto 0;
  padding: 34px 42px;
  border: 1px solid rgba(246, 193, 204, 0.85);
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 8%, rgba(246, 193, 204, 0.3), transparent 28%),
    #fff;
  color: #3b3440;
  box-shadow: 0 20px 46px rgba(184, 50, 96, 0.08);
}

.ow-page-content-card h2,
.ow-page-content-card h3 {
  margin: 0 0 16px;
  color: #2c2732;
  font-weight: 800;
}

.ow-page-content-card h2:not(:first-child),
.ow-page-content-card h3:not(:first-child) {
  margin-top: 28px;
}

.ow-page-content-card p,
.ow-page-content-card li {
  color: #5f5661;
  font-size: 17px;
  line-height: 2.05;
}

.ow-page-content-card a {
  color: var(--ow-primary);
  font-weight: 800;
}

.ow-page-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 4px;
}

.ow-page-links a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 193, 204, 0.9);
  border-radius: 18px;
  background: #fff8fa;
  color: var(--ow-primary);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(184, 50, 96, 0.07);
}

@media (max-width: 760px) {
  .ow-page-content-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .ow-page-content-card p,
  .ow-page-content-card li {
    font-size: 15px;
    line-height: 1.95;
  }

  .ow-page-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ow-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  height: 4px;
  background: rgba(246, 193, 204, 0.42);
}

.ow-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--ow-purple), var(--ow-primary));
}

.ow-single-main {
  background: linear-gradient(180deg, #fff, var(--ow-bg) 54%, #fff);
}

.ow-article {
  width: min(92vw, 1170px);
  margin: 0 auto;
}

.ow-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: 48px;
  align-items: center;
  min-height: 420px;
  padding: 58px clamp(26px, 5vw, 64px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 22%, rgba(184, 50, 96, 0.08), transparent 24%),
    linear-gradient(110deg, #fff5f8, #f6c1cc);
  direction: ltr;
}

.ow-article-copy {
  direction: rtl;
}

.ow-article-cat {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--ow-primary);
  font-size: 13px;
  font-weight: 800;
}

.ow-article-copy h1 {
  max-width: 720px;
  margin: 20px 0 18px;
  color: #252233 !important;
  font-size: clamp(34px, 4.7vw, 58px);
  font-weight: 800;
  line-height: 1.22;
}

.ow-article-copy p {
  max-width: 620px;
  margin: 0 0 18px;
  color: #4b4350 !important;
  font-size: 18px;
  line-height: 1.9;
}

.ow-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #827782;
  font-size: 13px;
  font-weight: 800;
}

.ow-article-meta span {
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.ow-article-image {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(184, 50, 96, 0.18);
}

.ow-article-image img {
  display: block;
  width: 100% !important;
  height: 330px !important;
  max-width: none;
  object-fit: cover;
}

.ow-article-shell {
  display: grid;
  grid-template-columns: 82px minmax(0, 760px);
  justify-content: center;
  gap: 28px;
  padding: 48px 0 36px;
}

.ow-share {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 10px;
  border: 1px solid #f0d8df;
  border-radius: 8px;
  background: #fff;
  color: var(--ow-primary);
  box-shadow: 0 12px 28px rgba(184, 50, 96, 0.08);
}

.ow-share span {
  color: #6b626d;
  font-size: 12px;
  font-weight: 800;
}

.ow-share a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f5;
  color: var(--ow-primary);
  font-weight: 900;
}

.ow-article-content {
  padding: 0 0 8px;
  color: #302b35;
  font-size: 19px;
  line-height: 2.05;
}

.ow-article-content p {
  margin: 0 0 24px;
  color: #302b35 !important;
}

.ow-article-editor-note {
  margin: 0 0 30px;
  padding: 22px 24px;
  border: 1px solid #efd9e0;
  border-radius: 8px;
  background: #fff8fa;
}

.ow-article-editor-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ow-primary);
  font-size: 14px;
  font-weight: 900;
}

.ow-article-editor-note p {
  margin: 0;
  color: #4c4551 !important;
  font-size: 16px;
  line-height: 1.9;
}

.ow-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 34px 0 0;
}

.ow-tag-cloud span,
.ow-tag-cloud a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.ow-tag-cloud span {
  padding: 0 13px;
  background: rgba(123, 63, 160, 0.1);
  color: var(--ow-purple);
}

.ow-tag-cloud a {
  padding: 0 14px;
  background: #fff0f5;
  color: var(--ow-primary);
}

.ow-article-faq {
  margin: 36px 0 0;
}

.ow-article-faq h2 {
  margin: 0 0 16px;
  color: #2b2633 !important;
  font-size: 25px;
  font-weight: 900;
}

.ow-article-faq details {
  margin-bottom: 10px;
  padding: 16px 18px;
  border: 1px solid #efd9e0;
  border-radius: 8px;
  background: #fff;
}

.ow-article-faq summary {
  color: var(--ow-primary);
  font-weight: 900;
  cursor: pointer;
}

.ow-article-faq p {
  margin: 12px 0 0;
  color: #544b57 !important;
  font-size: 16px;
  line-height: 1.9;
}

.ow-inline-cta {
  margin: 38px 0 0;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe8ef, #f6c1cc);
  text-align: center;
}

.ow-inline-cta strong {
  display: block;
  margin-bottom: 10px;
  color: #252233;
  font-size: 25px;
}

.ow-inline-cta p {
  margin-bottom: 18px;
  color: #4b4350 !important;
  font-size: 16px;
}

.ow-inline-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ow-primary), #9b2e63);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.ow-related {
  width: min(92vw, 1170px);
  margin: 0 auto;
  padding: 24px 0 54px;
}

.ow-related h2 {
  margin: 0 0 22px;
  color: var(--ow-primary) !important;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.ow-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  direction: ltr;
}

.ow-related-grid .ow-post-card {
  direction: rtl;
}

@media (min-width: 1360px) {
  .ow-side-ads {
    display: block;
    width: auto;
    margin: 0;
  }

  .ow-side-ad {
    position: fixed;
    top: 545px;
    bottom: 18px;
    z-index: 38;
    width: clamp(86px, calc((100vw - 1170px) / 2 - 12px), 176px);
    min-height: 520px;
    text-align: center;
  }

  .ow-side-ad--right {
    right: 12px;
  }

  .ow-side-ad--left {
    left: 12px;
  }

  .ow-category-body .ow-side-ad {
    top: 506px;
  }

  .ow-ad-kicker,
  .ow-ad-cta {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1360px) and (max-width: 1479px) {
  .ow-side-ad {
    padding: 20px 9px;
  }

  .ow-ad-kicker {
    padding: 4px 7px;
    font-size: 9px;
  }

  .ow-ad-logo {
    font-size: 13px;
    letter-spacing: 0.7px;
  }

  .ow-side-ad strong {
    font-size: 13px;
    line-height: 1.55;
  }

  .ow-side-ad p {
    display: none;
  }

  .ow-ad-cta {
    padding: 8px 10px;
    font-size: 10px;
  }

  .ow-side-ad small {
    font-size: 8px;
    letter-spacing: 0;
  }
}

@media (max-width: 1060px) {
  .ow-header {
    grid-template-columns: auto 1fr;
  }

  .ow-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .ow-nav a {
    flex: 0 0 auto;
    padding: 8px 0 12px;
  }

  .ow-nav a.is-active::after {
    bottom: 4px;
  }

  .ow-post-grid,
  .ow-browse-grid,
  .ow-pick-grid,
  .ow-lane-grid,
  .ow-series-grid,
  .ow-three-cards,
  .ow-category-guide,
  .ow-editorial-policy,
  .ow-community,
  .ow-newsletter,
  .ow-footer,
  .ow-category-hero {
    grid-template-columns: 1fr 1fr;
  }

  .ow-personal,
  .ow-pick-card--large,
  .ow-newsletter > div,
  .ow-newsletter-form,
  .ow-footer-brand {
    grid-column: 1 / -1;
  }

  .ow-story-row,
  .ow-category-strip,
  .ow-mood-nav,
  .ow-article-filters {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: 118px;
    grid-template-columns: none;
  }

  .ow-side-ads {
    width: min(92vw, 900px);
    margin-top: 14px;
  }

  .ow-article-hero,
  .ow-related-grid,
  .ow-category-hero {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1060px) {
  .ow-topbar {
    min-height: 40px;
    padding: 0 24px;
  }

  .ow-header {
    grid-template-columns: 148px minmax(0, 1fr) auto;
    min-height: 78px;
    padding: 0 24px;
    gap: 12px;
  }

  .ow-logo {
    width: 148px;
  }

  .ow-logo-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .ow-logo-mark svg {
    width: 24px;
    height: 24px;
  }

  .ow-logo-text span {
    font-size: 19px;
  }

  .ow-logo-text small {
    font-size: 7px;
    letter-spacing: 1.7px;
  }

  .ow-nav {
    order: initial;
    grid-column: auto;
    justify-content: center;
    gap: 13px;
    overflow: visible;
    padding-bottom: 0;
    font-size: 12px;
  }

  .ow-nav a {
    flex: 0 1 auto;
    padding: 30px 0 27px;
    white-space: nowrap;
  }

  .ow-nav a.is-active::after {
    bottom: 20px;
  }

  .ow-category-strip {
    overflow: visible;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    padding-right: 18px;
    padding-left: 18px;
  }

  .ow-mood-nav {
    overflow: visible;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ow-article-filters {
    overflow: visible;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ow-category {
    min-width: 0;
  }

  .ow-category span {
    font-size: 12px;
  }

  .ow-category .ow-icon-svg {
    width: 30px;
    height: 30px;
  }

  .ow-header-actions {
    gap: 9px;
  }

  .ow-join {
    min-height: 40px;
    padding: 0 22px;
    font-size: 13px;
  }

  .ow-search {
    width: 36px;
    height: 36px;
  }

  .ow-post-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .ow-post-image span {
    top: 10px;
    right: 10px;
    padding: 4px 9px;
    font-size: 10px;
  }

  .ow-post-body {
    padding: 13px 12px 11px;
  }

  .ow-post-body h3 {
    min-height: 44px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .ow-post-meta {
    font-size: 10px;
  }

  .ow-three-cards {
    grid-template-columns: minmax(170px, 0.78fr) minmax(0, 1.7fr) minmax(170px, 0.78fr);
    gap: 14px;
  }

  .ow-pick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ow-pick-card,
  .ow-pick-card--large {
    min-height: 285px;
  }

  .ow-pick-card strong,
  .ow-pick-card--large strong {
    font-size: 16px;
  }

  .ow-series-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .ow-series-grid a {
    min-height: 110px;
    padding: 16px;
  }

  .ow-category-guide,
  .ow-editorial-policy {
    grid-template-columns: 1fr;
  }

  .ow-category-guide ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ow-personal,
  .ow-newsletter > div,
  .ow-newsletter-form,
  .ow-footer-brand {
    grid-column: auto;
  }

  .ow-card {
    min-height: 196px;
    padding: 24px 20px;
  }

  .ow-card h2 {
    font-size: 20px;
  }

  .ow-card p {
    font-size: 13px;
    line-height: 1.85;
  }

  .ow-personal h2 {
    font-size: 24px;
  }

  .ow-interest-row {
    gap: 12px;
  }

  .ow-interest-row button {
    width: 48px;
    height: 48px;
  }

  .ow-interest-row .ow-icon-svg {
    width: 24px;
    height: 24px;
  }

  .ow-story-row {
    overflow: visible;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
  }

  .ow-story img {
    width: 68px;
    height: 68px;
  }

  .ow-community {
    grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.9fr);
    min-height: 230px;
  }

  .ow-community__content {
    padding: 30px 40px;
  }

  .ow-community h2 {
    font-size: 28px;
  }

  .ow-community p {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .ow-community > img {
    height: 230px;
  }

  .ow-newsletter {
    grid-template-columns: 145px minmax(190px, 1fr) minmax(260px, 1.25fr);
    gap: 22px;
    min-height: 124px;
    padding: 16px 42px;
  }

  .ow-newsletter img {
    width: 132px;
  }

  .ow-newsletter h2 {
    font-size: 24px;
  }

  .ow-newsletter p {
    font-size: 12px;
  }

  .ow-footer {
    grid-template-columns: minmax(150px, 1.05fr) minmax(95px, 0.72fr) minmax(95px, 0.72fr) minmax(145px, 0.95fr) minmax(120px, 0.82fr);
    gap: 22px;
  }

  .ow-footer-brand p {
    max-width: 210px;
    font-size: 12px;
  }

  .ow-footer h3 {
    font-size: 14px;
  }

  .ow-footer a:not(.ow-logo) {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .ow-topbar {
    grid-template-columns: 1fr;
    padding: 10px 18px;
    text-align: center;
  }

  .ow-socials,
  .ow-account {
    justify-content: center;
  }

  .ow-header {
    min-height: auto;
    padding: 14px 18px;
  }

  .ow-logo {
    width: 142px;
  }

  .ow-logo-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .ow-logo-mark svg {
    width: 23px;
    height: 23px;
  }

  .ow-logo-text span {
    font-size: 18px;
  }

  .ow-logo-text small {
    font-size: 7px;
    letter-spacing: 1.5px;
  }

  .ow-header-actions {
    justify-content: flex-end;
  }

  .ow-join {
    min-height: 38px;
    padding: 0 18px;
    font-size: 12px;
  }

  .ow-hero,
  .ow-post-grid,
  .ow-browse-grid,
  .ow-pick-grid,
  .ow-lane-grid,
  .ow-series-grid,
  .ow-three-cards,
  .ow-category-guide,
  .ow-editorial-policy,
  .ow-community,
  .ow-newsletter,
  .ow-footer,
  .ow-side-ads,
  .ow-category-hero {
    grid-template-columns: 1fr;
  }

  .ow-side-ads {
    margin: 12px auto -8px;
  }

  .ow-side-ad {
    min-height: auto;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .ow-side-ad p {
    max-width: none;
    margin-bottom: 10px;
  }

  .ow-hero {
    padding: 0 22px 34px;
  }

  .ow-category-hero {
    margin-top: 18px;
    padding: 28px 22px;
    text-align: center;
  }

  .ow-category-hero__copy {
    text-align: center;
  }

  .ow-keyword-row {
    justify-content: center;
  }

  .ow-hero__visual {
    min-height: 300px;
  }

  .ow-hero__visual img {
    max-height: 315px;
  }

  .ow-hero__content {
    padding: 24px 0 30px;
    text-align: center;
  }

  .ow-hero__content p {
    margin-right: auto;
    margin-left: auto;
  }

  .ow-hero__actions {
    justify-content: center;
  }

  .ow-category-strip {
    margin-top: -8px;
    padding: 16px;
  }

  .ow-mood-nav {
    grid-auto-columns: 190px;
    padding-bottom: 8px;
  }

  .ow-browse-hub {
    margin-top: 26px;
  }

  .ow-browse-card,
  .ow-browse-card img {
    min-height: 235px;
  }

  .ow-pick-card,
  .ow-pick-card--large {
    min-height: 270px;
  }

  .ow-pick-card strong,
  .ow-pick-card--large strong {
    max-width: 100%;
    font-size: 18px;
  }

  .ow-series-grid a {
    min-height: 108px;
  }

  .ow-category-guide,
  .ow-editorial-policy {
    padding: 22px 18px;
    text-align: center;
  }

  .ow-category-guide ul,
  .ow-editorial-policy ul {
    grid-template-columns: 1fr;
  }

  .ow-lane-post {
    grid-template-columns: 82px 1fr;
    padding: 12px;
  }

  .ow-lane-thumb {
    width: 82px;
    height: 68px;
  }

  .ow-article-filters {
    grid-auto-columns: 110px;
    padding-bottom: 8px;
  }

  .ow-carousel-btn {
    display: none;
  }

  .ow-card {
    min-height: auto;
  }

  .ow-interest-row {
    flex-wrap: wrap;
  }

  .ow-community__content,
  .ow-newsletter {
    padding: 28px 22px;
    text-align: center;
  }

  .ow-community > img {
    height: 220px;
    order: -1;
  }

  .ow-stats {
    justify-content: center;
  }

  .ow-newsletter img {
    margin: 0 auto;
  }

  .ow-footer {
    text-align: center;
  }

  .ow-article-hero {
    gap: 24px;
    padding: 32px 22px;
  }

  .ow-article-copy h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .ow-article-shell {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }

  .ow-share {
    position: static;
    display: flex;
    justify-content: center;
  }

  .ow-footer .ow-logo {
    align-items: center;
  }

  .ow-footer-brand p {
    margin-right: auto;
    margin-left: auto;
  }
}
