.ya-global-share-dialog{
  width:min(94vw,620px);
  max-height:min(94dvh,940px);
  padding:0;
  border:0;
  border-radius:26px;
  background:var(--ya-surface,#fff);
  color:var(--ya-text,#171717);
  overflow:hidden;
  box-shadow:0 28px 90px rgba(0,0,0,.26);
}
.ya-global-share-dialog::backdrop{background:rgba(22,20,15,.52);backdrop-filter:blur(5px)}
.ya-global-share-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(94dvh,940px)}
.ya-global-share-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--ya-line,#dedbd2)}
.ya-global-share-card>header>div{display:grid;gap:3px;min-width:0}
.ya-global-share-card>header span{font-size:.65rem;font-weight:900;letter-spacing:.14em;color:var(--ya-accent-strong,#8a6500)}
.ya-global-share-card>header strong{font-size:1.15rem;line-height:1.15}
.ya-global-share-card>header button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:var(--ya-surface-soft,#f2f0ea);color:inherit;font-size:1.35rem;cursor:pointer}
.ya-global-share-card__body{padding:16px 20px 12px;overflow:auto}
.ya-global-share-preview{display:grid;place-items:center;min-height:360px}
.ya-global-share-preview>div{font-size:.95rem;font-weight:700;color:var(--ya-muted,#756d61)}
.ya-global-share-preview img{display:block;width:min(100%,470px);height:auto;max-height:68dvh;object-fit:contain;border-radius:16px;box-shadow:0 18px 52px rgba(33,27,16,.16)}
.ya-global-share-message{min-height:20px;margin-top:8px;color:var(--ya-muted,#756d61);font-size:.85rem;line-height:1.45}
.ya-global-share-card>footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 20px calc(13px + env(safe-area-inset-bottom));border-top:1px solid var(--ya-line,#dedbd2);background:var(--ya-surface,#fff)}
.ya-global-share-card>footer button{min-height:42px;white-space:nowrap}
.ya-global-share-dialog button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:620px){
  .ya-global-share-dialog{inset:0!important;width:100%!important;height:100dvh!important;max-height:none!important;margin:0!important;border-radius:0!important}
  .ya-global-share-card{height:100dvh;max-height:none}
  .ya-global-share-card>header{padding:calc(12px + env(safe-area-inset-top)) 14px 12px}
  .ya-global-share-card__body{display:grid;align-content:center;padding:12px 14px;min-height:0}
  .ya-global-share-preview{min-height:0;height:100%;align-content:center}
  .ya-global-share-preview img{width:min(100%,430px);max-height:calc(100dvh - 190px);border-radius:13px}
  .ya-global-share-card>footer{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px calc(10px + env(safe-area-inset-bottom))}
  .ya-global-share-card>footer [data-ya-share-close]{display:none}
  .ya-global-share-card>footer button{width:100%;min-width:0;min-height:44px;padding-inline:8px;font-size:.88rem}
}


/* Core 1.4.8 — görsel paylaşım önizleme iyileştirmesi */
.ya-global-share-preview img{width:min(100%,560px)!important;max-height:72dvh!important;border-radius:22px!important}
@media(max-width:760px){
  .ya-global-share-preview img{width:min(100%,460px)!important;max-height:calc(100dvh - 190px)!important}
}

/* Core 1.7.0 — global 1080×1350 visual share preview */
.ya-global-share-preview{background:linear-gradient(180deg,#f7f4ed,#f0ede6);border-radius:22px;padding:18px}
.ya-global-share-preview img{aspect-ratio:4/5;object-fit:contain!important;background:#fffdfa}
@media(max-width:620px){.ya-global-share-preview{padding:8px;border-radius:16px}}
