/* Generated bundle: tools/build-runtime-bundles.php */
/*
 * ENB | iPhone Safari mobil sabit bant metin düzeltmesi
 * Amaç: fiyat ve rezervasyon bantlarında üç nokta ile kesilmeyi kaldırmak,
 * uzun metinleri güvenli satırlara bölmek ve CTA/tarih alanlarını görünür tutmak.
 * Bu dosya header-assets.php tarafından diğer sayfa CSS'lerinden sonra yüklenir.
 */

@media (max-width: 760px) {
  .enb-price-smart,
  .enb-price-smart *,
  .enb-res-policy-float,
  .enb-res-policy-float * {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  /* FİYAT BANDI ---------------------------------------------------------- */
  .enb-price-smart {
    width: calc(100vw - 16px) !important;
    max-width: 500px !important;
  }

  .enb-price-smart__pill {
    min-height: 46px !important;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "enb-price-icon enb-price-main enb-price-main"
      "enb-price-icon enb-price-source enb-price-date" !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 7px !important;
    row-gap: 2px !important;
    padding: 5px 8px !important;
    border-radius: 20px !important;
  }

  .enb-price-smart__pulse {
    grid-area: enb-price-icon !important;
    width: 24px !important;
    height: 24px !important;
    align-self: center !important;
  }

  /* Body sarmalayıcısını grid akışından çıkar; metin, kaynak ve tarih
     doğrudan pill grid alanlarına yerleşsin. */
  .enb-price-smart__body {
    display: contents !important;
  }

  .enb-price-smart__text {
    grid-area: enb-price-main !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(10.5px, 2.9vw, 12px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: -0.018em !important;
  }

  .enb-price-smart__text strong {
    font-weight: 900 !important;
  }

  .enb-price-smart__source {
    grid-area: enb-price-source !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: clamp(8.8px, 2.3vw, 9.5px) !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
  }

  .enb-price-smart__date {
    grid-area: enb-price-date !important;
    position: static !important;
    inset: auto !important;
    align-self: center !important;
    justify-self: end !important;
    min-height: 22px !important;
    padding: 0 6px !important;
    font-size: 9.2px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }

  /* REZERVASYON / YERİNİ AYIRT BANDI ----------------------------------- */
  .enb-res-policy-float {
    width: calc(100vw - 16px) !important;
    max-width: 430px !important;
  }

  .enb-res-policy-float__btn {
    min-height: 44px !important;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) auto !important;
    grid-template-areas: "enb-res-icon enb-res-text enb-res-cta" !important;
    align-items: center !important;
    column-gap: 7px !important;
    padding: 5px 8px !important;
  }

  .enb-res-policy-float__pulse {
    grid-area: enb-res-icon !important;
    width: 24px !important;
    height: 24px !important;
  }

  .enb-res-policy-float__text {
    grid-area: enb-res-text !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(10.8px, 2.9vw, 12.2px) !important;
    line-height: 1.13 !important;
    font-weight: 900 !important;
    letter-spacing: -0.016em !important;
  }

  .enb-res-policy-float__tag {
    grid-area: enb-res-cta !important;
    min-height: 23px !important;
    padding: 0 7px !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }
}

/* Çok dar iPhone SE ve benzeri ekranlarda CTA ikinci satıra alınır. */
@media (max-width: 360px) {
  .enb-price-smart,
  .enb-res-policy-float {
    width: calc(100vw - 12px) !important;
  }

  .enb-price-smart__pill {
    grid-template-columns: 24px minmax(0, 1fr) auto !important;
    column-gap: 6px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .enb-price-smart__pulse {
    width: 24px !important;
    height: 24px !important;
  }

  .enb-price-smart__text {
    font-size: 10.5px !important;
  }

  .enb-price-smart__source {
    font-size: 8.8px !important;
  }

  .enb-price-smart__date {
    min-height: 20px !important;
    padding: 0 5px !important;
    font-size: 8.8px !important;
  }

  .enb-res-policy-float__btn {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    grid-template-areas:
      "enb-res-icon enb-res-text"
      "enb-res-icon enb-res-cta" !important;
    row-gap: 3px !important;
    column-gap: 6px !important;
    padding: 5px 8px !important;
  }

  .enb-res-policy-float__pulse {
    width: 24px !important;
    height: 24px !important;
  }

  .enb-res-policy-float__tag {
    justify-self: start !important;
    min-height: 22px !important;
    padding: 0 6px !important;
    font-size: 9.2px !important;
  }
}
/* =========================================================
   EN BABA ORGANİZASYON — MOBİL FOOTER / PANEL ERİŞİLEBİLİRLİK KATMANI
   - Safe-area uyumlu Destek / Diğer panelleri
   - Büyük metinlerde doğal reflow
   - Sistem gece modunda deterministik kontrast
========================================================= */

html{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (max-width: 767px), (pointer: coarse){
  html body #destekPanel,
  html body #digerPanel{
    position: fixed !important;
    inset: 0 !important;
    width: auto !important;
    max-width: none !important;
    inline-size: auto !important;
    max-inline-size: none !important;
    /* iOS Safari: vh fallback -> svh -> dvh. Destekleyen tarayıcı son değeri kullanır. */
    height: 100vh !important;
    height: 100svh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100svh !important;
    max-height: 100dvh !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden !important;
    isolation: isolate;
    contain: layout paint;
  }

  #destekPanel:not(.hidden),
  #digerPanel:not(.hidden){
    display: flex !important;
  }

  #destekPanel .eb-overlay,
  #digerPanel .eb-overlay{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body #destekSheet,
  html body #digerSheet{
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 2;
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    max-height: calc(100vh - max(6px, env(safe-area-inset-top, 0px))) !important;
    max-height: calc(100svh - max(6px, env(safe-area-inset-top, 0px))) !important;
    max-height: calc(100dvh - max(6px, env(safe-area-inset-top, 0px))) !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
    padding-bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 8px)) !important;
    padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scroll-padding-top: 62px;
    overflow-wrap: anywhere;
    word-break: normal;
    container-type: inline-size;
  }

  #destekSheet:focus,
  #digerSheet:focus{
    outline: none;
  }

  #destekSheet > *,
  #digerSheet > *,
  #destekSheet .eb-card > *,
  #digerSheet .eb-card > *{
    min-width: 0;
    max-width: 100%;
  }

  .enb-sheet-toolbar{
    position: sticky;
    top: 0;
    z-index: 15;
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) 48px;
    align-items: center;
    min-height: 48px;
    margin: -2px -2px 2px;
    padding: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.97) 72%, rgba(255,255,255,0) 100%);
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 0 rgba(15,23,42,0);
    transition: border-color .14s ease, box-shadow .14s ease, background-color .14s ease;
  }

  #destekSheet[data-enb-scrolled="1"] .enb-sheet-toolbar,
  #digerSheet[data-enb-scrolled="1"] .enb-sheet-toolbar{
    border-bottom-color: rgba(148,163,184,.20);
    box-shadow: 0 8px 18px rgba(15,23,42,.035);
  }

  /*
   * Görsel çizgi kaldırıldı. Orta alan yine 48px yüksekliğinde görünmez bir
   * drag hedefidir; kullanıcı üst boşluktan aşağı çekerek paneli kapatabilir.
   */
  .enb-sheet-toolbar__grab{
    grid-column: 2;
    justify-self: stretch;
    align-self: stretch;
    min-width: 0;
    min-height: 48px;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  .enb-sheet-toolbar__grab.is-dragging{
    cursor: grabbing;
  }

  .enb-sheet-toolbar__close{
    position: relative;
    grid-column: 3;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    color: #e11d48;
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    isolation: isolate;
  }

  .enb-sheet-toolbar__close::before{
    content: "";
    position: absolute;
    inset: 7px;
    z-index: -1;
    border-radius: 999px;
    background: rgba(244,63,94,.065);
    border: 1px solid rgba(225,29,72,.11);
    transition: transform .14s ease, background-color .14s ease, border-color .14s ease;
  }

  .enb-sheet-toolbar__close i{
    font-size: 16px;
    line-height: 1;
    transform: translateZ(0);
  }

  @media (hover:hover) and (pointer:fine){
    .enb-sheet-toolbar__close:hover::before{
      transform: scale(1.04);
      background: rgba(244,63,94,.10);
      border-color: rgba(225,29,72,.17);
    }
  }

  .enb-sheet-toolbar__close:active::before{
    transform: scale(.91);
    background: rgba(244,63,94,.13);
  }

  .enb-sheet-toolbar__close:focus-visible{
    outline: 3px solid rgba(225,29,72,.30);
    outline-offset: 1px;
  }

  #destekSheet > .enb-sheet-toolbar + .text-center,
  #digerSheet > .enb-sheet-toolbar + .text-center{
    margin-top: 3px !important;
  }


  #destekSheet[data-enb-dragging="1"],
  #digerSheet[data-enb-dragging="1"]{
    user-select: none;
    -webkit-user-select: none;
    will-change: transform;
  }

  /* Tailwind space-y-4, yeni toolbar ile başlık arasına fazladan 16px eklemesin. */
  #digerSheet > .enb-sheet-toolbar + .eb-anim{
    margin-top: 0 !important;
  }

  #supportCards .eb-card,
  #digerSheet .eb-card{
    min-height: 64px;
    height: auto !important;
    white-space: normal !important;
  }

  #supportCards .eb-card :where(p,strong,span),
  #digerSheet .eb-card :where(p,strong,span){
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  #digerSheet .enb-diger-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 8px !important;
    min-width: 0;
  }

  /*
   * Diğer paneli yoğunluk dengesi:
   * Global .eb-card (18px radius + blur + güçlü gölge) ve eski 76px
   * minimum yükseklik iki sütunlu kısa kategori kartlarını tombul gösteriyordu.
   * Dokunma alanı erişilebilir kalırken yalnız bu panel sıkılaştırılır.
   */
  #digerSheet > .space-y-3 .eb-card{
    min-height: 58px;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    box-shadow: 0 5px 16px rgba(15,23,42,.07) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #digerSheet .enb-diger-grid .eb-card{
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 10px rgba(15,23,42,.06) !important;
    overflow: hidden !important;
    contain: layout paint;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #digerSheet .enb-diger-grid .eb-emoji{
    flex: 0 0 18px;
    width: 18px;
    font-size: 16px !important;
    line-height: 1;
    text-align: center;
  }

  #digerSheet .enb-diger-grid .eb-card > span:last-child{
    display: -webkit-box !important;
    min-width: 0;
    max-width: 100%;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px !important;
    line-height: 1.15 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .enb-diger-socials{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
  }

  .enb-diger-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    box-shadow: 0 3px 10px rgba(15,23,42,.05);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .enb-diger-social i{
    flex: 0 0 auto;
    font-size: 16px;
  }

  .enb-diger-social span{
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }

  .enb-diger-social.is-instagram i{ color: #c13584; }
  .enb-diger-social.is-tiktok i{ color: #111827; }
  .enb-diger-social.is-youtube i{ color: #dc2626; }
  .enb-diger-social.is-pinterest i{ color: #bd081c; }

  .enb-diger-social:focus-visible{
    outline: 3px solid rgba(79,70,229,.34);
    outline-offset: 2px;
  }

  /* ---------------------------------------------------------
     SHEET AYARLARI + SLUG BAZLI FİYAT GÖRÜNÜMÜ
  --------------------------------------------------------- */
  .enb-sheet-toolbar__settings[hidden]{
    display: none !important;
  }

  .enb-sheet-toolbar__settings{
    position: relative;
    grid-column: 1;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    color: #475569;
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    isolation: isolate;
  }

  .enb-sheet-toolbar__settings::before{
    content: "";
    position: absolute;
    inset: 8px;
    z-index: -1;
    border-radius: 999px;
    background: rgba(241,245,249,.82);
    border: 1px solid rgba(148,163,184,.22);
    transition: transform .14s ease, background-color .14s ease, border-color .14s ease;
  }

  .enb-sheet-toolbar__settings i{
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
  }

  .enb-sheet-toolbar__settings[data-enb-action-mode="back"]{
    color: #334155;
  }

  .enb-sheet-toolbar__settings:active::before{
    transform: scale(.92);
    background: rgba(226,232,240,.92);
  }

  .enb-sheet-toolbar__settings:focus-visible{
    outline: 3px solid rgba(79,70,229,.32);
    outline-offset: 1px;
  }

  .enb-sheet-preferences,
  .enb-sheet-price-view{
    width: 100%;
    min-width: 0;
    /* #digerSheet Tailwind space-y-* doğrudan çocuk marjını ezmesin. */
    margin: 2px 0 0 !important;
    padding: 0 0 4px;
    color: #0f172a;
  }

  .enb-sheet-preferences[hidden],
  .enb-sheet-price-view[hidden]{
    display: none !important;
  }

  /*
   * Ayarlar/Fiyat alt görünümü açıkken ana panel katmanı kesin olarak kapanır.
   * `hidden` tek başına yeterli değildir: .enb-baby-video-cta gibi bileşenler
   * kendi display değerini tanımladığı için özellikle mobilde ince bir şerit
   * halinde görünür kalıp video click'ini yakalayabiliyordu.
   */
  #destekSheet > [data-enb-hidden-by-utility="1"],
  #digerSheet > [data-enb-hidden-by-utility="1"]{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .enb-sheet-preferences__hero{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 4px 2px 14px;
  }

  .enb-sheet-preferences__hero-icon{
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #4f46e5;
    background: linear-gradient(145deg, #eef2ff, #f8fafc);
    border: 1px solid #e0e7ff;
    box-shadow: 0 7px 18px rgba(79,70,229,.08);
  }

  .enb-sheet-preferences__eyebrow{
    margin: 0 0 2px;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .enb-sheet-preferences__title{
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -.025em;
    outline: none;
  }

  .enb-sheet-preferences__subtitle{
    margin: 4px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
  }

  .enb-pref-card{
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 13px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 5px 16px rgba(15,23,42,.045);
  }

  .enb-pref-card--row{
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .enb-pref-card__heading{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .enb-pref-card__heading--grow{
    flex: 1 1 auto;
  }

  .enb-pref-card__icon{
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  .enb-pref-card__heading h4{
    margin: 0;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
  }

  .enb-pref-card__heading p{
    margin: 2px 0 0;
    color: #64748b;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .enb-pref-segmented{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 5px;
    margin-top: 11px;
    padding: 4px;
    border-radius: 13px;
    background: #f1f5f9;
  }

  .enb-pref-segmented button,
  .enb-pref-channels button{
    min-height: 48px;
    border: 1px solid transparent;
    color: #475569;
    background: transparent;
    font-family: inherit;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .enb-pref-segmented button{
    border-radius: 10px;
  }

  .enb-pref-segmented button.is-active{
    color: #312e81;
    background: #fff;
    border-color: #e0e7ff;
    box-shadow: 0 3px 9px rgba(79,70,229,.08);
  }

  .enb-pref-switch{
    position: relative;
    flex: 0 0 52px;
    width: 52px;
    height: 48px;
    min-width: 52px;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .enb-pref-switch::before{
    content: "";
    position: absolute;
    inset: 8px 0;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background-color .16s ease;
  }

  .enb-pref-switch span{
    position: absolute;
    top: 12px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15,23,42,.18);
    transition: transform .16s cubic-bezier(.2,.8,.2,1);
  }

  .enb-pref-switch.is-on::before{
    background: #4f46e5;
  }

  .enb-pref-switch.is-on span{
    transform: translateX(20px);
  }

  .enb-pref-switch:focus-visible,
  .enb-pref-segmented button:focus-visible,
  .enb-pref-channels button:focus-visible,
  .enb-pref-price button:focus-visible{
    outline: 3px solid rgba(79,70,229,.30);
    outline-offset: 2px;
  }

  .enb-pref-channels{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 7px;
    margin-top: 11px;
  }

  .enb-pref-channels button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 10px;
    border-color: #e2e8f0;
    border-radius: 12px;
    background: #fff;
  }

  .enb-pref-channels button i{
    width: 18px;
    text-align: center;
    font-size: 15px;
  }

  .enb-pref-channels button.is-active{
    color: #3730a3;
    border-color: #c7d2fe;
    background: #eef2ff;
    box-shadow: inset 0 0 0 1px rgba(99,102,241,.06);
  }

  .enb-pref-channels button[data-enb-pref-channel="whatsapp"].is-active{
    color: #047857;
    border-color: #a7f3d0;
    background: #ecfdf5;
  }

  .enb-pref-price{
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 2px 0 10px;
    padding: 12px;
    border: 1px solid #fde68a;
    border-radius: 16px;
    background: linear-gradient(135deg, #fffbeb 0%, #fff 58%, #fff7ed 100%);
    box-shadow: 0 7px 20px rgba(180,83,9,.06);
  }

  .enb-pref-price[hidden]{ display:none !important; }

  .enb-pref-price__icon{
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #b45309;
    background: #fff7ed;
    border: 1px solid #fed7aa;
  }

  .enb-pref-price__copy{
    min-width: 0;
  }

  .enb-pref-price__copy span,
  .enb-pref-price__copy strong,
  .enb-pref-price__copy small{
    display: block;
    min-width: 0;
  }

  .enb-pref-price__copy span{
    color: #92400e;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .enb-pref-price__copy strong{
    margin-top: 2px;
    overflow: hidden;
    color: #172033;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .enb-pref-price__copy small{
    margin-top: 3px;
    color: #b45309;
    font-size: 10px;
    font-weight: 750;
  }

  .enb-pref-price button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 48px;
    padding: 0 10px;
    border: 1px solid #fed7aa;
    border-radius: 11px;
    color: #9a3412;
    background: #fff;
    font-family: inherit;
    font-size: 10.5px;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
  }

  .enb-sheet-preferences__storage{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 10px 0 2px;
    color: #94a3b8;
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
  }

  .enb-price-view__hero{
    padding: 8px 2px 14px;
    text-align: center;
  }

  .enb-price-view__eyebrow{
    display: block;
    margin-bottom: 5px;
    color: #b45309;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .10em;
  }

  .enb-price-view__title{
    margin: 0 auto;
    max-width: 30ch;
    color: #0f172a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -.025em;
    outline: none;
  }

  .enb-price-view__period{
    margin: 5px 0 0;
    color: #64748b;
    font-size: 10.5px;
    line-height: 1.4;
  }

  .enb-price-view__range{
    display: block;
    margin-top: 10px;
    color: #b45309;
    font-size: clamp(24px, 7vw, 32px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .enb-price-view__badge{
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-top: 8px;
    padding: 0 9px;
    border-radius: 999px;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 9.5px;
    font-weight: 800;
  }

  .enb-price-view__metrics{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 7px;
    margin: 0 0 10px;
  }

  .enb-price-view__metrics > div{
    min-width: 0;
    padding: 11px 7px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 12px rgba(15,23,42,.04);
  }

  .enb-price-view__metrics span,
  .enb-price-view__metrics strong{
    display: block;
  }

  .enb-price-view__metrics span{
    color: #64748b;
    font-size: 9px;
    font-weight: 750;
  }

  .enb-price-view__metrics strong{
    margin-top: 3px;
    color: #172033;
    font-size: clamp(10px, 3vw, 12px);
    font-weight: 900;
    line-height: 1.25;
  }

  .enb-price-view__detail{
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(15,23,42,.04);
  }

  .enb-price-view__detail > div{
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
  }

  .enb-price-view__detail > div + div{
    border-top: 1px solid #eef2f7;
  }

  .enb-price-view__detail > div > i{
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #4f46e5;
    background: #eef2ff;
  }

  .enb-price-view__detail b,
  .enb-price-view__detail small{
    display: block;
  }

  .enb-price-view__detail b{
    color: #172033;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.3;
  }

  .enb-price-view__detail small{
    margin-top: 3px;
    color: #64748b;
    font-size: 10.5px;
    line-height: 1.45;
  }

  .enb-price-view__source{
    margin: 10px 2px 0;
    color: #94a3b8;
    font-size: 9.5px;
    line-height: 1.4;
    text-align: center;
  }

  /* Kullanıcının seçtiği iletişim kartı, saat bazlı "öneri" sınıfından ayrı tutulur. */
  #destekSheet #supportCards .eb-card.is-enb-user-preferred{
    box-shadow: 0 0 0 2px rgba(79,70,229,.13), 0 7px 20px rgba(15,23,42,.06) !important;
  }




}

@container (max-width: 335px){
  #digerSheet .enb-diger-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #supportCards .eb-card{
    align-items: flex-start !important;
  }
}

/* ---------------------------------------------------------
   SİSTEM GECE MODU — FOOTER PANELLERİ
   Genel Tailwind dönüştürmesine veya gecikmeli JS yüzey taramasına bağlı değildir.
--------------------------------------------------------- */
html[data-theme="dark"] #destekSheet,
html[data-theme="dark"] #digerSheet{
  color: #f8fafc !important;
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%) !important;
  border: 1px solid rgba(148,163,184,.24) !important;
  box-shadow: 0 -24px 64px rgba(0,0,0,.52) !important;
  color-scheme: dark;
}

html[data-theme="dark"] #destekSheet .enb-sheet-toolbar,
html[data-theme="dark"] #digerSheet .enb-sheet-toolbar{
  background: linear-gradient(180deg, rgba(15,23,42,1) 0%, rgba(15,23,42,.97) 78%, rgba(15,23,42,0) 100%) !important;
}

html[data-theme="dark"] #destekSheet[data-enb-scrolled="1"] .enb-sheet-toolbar,
html[data-theme="dark"] #digerSheet[data-enb-scrolled="1"] .enb-sheet-toolbar{
  border-bottom-color: rgba(148,163,184,.16) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.14) !important;
}

html[data-theme="dark"] .enb-sheet-toolbar__close{
  color: #fb7185 !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .enb-sheet-toolbar__close::before{
  background: rgba(244,63,94,.10) !important;
  border-color: rgba(251,113,133,.16) !important;
}

@media (hover:hover) and (pointer:fine){
  html[data-theme="dark"] .enb-sheet-toolbar__close:hover::before{
    background: rgba(244,63,94,.16) !important;
    border-color: rgba(251,113,133,.24) !important;
  }
}

html[data-theme="dark"] .enb-sheet-toolbar__close:active::before{
  background: rgba(244,63,94,.20) !important;
}

html[data-theme="dark"] #destekSheet :where(#routeTitle,#digerPanelTitle,h3),
html[data-theme="dark"] #digerSheet :where(#routeTitle,#digerPanelTitle,h3){
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}

html[data-theme="dark"] #destekSheet :where(#routeSubtitle,#routeStatus),
html[data-theme="dark"] #digerSheet :where(#digerPanelDesc,.text-slate-600,.text-slate-500){
  color: #b8c3d4 !important;
  -webkit-text-fill-color: #b8c3d4 !important;
}

