/* Ayvalık Vibes 4.1.8 — blog, CTA, harita popout ve dengeli footer katmanı */

.ayvibes-safe-illustrated-map-board,
.ayvibes-illustrated-map,
.ayvibes-map-canvas {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.ayvibes-safe-map-pin {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translate(-50%, -50%) !important;
  transform-origin: center !important;
  overflow: visible !important;
  cursor: pointer !important;
  z-index: 8 !important;
  background: transparent !important;
  touch-action: manipulation;
}

.ayvibes-safe-map-pin > span {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255,255,255,.96) !important;
  background: #ffffff !important;
  color: #163f3a !important;
  font-size: 18px !important;
  line-height: 1 !important;
  box-shadow: 0 10px 24px rgba(22,63,58,.22) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.ayvibes-safe-map-pin:hover > span,
.ayvibes-safe-map-pin:focus-visible > span,
.ayvibes-safe-map-pin.is-active > span {
  transform: scale(1.08) !important;
  background: #f3fbf9 !important;
  box-shadow: 0 14px 30px rgba(17,183,174,.28) !important;
}

.ayvibes-safe-map-pin:focus-visible {
  outline: 3px solid rgba(17,183,174,.35) !important;
  outline-offset: 4px !important;
}


/* Vinterro Digital — referanstaki tam genişlikte tasarım ve geliştirme imzası */
.ayvibes-vinterro-signature-row {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 76px !important;
  margin: 20px 0 0 !important;
  padding: 18px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #121110 !important;
  color: #ffffff !important;
  border: 0 !important;
  isolation: isolate !important;
}

.ayvibes-vinterro-signature {
  box-sizing: border-box !important;
  width: min(100%, 1160px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

.ayvibes-vinterro-signature-dash {
  flex: 0 0 26px !important;
  width: 26px !important;
  height: 2px !important;
  margin-right: 0 !important;
  display: inline-block !important;
  background: #f0182d !important;
}

.ayvibes-vinterro-signature-label {
  display: inline-block !important;
  color: #8b8885 !important;
  font-size: clamp(13px, 1.15vw, 16px) !important;
  font-weight: 300 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}

.ayvibes-vinterro-signature-link {
  position: relative !important;
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: clamp(13px, 1.15vw, 16px) !important;
  font-weight: 700 !important;
  letter-spacing: -.028em !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

.ayvibes-vinterro-signature-link:hover,
.ayvibes-vinterro-signature-link:focus-visible {
  color: #ffffff !important;
  opacity: .78 !important;
  transform: translateY(-1px) !important;
}

.ayvibes-vinterro-signature-link:focus-visible {
  outline: 2px solid #f0182d !important;
  outline-offset: 7px !important;
  border-radius: 2px !important;
}

/* Eski imza görünümünü kesin olarak devre dışı bırakır. */
.ayvibes-vinterro-credit-row,
.ayvibes-vinterro-credit {
  display: none !important;
}

/* Harita üzerinde karartmasız, sayfa akışını kilitlemeyen bilgi popout'u */
.ayvibes-map-hotfix-modal[hidden] {
  display: none !important;
}

.ayvibes-map-popout-host {
  position: relative !important;
  isolation: isolate !important;
}

.ayvibes-map-hotfix-modal {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 120 !important;
  width: min(372px, calc(100% - 36px)) !important;
  max-width: calc(100% - 36px) !important;
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: auto !important;
}

.ayvibes-map-hotfix-dialog {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-height: min(520px, calc(100vh - 190px)) !important;
  overflow: auto !important;
  border: 1px solid rgba(17,183,174,.22) !important;
  border-radius: 22px !important;
  padding: 22px !important;
  background: rgba(255,255,255,.98) !important;
  color: #28231f !important;
  box-shadow: 0 22px 54px rgba(24,46,42,.20) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  outline: 0 !important;
}

.ayvibes-map-hotfix-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 1px solid rgba(42,37,32,.11) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  color: #28231f !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 7px 18px rgba(30,26,22,.08) !important;
}

.ayvibes-map-hotfix-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  margin: 0 44px 10px 0 !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: rgba(17,183,174,.10) !important;
  color: #0d8f88 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.ayvibes-map-hotfix-dialog h2 {
  margin: 0 42px 9px 0 !important;
  color: #201c18 !important;
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(25px, 3vw, 34px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.03em !important;
}

.ayvibes-map-hotfix-dialog p {
  margin: 0 !important;
  color: #625b54 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.ayvibes-map-hotfix-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

.ayvibes-map-hotfix-actions a {
  min-height: 40px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.ayvibes-map-hotfix-directions {
  background: #11b7ae !important;
  color: #fff !important;
  border: 1px solid #11b7ae !important;
}

.ayvibes-map-hotfix-details {
  background: #fff !important;
  color: #28231f !important;
  border: 1px solid rgba(42,37,32,.14) !important;
}

body.ayvibes-map-hotfix-open {
  overflow: auto !important;
}

/* JS tarafından düzeltilmiş bağlantıları normal tıklanabilir durumda tutar. */
a[data-ayvibes-hotfix-linked="1"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media (max-width: 720px) {
  .ayvibes-vinterro-credit-row {
    justify-content: center !important;
    margin-top: 14px !important;
  }

  .ayvibes-vinterro-credit {
    flex-wrap: wrap !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .ayvibes-safe-map-pin,
  .ayvibes-safe-map-pin > span {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }

  .ayvibes-safe-map-pin > span {
    font-size: 16px !important;
  }

  .ayvibes-map-hotfix-modal {
    top: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-width: none !important;
  }

  .ayvibes-map-hotfix-dialog {
    width: 100% !important;
    max-height: min(62vh, 460px) !important;
    border-radius: 20px !important;
    padding: 20px !important;
  }

  .ayvibes-map-hotfix-dialog h2 {
    font-size: clamp(25px, 8vw, 32px) !important;
  }

  .ayvibes-map-hotfix-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  .ayvibes-vinterro-signature-row {
    min-height: 70px !important;
    margin-top: 16px !important;
    padding: 16px 14px !important;
  }

  .ayvibes-vinterro-signature {
    flex-wrap: wrap !important;
    column-gap: 8px !important;
    row-gap: 5px !important;
    white-space: normal !important;
  }

  .ayvibes-vinterro-signature-dash {
    flex-basis: 22px !important;
    width: 22px !important;
  }

  .ayvibes-vinterro-signature-label,
  .ayvibes-vinterro-signature-link {
    font-size: 13px !important;
  }
}

button[data-ayvibes-hotfix-route],
[role="button"][data-ayvibes-hotfix-route] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* 4.1.6 — içerik kartları ve CTA tıklama güvenliği */
main a[href],
.site-main a[href],
.ayvibes-main a[href],
main button,
.site-main button,
.ayvibes-main button,
[data-ayvibes-hotfix-route],
[data-ayvibes-force-navigation] {
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.ayvibes-blog-card,
.ayvibes-editorial-card,
.ayvibes-post-card,
.ayvibes-story-card,
.ayvibes-journal-card,
.blog-card,
.post-card,
main article[data-ayvibes-card-href],
[data-ayvibes-card-href] {
  position: relative !important;
}

.ayvibes-blog-card a[href],
.ayvibes-editorial-card a[href],
.ayvibes-post-card a[href],
.ayvibes-story-card a[href],
.ayvibes-journal-card a[href],
.blog-card a[href],
.post-card a[href],
.ayvibes-herbs-banner-section a[href],
.ayvibes-herbs-banner-section button,
.ayvibes-herbs-banner-grid a[href],
.ayvibes-herbs-banner-grid button,
[data-ayvibes-hotfix-route],
[data-ayvibes-force-navigation] {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}

.ayvibes-blog-card::before,
.ayvibes-blog-card::after,
.ayvibes-editorial-card::before,
.ayvibes-editorial-card::after,
.ayvibes-post-card::before,
.ayvibes-post-card::after,
.ayvibes-story-card::before,
.ayvibes-story-card::after,
.ayvibes-journal-card::before,
.ayvibes-journal-card::after,
.ayvibes-herbs-banner-section::before,
.ayvibes-herbs-banner-section::after,
.ayvibes-herbs-banner-grid::before,
.ayvibes-herbs-banner-grid::after {
  pointer-events: none !important;
}

.ayvibes-hotfix-clickable-card {
  cursor: pointer !important;
}

.ayvibes-hotfix-clickable-card:focus-within {
  outline: 2px solid rgba(17, 183, 174, .42) !important;
  outline-offset: 4px !important;
}

/* Harita pinleri gerçek harita görseli içinde kalır. */
.ayvibes-safe-illustrated-map,
.ayvibes-safe-illustrated-map-board,
.ayvibes-illustrated-map,
.ayvibes-map-canvas,
[data-ayvibes-map-board] {
  position: relative !important;
  overflow: hidden !important;
}

.ayvibes-safe-map-pin,
[data-safe-map-pin] {
  pointer-events: auto !important;
  touch-action: manipulation !important;
}


/* 4.1.6 — görünmez kart katmanlarının bağlantıları kapatmasını engeller. */
main [class*="overlay"]:not(a):not(button),
.site-main [class*="overlay"]:not(a):not(button),
.ayvibes-main [class*="overlay"]:not(a):not(button),
.ayvibes-blog-card > [aria-hidden="true"],
.ayvibes-editorial-card > [aria-hidden="true"],
.ayvibes-post-card > [aria-hidden="true"],
.ayvibes-story-card > [aria-hidden="true"],
.ayvibes-journal-card > [aria-hidden="true"] {
  pointer-events: none !important;
}

main a[data-ayvibes-force-navigation],
main [data-ayvibes-hotfix-route],
main [data-ayvibes-card-href] a[href],
.site-main a[data-ayvibes-force-navigation],
.site-main [data-ayvibes-hotfix-route] {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 214748 !important;
}

/* 4.1.8 — telif ve Vinterro Digital aynı çizgili alt satır içinde */
.ayvibes-footer-balanced-row {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 12px 0 0 !important;
  padding: 13px 18px !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  color: rgba(255,255,255,.58) !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
}

.ayvibes-footer-balanced-row > :not(.ayvibes-vinterro-signature-row) {
  min-width: 0 !important;
}

.ayvibes-footer-balanced-row .ayvibes-vinterro-signature-row {
  box-sizing: border-box !important;
  width: auto !important;
  min-width: max-content !important;
  min-height: 0 !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  background: transparent !important;
  color: inherit !important;
}

.ayvibes-footer-balanced-row .ayvibes-vinterro-signature {
  box-sizing: border-box !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  white-space: nowrap !important;
  text-align: right !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.2 !important;
}

.ayvibes-footer-balanced-row .ayvibes-vinterro-signature-dash {
  display: none !important;
}

.ayvibes-footer-balanced-row .ayvibes-vinterro-signature-label {
  color: rgba(255,255,255,.43) !important;
  font-size: 9.5px !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
}

.ayvibes-footer-balanced-row .ayvibes-vinterro-signature-link {
  color: rgba(255,255,255,.82) !important;
  font-size: 9.5px !important;
  font-weight: 600 !important;
  letter-spacing: .005em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.ayvibes-footer-balanced-row .ayvibes-vinterro-signature-link:hover,
.ayvibes-footer-balanced-row .ayvibes-vinterro-signature-link:focus-visible {
  color: #ffffff !important;
  opacity: 1 !important;
  transform: none !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Eski ayrı imza satırlarını kapatır; dengeli satır içindeki imza hariç. */
footer > .ayvibes-vinterro-signature-row,
.site-footer > .ayvibes-vinterro-signature-row,
.ayvibes-vinterro-credit-row,
.ayvibes-vinterro-credit {
  display: none !important;
}

@media (max-width: 680px) {
  .ayvibes-footer-balanced-row {
    min-height: 0 !important;
    padding: 11px 12px !important;
    gap: 7px 14px !important;
    flex-wrap: wrap !important;
    font-size: 9px !important;
  }

  .ayvibes-footer-balanced-row .ayvibes-vinterro-signature-row {
    margin-left: auto !important;
  }

  .ayvibes-footer-balanced-row .ayvibes-vinterro-signature-label,
  .ayvibes-footer-balanced-row .ayvibes-vinterro-signature-link {
    font-size: 8.7px !important;
  }
}

/* 4.1.9 — site geneli standart tipografi ölçeği */
:root {
  --ayv-type-body: clamp(15.5px, .22vw + 14.7px, 17px);
  --ayv-type-small: clamp(12px, .12vw + 11.6px, 13px);
  --ayv-type-page-h1: clamp(38px, 4.1vw, 58px);
  --ayv-type-section-h2: clamp(28px, 2.75vw, 42px);
  --ayv-type-card-h3: clamp(21px, 1.75vw, 29px);
  --ayv-type-article-h1: clamp(34px, 3.45vw, 48px);
  --ayv-type-article-h2: clamp(25px, 2.05vw, 31px);
  --ayv-type-article-h3: clamp(20px, 1.55vw, 25px);
  --ayv-content-reading: 760px;
  --ayv-content-wide: 1120px;
}

body.ayvibes-standard-type {
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.ayvibes-standard-type main,
body.ayvibes-standard-type .site-main,
body.ayvibes-standard-type .ayvibes-main {
  font-size: var(--ayv-type-body) !important;
}

body.ayvibes-standard-type main :where(h1, h2, h3, h4, p, li, blockquote),
body.ayvibes-standard-type .site-main :where(h1, h2, h3, h4, p, li, blockquote),
body.ayvibes-standard-type .ayvibes-main :where(h1, h2, h3, h4, p, li, blockquote) {
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

/* Sayfa ve bölüm başlıkları: büyük ekranlarda dahi kontrollü üst sınır. */
body.ayvibes-standard-type main :where(h1, .entry-title, .page-title, .ayvibes-page-title, .ayvibes-hero-title, section > h1, article > h1),
body.ayvibes-standard-type .site-main :where(h1, .entry-title, .page-title, .ayvibes-page-title, .ayvibes-hero-title, section > h1, article > h1),
body.ayvibes-standard-type .ayvibes-main :where(h1, .entry-title, .page-title, .ayvibes-page-title, .ayvibes-hero-title, section > h1, article > h1) {
  max-width: 22ch !important;
  margin-block: 0 .38em !important;
  font-size: var(--ayv-type-page-h1) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}

body.ayvibes-standard-type main :where(h2, .ayvibes-section-title, .section-title, section > header h2, section > h2),
body.ayvibes-standard-type .site-main :where(h2, .ayvibes-section-title, .section-title, section > header h2, section > h2),
body.ayvibes-standard-type .ayvibes-main :where(h2, .ayvibes-section-title, .section-title, section > header h2, section > h2) {
  font-size: var(--ayv-type-section-h2) !important;
  line-height: 1.1 !important;
  letter-spacing: -.035em !important;
}

body.ayvibes-standard-type main h3,
body.ayvibes-standard-type .site-main h3,
body.ayvibes-standard-type .ayvibes-main h3 {
  font-size: var(--ayv-type-card-h3) !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
}

body.ayvibes-standard-type main :where(section, article) > p:not(:where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead, .meta)),
body.ayvibes-standard-type .site-main :where(section, article) > p:not(:where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead, .meta)),
body.ayvibes-standard-type .ayvibes-main :where(section, article) > p {
  font-size: var(--ayv-type-body) !important;
  line-height: 1.65 !important;
}

body.ayvibes-standard-type main :where(.ayvibes-page-intro, .ayvibes-hero-copy, .ayvibes-section-copy, .page-description),
body.ayvibes-standard-type .site-main :where(.ayvibes-page-intro, .ayvibes-hero-copy, .ayvibes-section-copy, .page-description) {
  max-width: 70ch !important;
  font-size: clamp(16px, .65vw + 13.8px, 19px) !important;
  line-height: 1.62 !important;
}

/* Blog arşivi ve editoryal kartlar. */
body.ayvibes-standard-type :is(
  .ayvibes-blog-card,
  .ayvibes-editorial-card,
  .ayvibes-post-card,
  .ayvibes-story-card,
  .ayvibes-journal-card,
  .blog-card,
  .post-card
) :where(h2, h3, .entry-title, .post-title, [class*="title"]) {
  margin-block: 0 .45em !important;
  font-size: var(--ayv-type-card-h3) !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em !important;
}

body.ayvibes-standard-type :is(
  .ayvibes-blog-card,
  .ayvibes-editorial-card,
  .ayvibes-post-card,
  .ayvibes-story-card,
  .ayvibes-journal-card,
  .blog-card,
  .post-card
) :where(p, .excerpt, [class*="excerpt"], [class*="description"]) {
  font-size: clamp(14.5px, .35vw + 13.3px, 16px) !important;
  line-height: 1.58 !important;
}

body.ayvibes-standard-type :is(
  .ayvibes-blog-card,
  .ayvibes-editorial-card,
  .ayvibes-post-card,
  .ayvibes-story-card,
  .ayvibes-journal-card,
  .blog-card,
  .post-card
) :where(a[class*="btn"], a[class*="button"], button[class*="btn"], button[class*="button"]) {
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  letter-spacing: .015em !important;
}

/* Tekil blog yazıları: gazete görünümünü koruyan standart okuma ölçüleri. */
body.ayvibes-standard-article main,
body.ayvibes-standard-article .site-main,
body.ayvibes-standard-article .ayvibes-main {
  --ayv-type-body: clamp(16px, .25vw + 15px, 17.5px);
}

body.ayvibes-standard-article main :where(article, .single-post, .ayvibes-single-post, .ayvibes-blog-article),
body.ayvibes-standard-article .site-main :where(article, .single-post, .ayvibes-single-post, .ayvibes-blog-article) {
  width: min(100%, var(--ayv-content-wide)) !important;
  margin-inline: auto !important;
}

body.ayvibes-standard-article main :where(h1, .entry-title, .post-title, .ayvibes-article-title),
body.ayvibes-standard-article .site-main :where(h1, .entry-title, .post-title, .ayvibes-article-title),
body.ayvibes-standard-article .ayvibes-main :where(h1, .entry-title, .post-title, .ayvibes-article-title) {
  max-width: 23ch !important;
  margin: 0 auto .42em !important;
  font-size: var(--ayv-type-article-h1) !important;
  line-height: 1.04 !important;
  letter-spacing: -.043em !important;
  text-align: left !important;
}

body.ayvibes-standard-article main :where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead),
body.ayvibes-standard-article .site-main :where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead) {
  max-width: 68ch !important;
  margin-inline: auto !important;
  font-size: clamp(17px, .55vw + 15px, 20px) !important;
  line-height: 1.55 !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content),
body.ayvibes-standard-article .site-main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) {
  box-sizing: border-box !important;
  width: min(100%, var(--ayv-content-reading)) !important;
  max-width: var(--ayv-content-reading) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  color: #3f3a36 !important;
  font-size: var(--ayv-type-body) !important;
  line-height: 1.74 !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) p,
body.ayvibes-standard-article .site-main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) p {
  margin: 0 0 1.12em !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) h2,
body.ayvibes-standard-article .site-main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) h2 {
  margin: 1.75em 0 .55em !important;
  font-size: var(--ayv-type-article-h2) !important;
  line-height: 1.16 !important;
  letter-spacing: -.032em !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) h3,
body.ayvibes-standard-article .site-main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) h3 {
  margin: 1.45em 0 .5em !important;
  font-size: var(--ayv-type-article-h3) !important;
  line-height: 1.22 !important;
  letter-spacing: -.024em !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) :where(ul, ol) {
  margin: 0 0 1.2em !important;
  padding-left: 1.35em !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) li {
  margin-bottom: .38em !important;
  font-size: inherit !important;
  line-height: 1.66 !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) blockquote {
  margin: 1.55em 0 !important;
  padding: .85em 0 .85em 1.15em !important;
  border-left: 3px solid #10b7ae !important;
  font-size: clamp(18px, .7vw + 15.7px, 21px) !important;
  line-height: 1.55 !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) :where(img, video, iframe, figure) {
  max-width: 100% !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) figure {
  margin: 1.6em 0 !important;
}

body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) figcaption {
  margin-top: .65em !important;
  color: #77716c !important;
  font-size: var(--ayv-type-small) !important;
  line-height: 1.5 !important;
}

/* Özel makale şablonlarında içerik sınıfı farklı olsa bile yazı ölçeği korunur. */
body.ayvibes-standard-article main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) > :where(p, h2, h3, ul, ol, blockquote),
body.ayvibes-standard-article .site-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) > :where(p, h2, h3, ul, ol, blockquote),
body.ayvibes-standard-article .ayvibes-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) > :where(p, h2, h3, ul, ol, blockquote) {
  box-sizing: border-box !important;
  width: min(100%, var(--ayv-content-reading)) !important;
  margin-inline: auto !important;
}

