﻿/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Google Reviews - scoped card layout */
.esa-google-reviews.esa-google-reviews--cards.esa-google-reviews--widget-scope {
  font-family: "Poppins", sans-serif;
  max-width: 980px;
  margin: 0 auto;
}

.esa-google-reviews.esa-google-reviews--cards.esa-google-reviews--widget-scope * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.esa-google-reviews--widget-scope .esa-google-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.esa-google-reviews--widget-scope .esa-google-reviews__card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 16px 14px;
  min-height: 190px;
}

.esa-google-reviews--widget-scope .esa-google-reviews__card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.esa-google-reviews--widget-scope .esa-google-reviews__avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  overflow: hidden;
  background: #992b39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.esa-google-reviews--widget-scope .esa-google-reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esa-google-reviews--widget-scope .esa-google-reviews__author-wrap {
  min-width: 0;
}

.esa-google-reviews--widget-scope .esa-google-reviews__author {
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2px;
}

.esa-google-reviews--widget-scope .esa-google-reviews__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9a9a9a;
  font-size: 10px;
  line-height: 1.2;
}

.esa-google-reviews--widget-scope .esa-google-reviews__source,
.esa-google-reviews--widget-scope .esa-google-reviews__time {
  color: #9a9a9a;
}

.esa-google-reviews--widget-scope .esa-google-reviews__review-stars {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

.esa-google-reviews--widget-scope .esa-google-reviews__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.esa-google-reviews--widget-scope .esa-google-reviews__empty {
  text-align: center;
  color: #7d7d7d;
  font-size: 14px;
}

.esa-google-reviews--widget-scope .esa-google-reviews__attributions {
  margin-top: 14px;
  text-align: center;
  font-size: 11px;
  color: #8b8b8b;
}

.esa-google-reviews--widget-scope .esa-google-reviews__attribution a {
  color: inherit;
}

@media (max-width: 1024px) {
  .esa-google-reviews--widget-scope .esa-google-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .esa-google-reviews--widget-scope .esa-google-reviews__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