html[data-theme="dark"] #mobileDestekClock,
html[data-theme="dark"] #lastChannelBadge{
  color: #dbeafe !important;
  -webkit-text-fill-color: currentColor !important;
  background: #172033 !important;
  border-color: rgba(148,163,184,.28) !important;
}

html[data-theme="dark"] #onlineStatusChip{
  color: #bbf7d0 !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(22,101,52,.45) !important;
}

html[data-theme="dark"] #bestChannelChip{
  color: #c7d2fe !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(67,56,202,.32) !important;
}

/* Pastel aksiyon kartları bilinçli olarak açık yüzey kalır. */
html[data-theme="dark"] #destekSheet :where(#supportBabyVideoBtn,#cardForm,#cardCall,#cardWhatsapp)[data-enb-dark-preserve]{
  color-scheme: light !important;
  forced-color-adjust: none;
}

/* iPhone Safari'de genel tema katmanından miras kalan text-fill rengi,
   açık bırakılan kartların kendi renklerini ezmesin. */
html[data-theme="dark"] #destekSheet [data-enb-dark-preserve],
html[data-theme="dark"] #destekSheet [data-enb-dark-preserve] *{
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] #destekSheet :where(#cardForm,#cardCall,#cardWhatsapp)[data-enb-dark-preserve] :where(p,strong){
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