body.ayvibes-standard-article main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) :where(p:not(:where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead, .meta)), li),
body.ayvibes-standard-article .site-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) :where(p:not(:where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead, .meta)), li),
body.ayvibes-standard-article .ayvibes-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) :where(p:not(:where(.entry-summary, .post-excerpt, .ayvibes-article-lead, .ayvibes-post-lead, .meta)), li) {
  font-size: var(--ayv-type-body) !important;
  line-height: 1.72 !important;
}

body.ayvibes-standard-article main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) h2,
body.ayvibes-standard-article .site-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) h2,
body.ayvibes-standard-article .ayvibes-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) h2 {
  font-size: var(--ayv-type-article-h2) !important;
  line-height: 1.16 !important;
}

body.ayvibes-standard-article main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) h3,
body.ayvibes-standard-article .site-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) h3,
body.ayvibes-standard-article .ayvibes-main article:not(:where(.ayvibes-blog-card, .ayvibes-editorial-card, .ayvibes-post-card, .ayvibes-story-card, .ayvibes-journal-card, .blog-card, .post-card)) h3 {
  font-size: var(--ayv-type-article-h3) !important;
  line-height: 1.22 !important;
}

@media (max-width: 760px) {
  :root {
    --ayv-type-page-h1: clamp(34px, 10.6vw, 44px);
    --ayv-type-section-h2: clamp(27px, 8.5vw, 35px);
    --ayv-type-card-h3: clamp(21px, 7vw, 27px);
    --ayv-type-article-h1: clamp(31px, 9.4vw, 38px);
    --ayv-type-article-h2: clamp(24px, 7.2vw, 29px);
    --ayv-type-article-h3: clamp(20px, 6vw, 24px);
  }

  body.ayvibes-standard-type main,
  body.ayvibes-standard-type .site-main,
  body.ayvibes-standard-type .ayvibes-main {
    font-size: 16px !important;
  }

  body.ayvibes-standard-article main :where(h1, .entry-title, .post-title, .ayvibes-article-title),
  body.ayvibes-standard-article .site-main :where(h1, .entry-title, .post-title, .ayvibes-article-title) {
    max-width: none !important;
    margin-bottom: .5em !important;
  }

  body.ayvibes-standard-article main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content),
  body.ayvibes-standard-article .site-main :where(.entry-content, .post-content, .article-content, .ayvibes-article-content, .ayvibes-post-content, .wp-block-post-content) {
    width: 100% !important;
    padding-inline: 0 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}
