/* ============ GOOGLE ATSAUKSMJU BLOKS (koplietots: sākumlapa, Par mums, Kontakti) ============ */

.gr-section{
  padding: 8px 6vw 44px;
  max-width: 1180px;
  margin: 0 auto;
}

.gr-widget{
  max-width: 460px;
  margin: 0 auto;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px 24px 22px;
  text-align: center;
}

.gr-header{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}
.gr-header svg{ width: 18px; height: 18px; flex: none; }
.gr-header span{
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta-deep);
}

.gr-rating-row{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gr-rating-num{
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.gr-stars{
  position: relative;
  display: inline-block;
  font-size: 1.05rem;
  letter-spacing: 2px;
  line-height: 1;
}
.gr-stars .gr-stars-bg{ color: var(--cream-deep); }
.gr-stars .gr-stars-fg{
  position: absolute;
  top: 0; left: 0;
  color: var(--terracotta);
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}
.gr-count{
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: rgba(33,27,21,0.6);
  margin-top: 2px;
}

.gr-divider{
  height: 1px;
  background: var(--line);
  margin: 18px 0 16px;
}

.gr-slider{
  position: relative;
  min-height: 108px;
}
.gr-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.gr-slide.active{
  position: relative;
  opacity: 1;
  visibility: visible;
}
.gr-quote{
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gr-author-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.gr-author{
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--terracotta-deep);
}
.gr-author-stars{ font-size: 0.8rem; letter-spacing: 1px; }

.gr-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}
.gr-dot{
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cream-deep);
  border: none;
  padding: 0;
  cursor: pointer;
}
.gr-dot.active{ background: var(--terracotta); }

.gr-actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
.gr-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.gr-btn:hover{ opacity: 0.85; }
.gr-btn-primary{
  color: var(--cream);
  background: linear-gradient(135deg, #a16650 0%, var(--terracotta) 45%);
  border: 1px solid var(--terracotta);
}
.gr-btn-secondary{
  color: var(--terracotta-deep);
  background: transparent;
  border: 1px solid var(--line);
}

.gr-attribution{
  margin-top: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  color: rgba(33,27,21,0.42);
}

@media (min-width: 900px){
  .gr-section{ padding: 10px 6vw 60px; }
  .gr-widget{ max-width: 520px; padding: 32px 34px 26px; }
  .gr-actions{ flex-direction: row; justify-content: center; gap: 14px; }
}