html[data-theme="dark"] #destekSheet :where(#cardForm,#cardCall,#cardWhatsapp)[data-enb-dark-preserve] > :where(div,span) :where(p.text-slate-600,span.text-slate-600),
html[data-theme="dark"] #destekSheet :where(#cardForm,#cardCall,#cardWhatsapp)[data-enb-dark-preserve] :where(.text-slate-600,.text-slate-500){
  color: #475569 !important;
  -webkit-text-fill-color: #475569 !important;
}

html[data-theme="dark"] #supportBabyVideoBtn :where(strong,small,.enb-baby-video-cta__pill){
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] #cardEnbAi{
  color: #f8fafc !important;
  background: linear-gradient(135deg, #172033, #111827) !important;
  border-color: rgba(165,180,252,.28) !important;
}

html[data-theme="dark"] #cardEnbAi :where(strong,.text-slate-900){
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}

html[data-theme="dark"] #cardEnbAi :where(.text-slate-600){
  color: #b8c3d4 !important;
  -webkit-text-fill-color: #b8c3d4 !important;
}

html[data-theme="dark"] #digerSheet .eb-card{
  color: #f8fafc !important;
  background: #172033 !important;
  border: 1px solid rgba(148,163,184,.22) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.22) !important;
}

html[data-theme="dark"] #digerSheet .eb-card:first-child{
  background: linear-gradient(135deg, rgba(49,46,129,.48), #172033) !important;
  border-color: rgba(129,140,248,.34) !important;
}

