.gr-subtitle {
  letter-spacing: 5px;
}

.gr-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}

.gr-swiper {
  position: relative;
  padding: 0 48px;
}

.gr-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 24px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gr-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.gr-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.gr-avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  font-weight: 700;
}

.gr-author {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.2;
}

.gr-author a {
  color: inherit;
  text-decoration: none;
}

.gr-rating {
  font-size: 1rem;
  letter-spacing: 2px;
}

.gr-text {
  margin: 0 0 18px;
  color: #444;
}

.gr-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: .92rem;
}

.gr-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f4f6f8;
  font-weight: 600;
}

.gr-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.gr-prev { left: 0; }
.gr-next { right: 0; }

@media (max-width: 767px) {
  .gr-swiper {
    padding: 0 28px;
  }

  .gr-title {
    font-size: 1.6rem;
  }
}
