/* Ayvalık Vibes 5.0.27 — Tüm ana bölümlerde ortak genişlik sistemi */
:root{
  --ayv-shell-max:1320px;
  --ayv-shell-gutter:48px;
}

/* Ana blokların tamamını ortak shell genişliğine sabitle */
body.ayv-final-5000 .avx-events-page .avx-shell,
body.ayv-final-5000 .avx-related-articles,
body.ayv-final-5000 .ayvibes-seasonal-banner,
body.ayv-final-5000 .ayvibes-hero-banner + .ayvibes-seasonal-banner,
body.ayv-final-5000 .ayvibes-destination-topic,
body.ayv-final-5000 .ayvibes-weekly-music,
body.ayv-final-5000 .ayvibes-topic-hero,
body.ayv-final-5000 .ayvibes-topic-live-posts,
body.ayv-final-5000 .ayvibes-map-region,
body.ayv-final-5000 .ayvibes-destination-section{
  width:min(var(--ayv-shell-max),calc(100% - var(--ayv-shell-gutter)))!important;
  max-width:var(--ayv-shell-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}

/* İçerideki başlık satırları da aynı ritme otursun */
body.ayv-final-5000 .ayvibes-destination-section .ayvibes-sec-head,
body.ayv-final-5000 .ayvibes-topic-page .ayvibes-topic-meta,
body.ayv-final-5000 .avx-events-page .avx-events-hero,
body.ayv-final-5000 .avx-events-page .avx-event-nav{
  width:100%!important;
  box-sizing:border-box!important;
}

/* Canlı yazı kart akışlarında kenar taşmalarını dengele */
body.ayv-final-5000 .ayvibes-topic-live-posts,
body.ayv-final-5000 .avx-related-grid,
body.ayv-final-5000 .avx-event-grid{
  align-items:stretch!important;
}

/* Harita ve konu sayfalarında shell eşitliği */
body.ayv-final-5000 .ayvibes-map-page,
body.ayv-final-5000 .ayvibes-topic-page{
  padding-left:clamp(18px,4vw,40px)!important;
  padding-right:clamp(18px,4vw,40px)!important;
}
body.ayv-final-5000 .ayvibes-map-region,
body.ayv-final-5000 .ayvibes-topic-hero,
body.ayv-final-5000 .ayvibes-topic-live-posts{
  max-width:var(--ayv-shell-max)!important;
}

/* Mobilde tüm ana blokların dış boşluğu eşit olsun */
@media (max-width:1024px){
  :root{ --ayv-shell-gutter:36px; }
}
@media (max-width:640px){
  :root{ --ayv-shell-gutter:22px; }
  body.ayv-final-5000 .avx-events-page .avx-shell,
  body.ayv-final-5000 .avx-related-articles,
  body.ayv-final-5000 .ayvibes-seasonal-banner,
  body.ayv-final-5000 .ayvibes-hero-banner + .ayvibes-seasonal-banner,
  body.ayv-final-5000 .ayvibes-destination-topic,
  body.ayv-final-5000 .ayvibes-weekly-music,
  body.ayv-final-5000 .ayvibes-topic-hero,
  body.ayv-final-5000 .ayvibes-topic-live-posts,
  body.ayv-final-5000 .ayvibes-map-region,
  body.ayv-final-5000 .ayvibes-destination-section{
    width:min(var(--ayv-shell-max),calc(100% - var(--ayv-shell-gutter)))!important;
  }
}