html[data-theme="dark"] #digerSheet .eb-card :where(p,span:not(.eb-emoji)){
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}

html[data-theme="dark"] #digerSheet .eb-card :where(.text-slate-600,.text-slate-500){
  color: #b8c3d4 !important;
  -webkit-text-fill-color: #b8c3d4 !important;
}

html[data-theme="dark"] #digerSheet .text-slate-500.uppercase{
  color: #aebbd0 !important;
  -webkit-text-fill-color: #aebbd0 !important;
}

html[data-theme="dark"] #digerSheet .enb-diger-social{
  color: #e2e8f0 !important;
  background: #172033 !important;
  border-color: rgba(148,163,184,.24) !important;
  box-shadow: 0 5px 16px rgba(0,0,0,.18) !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] #digerSheet .enb-diger-social.is-tiktok i{
  color: #f8fafc !important;
}

/* ---------------------------------------------------------
   AYARLAR + FİYAT — GECE MODU
--------------------------------------------------------- */
html[data-theme="dark"] .enb-sheet-toolbar__settings{
  color: #cbd5e1 !important;
}

html[data-theme="dark"] .enb-sheet-toolbar__settings::before{
  background: rgba(30,41,59,.78) !important;
  border-color: rgba(148,163,184,.20) !important;
}

html[data-theme="dark"] :where(.enb-sheet-preferences,.enb-sheet-price-view){
  color: #f8fafc !important;
}

