
.nby-gpr-wrap{
  margin:22px 0;
  padding:18px;
  border:1px solid #e5e7eb;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#f8fffd);
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  font-family:inherit;
}
.nby-gpr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.nby-gpr-kicker{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e8fffb;color:#0f766e;font-size:12px;font-weight:900}
.nby-gpr-head h2{margin:7px 0 0;font-size:22px;line-height:1.12;letter-spacing:-.03em;color:#111827}
.nby-gpr-score-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
.nby-gpr-score-card{min-width:0;padding:14px;border:1px solid #e5e7eb;border-radius:18px;background:#fff}
.nby-gpr-score-label{margin-bottom:10px;color:#475467;font-size:12px;font-weight:900;letter-spacing:.02em}
.nby-gpr-rating-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.nby-gpr-rating-row strong{font-size:28px;letter-spacing:-.04em;color:#111827}
.nby-gpr-rating-row span{color:#667085;font-size:13px;font-weight:700}
.nby-gpr-stars{display:inline-flex;gap:1px;color:#d0d5dd;font-size:17px;line-height:1}
.nby-gpr-stars .full{color:#fbbc04}
.nby-gpr-google-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;margin:0 0 12px;border-radius:999px;background:#f1f5f9;color:#111827!important;text-decoration:none!important;font-size:12px;font-weight:850}
.nby-gpr-review-list{display:grid;gap:9px}
.nby-gpr-review{padding:11px;border:1px solid #edf2f7;border-radius:15px;background:#fbfcfd}
.nby-gpr-review header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:7px}
.nby-gpr-review header a,.nby-gpr-review header b{display:block;color:#111827!important;text-decoration:none!important;font-size:13px;font-weight:900}
.nby-gpr-review header span{display:block;margin-top:2px;color:#98a2b3;font-size:11px;font-weight:700}
.nby-gpr-review p{margin:0;color:#344054;font-size:13px;line-height:1.52}
.nby-gpr-attribution{margin-top:10px;color:#5e5e5e;font-size:12px}
.nby-gpr-muted,.nby-gpr-empty,.nby-gpr-error{padding:10px;border-radius:13px;background:#f8fafc;color:#667085;font-size:13px}
.nby-gpr-error{background:#fef2f2;color:#991b1b}
.nby-gpr-site-summary .glsr-summary{margin:0}
.nby-gpr-site-list{margin-top:12px}
@media(max-width:760px){
  .nby-gpr-wrap{padding:14px;border-radius:18px}
  .nby-gpr-score-grid{grid-template-columns:1fr}
  .nby-gpr-head h2{font-size:19px}
  .nby-gpr-rating-row strong{font-size:24px}
}


/* v1.1: custom single-yerler.php yedek otomatik ekleme için daha sağlam görünüm */
.nby-gpr-score-grid--single{grid-template-columns:1fr}
.single-yerler .nby-gpr-wrap{clear:both}
.modern-place-article .nby-gpr-wrap{
  margin:16px 0;
  padding:16px;
  border-radius:22px;
}
.modern-place-article .nby-gpr-head h2{
  margin:6px 0 0;
}
@media(max-width:760px){
  .modern-place-article .nby-gpr-wrap{
    margin:14px 0;
    padding:13px;
    border-radius:18px;
  }
}


/* =========================================================
   v1.2 - Shortcode UI: üst puan + alt yorum merkezi
   ========================================================= */
.nby-gpr-top-score,
.nby-gpr-review-hub{box-sizing:border-box;font-family:inherit;color:#0f172a}
.nby-gpr-top-score * ,.nby-gpr-review-hub *{box-sizing:border-box}

.nby-gpr-top-score{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:12px 0 0;
  max-width:760px;
}
.nby-gpr-top-score__card{
  min-width:0;
  border:1px solid rgba(255,255,255,.26);
  border-radius:18px;
  padding:11px 12px;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  color:#fff;
}
.nby-gpr-top-score__card.is-site{background:rgba(255,255,255,.18)}
.nby-gpr-top-score__card.is-google{background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.10))}
.nby-gpr-top-score__label{
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,.82);
  font-size:11px;
  font-weight:950;
  letter-spacing:.02em;
}
.nby-gpr-top-score__note{
  grid-column:1/-1;
  color:rgba(255,255,255,.78);
  font-size:11.5px;
  font-weight:750;
  line-height:1.35;
}
.nby-gpr-top-score .glsr-summary{gap:7px!important;color:#fff!important}
.nby-gpr-top-score .glsr-summary-rating .glsr-tag-value,
.nby-gpr-top-score .glsr-summary-text .glsr-tag-value{color:#fff!important}
.nby-gpr-top-score .glsr-summary-rating .glsr-tag-value{font-size:24px!important;font-weight:950!important;letter-spacing:-.04em!important}
.nby-gpr-top-score .glsr-summary-text .glsr-tag-value{font-size:11px!important;font-weight:800!important;opacity:.88!important}
.nby-gpr-top-score .glsr-star-rating{filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}

.nby-gpr-google-mini{position:relative;min-width:0}
.nby-gpr-google-mini__main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.nby-gpr-google-mini__main strong{font-size:24px;font-weight:950;line-height:1;letter-spacing:-.05em;color:inherit}
.nby-gpr-google-mini__sub{margin-top:5px;color:rgba(255,255,255,.84);font-size:11.5px;font-weight:800;line-height:1.25}
.nby-gpr-google-mini__link{display:inline-flex;margin-top:8px;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#1d4ed8!important;text-decoration:none!important;font-size:11px;font-weight:950}
.nby-gpr-top-score .nby-gpr-stars{color:rgba(255,255,255,.40);font-size:15px}.nby-gpr-top-score .nby-gpr-stars .full{color:#facc15}
.nby-gpr-setup-hint{padding:9px 10px;border-radius:13px;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:800;line-height:1.35}.nby-gpr-setup-hint a{color:#1d4ed8!important;font-weight:950}.nby-gpr-setup-hint.is-error{background:#fef2f2;color:#991b1b}

.nby-gpr-review-hub{
  margin:18px 0;
  padding:18px;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:radial-gradient(circle at top left,rgba(37,99,235,.10),transparent 34%),radial-gradient(circle at bottom right,rgba(16,185,129,.10),transparent 35%),linear-gradient(180deg,#fff,#f8fafc);
  box-shadow:0 14px 38px rgba(15,23,42,.08);
}
.nby-gpr-review-hub__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.nby-gpr-review-hub__head h2{margin:6px 0 0;color:#0f172a;font-size:22px;font-weight:950;letter-spacing:-.035em;line-height:1.14}
.nby-gpr-review-hub__head p{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:750;line-height:1.45}
.nby-gpr-review-hub__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:950;white-space:nowrap;box-shadow:0 10px 22px rgba(37,99,235,.18)}
.nby-gpr-review-hub__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:13px;align-items:start}
.nby-gpr-review-hub__card{min-width:0;border:1px solid #e5e7eb;border-radius:20px;background:#fff;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.05)}
.nby-gpr-review-hub__card-title{margin-bottom:10px;color:#0f172a;font-size:14px;font-weight:950}
.nby-gpr-review-hub .nby-gpr-google-mini{padding:12px;border-radius:16px;background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #dbeafe;margin-bottom:10px;color:#0f172a}
.nby-gpr-review-hub .nby-gpr-google-mini__sub{color:#64748b}.nby-gpr-review-hub .nby-gpr-google-mini__link{background:#2563eb;color:#fff!important}
.nby-gpr-review-hub .nby-gpr-stars{font-size:14px;color:#d1d5db}.nby-gpr-review-hub .nby-gpr-stars .full{color:#fbbc04}
.nby-gpr-hub-google-reviews{display:grid;gap:9px}
.nby-gpr-hub-review{padding:11px;border:1px solid #edf2f7;border-radius:16px;background:#fbfcfd}
.nby-gpr-hub-review__top{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px}.nby-gpr-hub-review__top strong{display:block;color:#111827;font-size:13px;font-weight:950}.nby-gpr-hub-review__top span{display:block;margin-top:2px;color:#94a3b8;font-size:11px;font-weight:800}.nby-gpr-hub-review p{margin:0;color:#334155;font-size:13px;line-height:1.52}
.nby-gpr-review-hub__small{margin:10px 0 0;color:#64748b;font-size:12px;font-weight:750;line-height:1.4}.nby-gpr-review-hub .glsr-summary{margin:0!important}.nby-gpr-review-hub .glsr-summary-rating .glsr-tag-value{font-size:26px!important;font-weight:950!important;color:#0f172a!important}.nby-gpr-review-hub__site-full{margin-top:14px;padding-top:14px;border-top:1px dashed #cbd5e1}.nby-gpr-embedded-form{margin-bottom:14px;padding:14px;border-radius:18px;background:#fff;border:1px solid #e5e7eb}.nby-gpr-embedded-list{padding:14px;border-radius:18px;background:#fff;border:1px solid #e5e7eb}

@media(max-width:760px){
  .nby-gpr-top-score{grid-template-columns:1fr;gap:8px;margin-top:10px}.nby-gpr-top-score__card{border-radius:16px;padding:10px}.nby-gpr-top-score__note{font-size:11px}.nby-gpr-google-mini__main strong{font-size:22px}
  .nby-gpr-review-hub{padding:14px;border-radius:20px;margin:14px 0}.nby-gpr-review-hub__head{display:block}.nby-gpr-review-hub__head h2{font-size:19px}.nby-gpr-review-hub__cta{width:100%;margin-top:11px}.nby-gpr-review-hub__grid{grid-template-columns:1fr;gap:10px}.nby-gpr-review-hub__card{border-radius:17px;padding:12px}.nby-gpr-hub-review__top{align-items:flex-start}.nby-gpr-hub-review p{font-size:12.7px}
}

/* =========================================================
   v1.3 - Google gibi yorum görünümü + daha küçük üst puan alanı
   ========================================================= */
.nby-gpr-top-score{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  margin:8px 0 0!important;
  max-width:720px!important;
}
.nby-gpr-top-score__card{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:38px!important;
  width:auto!important;
  max-width:100%!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.13)!important;
  box-shadow:none!important;
}
.nby-gpr-top-score__label{
  margin:0!important;
  font-size:10.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  opacity:.9!important;
}
.nby-gpr-top-score .glsr-summary{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin:0!important;
  width:auto!important;
}
.nby-gpr-top-score .glsr-summary-rating .glsr-tag-value{
  font-size:16px!important;
  line-height:1!important;
  font-weight:950!important;
}
.nby-gpr-top-score .glsr-summary-stars .glsr-stars,
.nby-gpr-top-score .glsr-star-rating{
  --glsr-star-size:13px!important;
  line-height:1!important;
}
.nby-gpr-top-score .glsr-summary-text .glsr-tag-value{
  font-size:10.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.nby-gpr-google-mini{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
}
.nby-gpr-google-mini__main{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:nowrap!important;
}
.nby-gpr-google-mini__brand{
  display:inline-flex!important;
  align-items:center!important;
  font-size:11px!important;
  font-weight:950!important;
  line-height:1!important;
  opacity:.92!important;
}
.nby-gpr-google-mini__main strong{
  font-size:16px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.nby-gpr-google-mini__sub{
  margin:0!important;
  color:inherit!important;
  opacity:.82!important;
  font-size:10.5px!important;
  font-weight:850!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.nby-gpr-google-mini__link,
.nby-gpr-google-link,
.nby-gpr-attribution{display:none!important}
.nby-gpr-top-score .nby-gpr-stars{
  font-size:12.5px!important;
  line-height:1!important;
  gap:0!important;
}

.nby-gpr-review-hub{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  margin:16px 0!important;
}
.nby-gpr-review-hub__head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 12px!important;
  padding:14px!important;
  border:1px solid #e5e7eb!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(15,23,42,.05)!important;
}
.nby-gpr-review-hub__head h2{
  margin:4px 0 0!important;
  font-size:19px!important;
  line-height:1.15!important;
}
.nby-gpr-review-hub__head p{display:none!important}
.nby-gpr-review-hub__grid{
  display:grid!important;
  grid-template-columns:.72fr 1.28fr!important;
  gap:12px!important;
  align-items:start!important;
}
.nby-gpr-review-hub__card{
  border:1px solid #e5e7eb!important;
  border-radius:20px!important;
  background:#fff!important;
  padding:14px!important;
  box-shadow:0 8px 22px rgba(15,23,42,.05)!important;
}
.nby-gpr-review-hub__card-title{
  margin:0 0 10px!important;
  font-size:15px!important;
  font-weight:900!important;
  color:#202124!important;
  letter-spacing:-.01em!important;
}
.nby-gpr-review-hub .nby-gpr-google-mini{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  margin:0 0 12px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#202124!important;
}
.nby-gpr-review-hub .nby-gpr-google-mini__brand{
  font-size:13px!important;
  color:#5f6368!important;
}
.nby-gpr-review-hub .nby-gpr-google-mini__main strong{
  font-size:18px!important;
  color:#202124!important;
}
.nby-gpr-review-hub .nby-gpr-google-mini__sub{
  color:#5f6368!important;
  opacity:1!important;
  font-size:12px!important;
}
.nby-gpr-review-hub .nby-gpr-stars{
  font-size:13px!important;
  letter-spacing:0!important;
  color:#dadce0!important;
}
.nby-gpr-review-hub .nby-gpr-stars .full{color:#fbbc04!important}

.nby-gpr-google-review-list{
  display:grid!important;
  gap:0!important;
  border-top:1px solid #f1f3f4!important;
}
.nby-gpr-google-review-card{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:12px!important;
  padding:14px 0!important;
  border:0!important;
  border-bottom:1px solid #f1f3f4!important;
  background:#fff!important;
}
.nby-gpr-google-review-card:last-child{border-bottom:0!important;padding-bottom:2px!important}
.nby-gpr-google-review-card__avatar{
  width:40px!important;
  height:40px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#e8f0fe!important;
  color:#1967d2!important;
  font-size:17px!important;
  font-weight:700!important;
  line-height:1!important;
  flex:0 0 40px!important;
}
.nby-gpr-google-review-card__body{min-width:0!important}
.nby-gpr-google-review-card__head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin:0 0 3px!important;
}
.nby-gpr-google-review-card__author strong{
  display:block!important;
  color:#202124!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:600!important;
}
.nby-gpr-google-review-card__author span{
  display:block!important;
  color:#70757a!important;
  font-size:12px!important;
  line-height:1.25!important;
  margin-top:2px!important;
  font-weight:400!important;
}
.nby-gpr-google-review-card__rating{
  display:flex!important;
  align-items:center!important;
  margin:6px 0 6px!important;
}
.nby-gpr-google-review-card p{
  margin:0!important;
  color:#3c4043!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:400!important;
}
.nby-gpr-review-hub .nby-gpr-review-hub__small{display:none!important}

@media(max-width:760px){
  .nby-gpr-top-score{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;max-width:none!important}
  .nby-gpr-top-score__card{width:100%!important;min-height:36px!important;padding:7px 8px!important;border-radius:14px!important;justify-content:flex-start!important;overflow:hidden!important}
  .nby-gpr-top-score__label{font-size:10px!important}
  .nby-gpr-top-score .glsr-summary-text .glsr-tag-value,.nby-gpr-google-mini__sub{display:none!important}
  .nby-gpr-google-mini{gap:5px!important}
  .nby-gpr-google-mini__brand{font-size:10px!important}
  .nby-gpr-google-mini__main strong{font-size:15px!important}
  .nby-gpr-top-score .nby-gpr-stars{font-size:11px!important}
  .nby-gpr-review-hub__head{display:block!important;padding:13px!important;border-radius:18px!important}
  .nby-gpr-review-hub__head h2{font-size:18px!important}
  .nby-gpr-review-hub__cta{width:100%!important;margin-top:10px!important}
  .nby-gpr-review-hub__grid{grid-template-columns:1fr!important;gap:10px!important}
  .nby-gpr-review-hub__card{padding:13px!important;border-radius:18px!important}
  .nby-gpr-google-review-card{grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important;padding:13px 0!important}
  .nby-gpr-google-review-card__avatar{width:36px!important;height:36px!important;flex-basis:36px!important;font-size:15px!important}
}


/* =========================================================
   v1.4 - üst puan satırını eşitle + üstte çift Google'ı kaldır
   ========================================================= */
.nby-gpr-top-score{
  align-items:stretch!important;
}
.nby-gpr-top-score__card{
  flex:0 1 auto!important;
  white-space:nowrap!important;
}
.nby-gpr-top-score .nby-gpr-google-mini__brand{
  display:none!important;
}
.nby-gpr-top-score .glsr-summary,
.nby-gpr-top-score .glsr-summary > *,
.nby-gpr-top-score .glsr-summary [class*="glsr-summary-"]{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  float:none!important;
}
.nby-gpr-top-score .glsr-summary{
  flex-wrap:nowrap!important;
}
.nby-gpr-top-score .glsr-summary-rating,
.nby-gpr-top-score .glsr-summary-stars,
.nby-gpr-top-score .glsr-summary-text,
.nby-gpr-top-score .glsr-summary-rating .glsr-tag,
.nby-gpr-top-score .glsr-summary-text .glsr-tag{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:none!important;
  white-space:nowrap!important;
}
.nby-gpr-top-score .glsr-summary-stars,
.nby-gpr-top-score .glsr-star-rating{
  margin:0 2px 0 0!important;
}
.nby-gpr-top-score .glsr-summary-text{
  margin-left:1px!important;
}
@media(max-width:760px){
  .nby-gpr-top-score__card{
    min-width:0!important;
    white-space:normal!important;
  }
}


/* =========================================================
   v1.5 - üstte Site Reviews yıldızlarını küçültme
   Sorun: Site puanı yıldızları Google puanına göre aşırı büyük duruyordu.
   ========================================================= */
.nby-gpr-top-score__card.is-site{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.nby-gpr-top-score__card.is-site .nby-gpr-site-mini{
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:4px!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary-rating .glsr-tag-value{
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary-stars{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.nby-gpr-top-score__card.is-site .glsr-star-rating,
.nby-gpr-top-score__card.is-site .glsr-stars{
  display:inline-flex!important;
  align-items:center!important;
  gap:1px!important;
  width:auto!important;
  min-width:0!important;
  height:13px!important;
  line-height:13px!important;
  --glsr-star-size:12px!important;
  --gl-rating-size:12px!important;
}
.nby-gpr-top-score__card.is-site .glsr-star,
.nby-gpr-top-score__card.is-site .glsr-rating-level{
  width:12px!important;
  min-width:12px!important;
  height:12px!important;
  min-height:12px!important;
  font-size:12px!important;
  line-height:12px!important;
  background-size:12px 12px!important;
}
.nby-gpr-top-score__card.is-site .glsr-star svg,
.nby-gpr-top-score__card.is-site .glsr-rating-level svg{
  width:12px!important;
  height:12px!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary-text{
  display:inline-flex!important;
  align-items:center!important;
  min-width:0!important;
  overflow:hidden!important;
  margin-left:2px!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary-text .glsr-tag-value{
  display:block!important;
  max-width:122px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
}

@media(max-width:760px){
  .nby-gpr-top-score__card.is-site .glsr-summary-rating .glsr-tag-value{
    font-size:14px!important;
  }
  .nby-gpr-top-score__card.is-site .glsr-star-rating,
  .nby-gpr-top-score__card.is-site .glsr-stars{
    height:12px!important;
    line-height:12px!important;
    --glsr-star-size:11px!important;
    --gl-rating-size:11px!important;
  }
  .nby-gpr-top-score__card.is-site .glsr-star,
  .nby-gpr-top-score__card.is-site .glsr-rating-level,
  .nby-gpr-top-score__card.is-site .glsr-star svg,
  .nby-gpr-top-score__card.is-site .glsr-rating-level svg{
    width:11px!important;
    min-width:11px!important;
    height:11px!important;
    min-height:11px!important;
    font-size:11px!important;
    line-height:11px!important;
    background-size:11px 11px!important;
  }
  .nby-gpr-top-score__card.is-site .glsr-summary-text .glsr-tag-value{
    max-width:82px!important;
    font-size:9.5px!important;
  }
}


/* =========================================================
   v1.6 - Site puanı yıldızları daha küçük + yorum sayısı parantezsiz
   ========================================================= */
.nby-gpr-top-score__card.is-site .glsr-star-rating,
.nby-gpr-top-score__card.is-site .glsr-stars{
  gap:0!important;
  height:10px!important;
  line-height:10px!important;
  --glsr-star-size:9px!important;
  --gl-rating-size:9px!important;
}
.nby-gpr-top-score__card.is-site .glsr-star,
.nby-gpr-top-score__card.is-site .glsr-rating-level{
  width:9px!important;
  min-width:9px!important;
  height:9px!important;
  min-height:9px!important;
  font-size:9px!important;
  line-height:9px!important;
  background-size:9px 9px!important;
}
.nby-gpr-top-score__card.is-site .glsr-star svg,
.nby-gpr-top-score__card.is-site .glsr-rating-level svg{
  width:9px!important;
  height:9px!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary-rating .glsr-tag-value{
  font-size:14px!important;
}
.nby-gpr-top-score__card.is-site .glsr-summary-text .glsr-tag-value{
  max-width:118px!important;
  font-size:10px!important;
}

/* Site Reviews çıktısındaki "(1 değerlendirme)" parantezlerini üst puan alanında gizle */
.nby-gpr-top-score__card.is-site .glsr-summary-text .glsr-tag-value::before,
.nby-gpr-top-score__card.is-site .glsr-summary-text .glsr-tag-value::after{
  display:none!important;
}

/* JS ile metin parantezsiz hale gelmeden önce de parantez çok göze batmasın */
.nby-gpr-top-score__card.is-site .glsr-summary-text{
  opacity:.95!important;
}

@media(max-width:760px){
  .nby-gpr-top-score__card.is-site .glsr-star-rating,
  .nby-gpr-top-score__card.is-site .glsr-stars{
    height:9px!important;
    line-height:9px!important;
    --glsr-star-size:8px!important;
    --gl-rating-size:8px!important;
  }
  .nby-gpr-top-score__card.is-site .glsr-star,
  .nby-gpr-top-score__card.is-site .glsr-rating-level,
  .nby-gpr-top-score__card.is-site .glsr-star svg,
  .nby-gpr-top-score__card.is-site .glsr-rating-level svg{
    width:8px!important;
    min-width:8px!important;
    height:8px!important;
    min-height:8px!important;
    font-size:8px!important;
    line-height:8px!important;
    background-size:8px 8px!important;
  }
  .nby-gpr-top-score__card.is-site .glsr-summary-rating .glsr-tag-value{
    font-size:13px!important;
  }
}


/* =========================================================
   v1.7 - Site puanı yıldız çakışması kesin düzeltme
   Site Reviews yıldız HTML'i yerine özel küçük yıldız satırı kullanılır.
   ========================================================= */
.nby-gpr-top-score__card.is-site{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:7px 12px!important;
  overflow:visible!important;
}
.nby-gpr-site-mini--clean{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.nby-gpr-site-mini__rating{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
}
.nby-gpr-plain-stars{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:48px!important;
  height:10px!important;
  line-height:10px!important;
  margin-left:1px!important;
  vertical-align:middle!important;
  position:static!important;
}
.nby-gpr-plain-stars span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  font-size:9px!important;
  line-height:9px!important;
  font-family:Arial, sans-serif!important;
  color:#facc15!important;
  text-shadow:0 1px 1px rgba(15,23,42,.22)!important;
  position:static!important;
}
.nby-gpr-plain-stars .is-empty{
  color:rgba(255,255,255,.48)!important;
  text-shadow:none!important;
}
.nby-gpr-site-mini__count{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  color:rgba(255,255,255,.86)!important;
  font-size:10.5px!important;
  font-weight:850!important;
  line-height:1!important;
  white-space:nowrap!important;
}

@media(max-width:760px){
  .nby-gpr-top-score__card.is-site{
    gap:6px!important;
    min-height:32px!important;
    padding:7px 10px!important;
  }
  .nby-gpr-site-mini--clean{
    gap:4px!important;
  }
  .nby-gpr-site-mini__rating{
    font-size:14px!important;
  }
  .nby-gpr-plain-stars{
    min-width:43px!important;
  }
  .nby-gpr-plain-stars span{
    width:8px!important;
    height:8px!important;
    min-width:8px!important;
    font-size:8px!important;
    line-height:8px!important;
  }
  .nby-gpr-site-mini__count{
    font-size:10px!important;
  }
}


/* =========================================================
   v1.8 - Site puanı yıldızları Google puanı yıldızlarıyla aynı boyuta getirildi
   ========================================================= */
.nby-gpr-top-score__card.is-site .nby-gpr-plain-stars{
  min-width:auto!important;
  height:auto!important;
  line-height:1!important;
  gap:1px!important;
  margin-left:2px!important;
}
.nby-gpr-top-score__card.is-site .nby-gpr-plain-stars span{
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:0!important;
}

/* Google mini yıldızlarının zaten kullandığı görsel ağırlığa yaklaşır */
.nby-gpr-top-score__card.is-site .nby-gpr-plain-stars .is-full{
  color:#facc15!important;
}
.nby-gpr-top-score__card.is-site .nby-gpr-plain-stars .is-empty{
  color:rgba(255,255,255,.42)!important;
}

@media(max-width:760px){
  .nby-gpr-top-score__card.is-site .nby-gpr-plain-stars span{
    font-size:12px!important;
    line-height:1!important;
  }
}


/* =========================================================
   v1.9 - Manuel kısa kod: sadece Google yorumları
   ========================================================= */
.nby-gpr-google-only{
  margin:18px 0!important;
  padding:16px!important;
  border:1px solid rgba(226,232,240,.95)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(15,23,42,.06)!important;
}
.nby-gpr-google-only__head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
.nby-gpr-google-only__head h2{
  margin:3px 0 0!important;
  color:#0f172a!important;
  font-size:20px!important;
  line-height:1.18!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.nby-gpr-google-only__score{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 0 12px!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
}
@media(max-width:760px){
  .nby-gpr-google-only{
    padding:14px!important;
    border-radius:18px!important;
  }
  .nby-gpr-google-only__head h2{
    font-size:18px!important;
  }
}


/* =========================================================
   v1.10 - Mobil üst puan satırı taşma/kırpılma düzeltmesi
   Değerlendirme sayıları artık mobilde gizlenmez.
   ========================================================= */
@media(max-width:760px){
  .nby-gpr-top-score{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
  }

  .nby-gpr-top-score__card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:40px!important;
    padding:8px 10px!important;
    border-radius:16px!important;
    overflow:visible!important;
    white-space:nowrap!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }

  .nby-gpr-top-score__label{
    flex:0 0 auto!important;
    font-size:10.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .nby-gpr-site-mini--clean,
  .nby-gpr-google-mini,
  .nby-gpr-google-mini__main{
    display:inline-flex!important;
    align-items:center!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    min-width:0!important;
    max-width:100%!important;
    gap:5px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .nby-gpr-site-mini__rating,
  .nby-gpr-google-mini__main strong{
    flex:0 0 auto!important;
    font-size:15px!important;
    line-height:1!important;
    letter-spacing:-.02em!important;
  }

  .nby-gpr-top-score__card.is-site .nby-gpr-plain-stars,
  .nby-gpr-top-score .nby-gpr-stars{
    display:inline-flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:auto!important;
    margin:0!important;
    gap:1px!important;
    font-size:12px!important;
    line-height:1!important;
  }

  .nby-gpr-top-score__card.is-site .nby-gpr-plain-stars span{
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    font-size:12px!important;
    line-height:1!important;
  }

  .nby-gpr-site-mini__count,
  .nby-gpr-google-mini__sub{
    display:inline-flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    color:rgba(255,255,255,.88)!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:850!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    max-width:none!important;
  }
}

@media(max-width:390px){
  .nby-gpr-top-score__card{
    gap:6px!important;
    padding:8px 9px!important;
  }
  .nby-gpr-top-score__label{
    font-size:10px!important;
  }
  .nby-gpr-site-mini__rating,
  .nby-gpr-google-mini__main strong{
    font-size:14px!important;
  }
  .nby-gpr-top-score__card.is-site .nby-gpr-plain-stars span,
  .nby-gpr-top-score .nby-gpr-stars{
    font-size:11.5px!important;
  }
  .nby-gpr-site-mini__count,
  .nby-gpr-google-mini__sub{
    font-size:10px!important;
  }
}


/* =========================================================
   v1.11 - Google yorumlarında profil fotoğrafı, kaynak ve tüm yorumlar butonu
   ========================================================= */
.nby-gpr-google-review-card__avatar{overflow:hidden!important;box-shadow:0 1px 2px rgba(60,64,67,.15)!important}
.nby-gpr-google-review-card__avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:999px!important;background:#e8f0fe!important}
.nby-gpr-google-review-card__author a{display:block!important;color:#202124!important;font-size:14px!important;line-height:1.2!important;font-weight:600!important;text-decoration:none!important}
.nby-gpr-google-review-card__author a:hover{text-decoration:underline!important}
.nby-gpr-google-only__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important}
.nby-gpr-google-all-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:0 13px!important;border-radius:999px!important;background:#f8fafc!important;border:1px solid #dadce0!important;color:#1a73e8!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;box-shadow:0 2px 6px rgba(60,64,67,.08)!important}
.nby-gpr-google-all-btn:hover{background:#eef4ff!important;border-color:#c7d8ff!important;color:#1558b0!important}
.nby-gpr-google-source{display:block!important;margin-top:4px!important;color:#70757a!important;font-size:11.5px!important;font-weight:500!important;line-height:1.25!important}
.nby-gpr-review-hub__card .nby-gpr-google-source{margin:-4px 0 10px!important}
.nby-gpr-review-hub__card .nby-gpr-google-all-btn{margin-top:12px!important;width:100%!important}
@media(max-width:760px){
  .nby-gpr-google-only__head{align-items:flex-start!important;gap:10px!important}
  .nby-gpr-google-only__actions{width:100%!important;justify-content:stretch!important}
  .nby-gpr-google-all-btn{width:100%!important;min-height:38px!important;font-size:12px!important}
  .nby-gpr-google-review-card__avatar img{width:36px!important;height:36px!important}
}


/* =========================================================
   v1.12 - Manuel Google yorumları: mobil hizalama + gereksiz üst Google etiketi kaldırıldı
   ========================================================= */
.nby-gpr-google-only,
.nby-gpr-google-only *{
  box-sizing:border-box!important;
}
.nby-gpr-google-only{
  max-width:100%!important;
  overflow:hidden!important;
  color:#202124!important;
}
.nby-gpr-google-only .nby-gpr-kicker{
  display:none!important;
}
.nby-gpr-google-only__head{
  align-items:flex-start!important;
}
.nby-gpr-google-only__head > div:first-child{
  min-width:0!important;
  flex:1 1 auto!important;
}
.nby-gpr-google-only__head h2{
  color:#0f172a!important;
}
.nby-gpr-google-only .nby-gpr-google-source{
  color:#5f6368!important;
}
.nby-gpr-google-only .nby-gpr-google-mini{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  min-width:0!important;
  max-width:100%!important;
  color:#202124!important;
  line-height:1!important;
}
.nby-gpr-google-only .nby-gpr-google-mini__main{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  min-width:0!important;
  max-width:100%!important;
}
.nby-gpr-google-only .nby-gpr-google-mini__brand{
  display:inline-flex!important;
  color:#202124!important;
  opacity:1!important;
  font-weight:800!important;
}
.nby-gpr-google-only .nby-gpr-google-mini__main strong{
  color:#202124!important;
}
.nby-gpr-google-only .nby-gpr-stars{
  color:#dadce0!important;
}
.nby-gpr-google-only .nby-gpr-stars .full{
  color:#fbbc04!important;
}
.nby-gpr-google-only .nby-gpr-google-mini__sub{
  color:#3c4043!important;
  opacity:1!important;
}
.nby-gpr-google-only .nby-gpr-google-review-card__author strong,
.nby-gpr-google-only .nby-gpr-google-review-card__author a{
  color:#202124!important;
}
.nby-gpr-google-only .nby-gpr-google-review-card__author span{
  color:#70757a!important;
}
.nby-gpr-google-only .nby-gpr-google-review-card p{
  color:#3c4043!important;
}

@media(max-width:760px){
  .nby-gpr-google-only{
    margin:14px 0!important;
    padding:14px 12px!important;
    border-radius:18px!important;
    border-color:#e5e7eb!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(15,23,42,.055)!important;
  }
  .nby-gpr-google-only__head{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin-bottom:12px!important;
  }
  .nby-gpr-google-only__head h2{
    margin:0!important;
    font-size:20px!important;
    line-height:1.14!important;
    letter-spacing:-.025em!important;
    color:#0f172a!important;
  }
  .nby-gpr-google-only .nby-gpr-google-source{
    margin-top:5px!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#5f6368!important;
    font-weight:500!important;
  }
  .nby-gpr-google-only__actions{
    width:100%!important;
    justify-content:flex-start!important;
  }
  .nby-gpr-google-all-btn{
    width:100%!important;
    min-height:40px!important;
    padding:8px 12px!important;
    border-radius:999px!important;
    font-size:12px!important;
    line-height:1.2!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .nby-gpr-google-only__score{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 12px!important;
    padding:8px 10px!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .nby-gpr-google-only .nby-gpr-google-mini{
    width:100%!important;
    gap:5px 7px!important;
    white-space:normal!important;
    overflow:hidden!important;
  }
  .nby-gpr-google-only .nby-gpr-google-mini__main{
    flex:0 1 auto!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  .nby-gpr-google-only .nby-gpr-google-mini__brand{
    font-size:12px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .nby-gpr-google-only .nby-gpr-google-mini__main strong{
    font-size:18px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .nby-gpr-google-only .nby-gpr-stars{
    display:inline-flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    gap:0!important;
    font-size:13px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .nby-gpr-google-only .nby-gpr-google-mini__sub{
    flex:0 1 auto!important;
    margin:0!important;
    font-size:12px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    min-width:0!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-list{
    border-top:1px solid #e8eaed!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:11px!important;
    padding:14px 0!important;
    border-bottom:1px solid #e8eaed!important;
    background:#fff!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card__avatar{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
    font-size:16px!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card__avatar img{
    width:40px!important;
    height:40px!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card__head{
    margin:0 0 2px!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card__author strong,
  .nby-gpr-google-only .nby-gpr-google-review-card__author a{
    color:#202124!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:600!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card__author span{
    color:#70757a!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:400!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card__rating{
    margin:6px 0!important;
  }
  .nby-gpr-google-only .nby-gpr-google-review-card p{
    color:#3c4043!important;
    font-size:13.4px!important;
    line-height:1.55!important;
    font-weight:400!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
}

@media(max-width:390px){
  .nby-gpr-google-only{
    padding:13px 11px!important;
  }
  .nby-gpr-google-only__head h2{
    font-size:19px!important;
  }
  .nby-gpr-google-only .nby-gpr-google-mini__sub{
    flex-basis:100%!important;
    width:100%!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}