html[data-theme="dark"] .enb-sheet-preferences__hero-icon{
  color: #c7d2fe !important;
  background: linear-gradient(145deg, rgba(49,46,129,.42), rgba(30,41,59,.82)) !important;
  border-color: rgba(129,140,248,.26) !important;
}

html[data-theme="dark"] :where(.enb-sheet-preferences__title,.enb-pref-card__heading h4,.enb-price-view__title,.enb-price-view__detail b,.enb-price-view__metrics strong,.enb-pref-price__copy strong){
  color: #f8fafc !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] :where(.enb-sheet-preferences__subtitle,.enb-pref-card__heading p,.enb-price-view__period,.enb-price-view__detail small,.enb-price-view__metrics span){
  color: #aebbd0 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] .enb-sheet-preferences__eyebrow{
  color: #94a3b8 !important;
}

html[data-theme="dark"] .enb-pref-card,
html[data-theme="dark"] .enb-price-view__metrics > div,
html[data-theme="dark"] .enb-price-view__detail{
  color: #f8fafc !important;
  background: #172033 !important;
  border-color: rgba(148,163,184,.22) !important;
  box-shadow: 0 7px 20px rgba(0,0,0,.18) !important;
}

html[data-theme="dark"] .enb-pref-card__icon{
  color: #cbd5e1 !important;
  background: #111827 !important;
  border-color: rgba(148,163,184,.20) !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card{
  color: #f8fafc !important;
  background: #172033 !important;
  border-color: rgba(148,163,184,.22) !important;
  box-shadow: 0 7px 20px rgba(0,0,0,.18) !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card__icon{
  color: #c7d2fe !important;
  background: rgba(49,46,129,.36) !important;
  border-color: rgba(129,140,248,.24) !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card__copy strong{
  color: #f8fafc !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card__copy small{
  color: #aebbd0 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card__switch{
  background: #0f172a !important;
  border-color: rgba(148,163,184,.22) !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card__option{
  color: #b8c3d4 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] .enb-sheet-preferences .enb-mobile-language-card__option[aria-current="true"]{
  color: #fff !important;
  background: #27324a !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.22) !important;
}

html[data-theme="dark"] .enb-pref-segmented{
  background: #0f172a !important;
}

html[data-theme="dark"] .enb-pref-segmented button,
html[data-theme="dark"] .enb-pref-channels button{
  color: #b8c3d4 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] .enb-pref-segmented button.is-active{
  color: #e0e7ff !important;
  background: #27324a !important;
  border-color: rgba(129,140,248,.30) !important;
}

html[data-theme="dark"] .enb-pref-channels button{
  background: #111827 !important;
  border-color: rgba(148,163,184,.22) !important;
}

html[data-theme="dark"] .enb-pref-channels button.is-active{
  color: #e0e7ff !important;
  background: rgba(49,46,129,.42) !important;
  border-color: rgba(129,140,248,.38) !important;
}

html[data-theme="dark"] .enb-pref-channels button[data-enb-pref-channel="whatsapp"].is-active{
  color: #a7f3d0 !important;
  background: rgba(6,95,70,.35) !important;
  border-color: rgba(52,211,153,.32) !important;
}

html[data-theme="dark"] .enb-pref-switch::before{
  background: #475569 !important;
}

html[data-theme="dark"] .enb-pref-switch.is-on::before{
  background: #6366f1 !important;
}

html[data-theme="dark"] .enb-pref-price{
  background: linear-gradient(135deg, rgba(120,53,15,.32), #172033 58%, rgba(124,45,18,.20)) !important;
  border-color: rgba(251,191,36,.28) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.18) !important;
}

html[data-theme="dark"] .enb-pref-price__icon{
  color: #fbbf24 !important;
  background: rgba(120,53,15,.30) !important;
  border-color: rgba(251,191,36,.26) !important;
}

html[data-theme="dark"] :where(.enb-pref-price__copy span,.enb-pref-price__copy small,.enb-price-view__eyebrow,.enb-price-view__range){
  color: #fbbf24 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] .enb-pref-price button{
  color: #fde68a !important;
  background: rgba(120,53,15,.22) !important;
  border-color: rgba(251,191,36,.28) !important;
}

html[data-theme="dark"] .enb-price-view__badge{
  color: #fde68a !important;
  background: rgba(120,53,15,.24) !important;
  border-color: rgba(251,191,36,.28) !important;
}

html[data-theme="dark"] .enb-price-view__detail > div + div{
  border-top-color: rgba(148,163,184,.16) !important;
}

html[data-theme="dark"] .enb-price-view__detail > div > i{
  color: #c7d2fe !important;
  background: rgba(49,46,129,.42) !important;
}

html[data-theme="dark"] :where(.enb-sheet-preferences__storage,.enb-price-view__source){
  color: #7f8da3 !important;
  -webkit-text-fill-color: currentColor !important;
}

html[data-theme="dark"] #destekSheet #supportCards .eb-card.is-enb-user-preferred{
  box-shadow: 0 0 0 2px rgba(129,140,248,.22), 0 8px 22px rgba(0,0,0,.20) !important;
}

/* ---------------------------------------------------------
   OTOMATİK TEMA BİLGİSİ — GERÇEK VISUAL VIEWPORT MERKEZİ
--------------------------------------------------------- */
@media (max-width: 1024px){
  #enbMobileDarkHint.enb-mobile-dark-hint{
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(calc(100vw - 24px), 520px) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    z-index: 2147483000 !important;
    transform: translate(-50%, -50%) scale(.96) !important;
    transform-origin: center !important;
  }

  #enbMobileDarkHint.enb-mobile-dark-hint.is-visible{
    transform: translate(-50%, -50%) scale(1) !important;
  }

  #enbMobileDarkHint.enb-mobile-dark-hint.is-leaving{
    transform: translate(-50%, -50%) scale(.96) !important;
  }
}

@media (max-width: 430px){
  #enbMobileDarkHint.enb-mobile-dark-hint{
    grid-template-columns: 1fr !important;
  }

  .enb-mobile-dark-hint__actions{
    width: 100%;
    justify-content: stretch !important;
  }

  .enb-mobile-dark-hint__actions button{
    flex: 1 1 0;
    min-height: 44px !important;
  }
}

html[data-enb-panel-motion="reduce"] #supportCards[data-enb-card-rhythm="1"] .eb-card.is-enb-recommended::after{
  content: none !important;
  display: none !important;
}

html[data-enb-panel-motion="reduce"] #destekSheet,
html[data-enb-panel-motion="reduce"] #digerSheet,
html[data-enb-panel-motion="reduce"] .eb-overlay,
html[data-enb-panel-motion="reduce"] .eb-anim,
html[data-enb-panel-motion="reduce"] #digerPanel .eb-emoji,
html[data-enb-panel-motion="reduce"] #supportCards .eb-card,
html[data-enb-panel-motion="reduce"] #supportCards .eb-card::before,
html[data-enb-panel-motion="reduce"] #supportCards .eb-card::after,
html[data-enb-panel-motion="reduce"] .enb-whatsapp-ai-card::after,
html[data-enb-panel-motion="reduce"] .enb-baby-video-cta,
html[data-enb-panel-motion="reduce"] .enb-baby-video-cta__play::after,
html[data-enb-panel-motion="reduce"] .enb-pref-switch,
html[data-enb-panel-motion="reduce"] .enb-pref-switch::before,
html[data-enb-panel-motion="reduce"] .enb-pref-switch span{
  transition: none !important;
  animation: none !important;
}

html[data-enb-panel-motion="reduce"] .enb-whatsapp-ai-card::after,
html[data-enb-panel-motion="reduce"] .enb-baby-video-cta__play::after{
  content: none !important;
  display: none !important;
}

@media (prefers-reduced-motion: reduce){
  #destekSheet,
  #digerSheet,
  .eb-overlay,
  .eb-anim,
  #enbMobileDarkHint.enb-mobile-dark-hint{
    transition: none !important;
    animation: none !important;
  }
}

@media (forced-colors: active){
  #destekSheet,
  #digerSheet,
  #destekSheet .eb-card,
  #digerSheet .eb-card,
  #digerSheet .enb-diger-social,
  .enb-sheet-toolbar__close,
  .enb-sheet-toolbar__settings,
  .enb-pref-segmented button,
  .enb-pref-channels button,
  .enb-pref-switch,
  .enb-pref-price button{
    forced-color-adjust: auto !important;
    border: 1px solid CanvasText !important;
  }

  .enb-sheet-toolbar__close:focus-visible,
  .enb-sheet-toolbar__settings:focus-visible,
  .enb-pref-segmented button:focus-visible,
  .enb-pref-channels button:focus-visible,
  .enb-pref-switch:focus-visible,
  .enb-pref-price button:focus-visible{
    outline: 3px solid Highlight !important;
  }
}

/* ---------------------------------------------------------
   iPHONE SAFARI — WHATSAPP KARTI BAŞLIK / ROZET SATIR SABİTLEYİCİ
   Safari sayfa veya metin yakınlaştırmasında uzun başlık rozetin alt satıra
   düşmesine neden oluyordu. Başlık ile rozet iki kolonlu tek satırda tutulur;
   çok dar visual viewport'ta tipografi kontrollü biçimde sıkılaşır.
--------------------------------------------------------- */
@media (max-width: 639px){
  #destekSheet #cardWhatsapp{
    column-gap: 8px !important;
  }

  #destekSheet #cardWhatsapp > .min-w-0.flex-1{
    min-width: 0 !important;
  }

  #destekSheet #cardWhatsapp .enb-wa-card-heading{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #destekSheet #cardWhatsapp .enb-wa-card-title{
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: clamp(11px, 3.2vw, 12.5px) !important;
    line-height: 1.25 !important;
    letter-spacing: -.018em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  #destekSheet #cardWhatsapp .enb-wa-card-pill{
    flex: 0 0 auto !important;
    width: max-content !important;
    max-width: none !important;
    padding: 2px 6px !important;
    font-size: 9px !important;
    line-height: 1.25 !important;
    letter-spacing: -.01em !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
}

@container (max-width: 300px){
  #destekSheet #cardWhatsapp{
    column-gap: 6px !important;
  }

  #destekSheet #cardWhatsapp .enb-wa-card-heading{
    gap: 3px !important;
  }

  #destekSheet #cardWhatsapp .enb-wa-card-title{
    font-size: 10.75px !important;
    letter-spacing: -.025em !important;
  }

  #destekSheet #cardWhatsapp .enb-wa-card-pill{
    padding-inline: 5px !important;
    font-size: 8.5px !important;
  }
}
