/* TPC Google Reviews — was inline <style> on wp_head in minimog-child.
   Now a real file: browser-cacheable, versioned, CDN-servable, minifiable. */

.hivepress-google-reviews{margin:30px 0;padding:25px;border:1px solid #e1e5e9;border-radius:8px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}
.hivepress-google-reviews h3{margin:0 0 20px;font-size:24px;color:#333;border-bottom:2px solid #007cba;padding-bottom:10px}
.google-reviews-loading{text-align:center;padding:20px;color:#666;font-style:italic}
.google-reviews-error{background:#ffebee;border:1px solid #f44336;color:#c62828;padding:15px;border-radius:4px;margin:10px 0}
.reviews-summary{margin-bottom:25px}
.rating-summary{background:#f8f9fa;padding:20px;border-radius:6px;text-align:center;margin-bottom:20px}
.rating-score{font-size:2.5em;font-weight:700;color:#333;margin-right:15px}
.rating-stars{color:#ffc107;font-size:1.5em;margin-right:15px;text-shadow:0 1px 2px rgba(0,0,0,.1)}
.rating-count{color:#666;font-size:16px}
.individual-reviews{margin-top:25px}
.review-item{border-bottom:1px solid #eee;padding:20px 0}
.review-item:last-child{border-bottom:none}
.review-header{display:flex;align-items:center;margin-bottom:12px}
.reviewer-photo{width:45px;height:45px;border-radius:50%;margin-right:15px;border:2px solid #e1e5e9}
.reviewer-info{flex:1}
.reviewer-name{margin:0 0 5px;font-size:16px;font-weight:700;color:#333}
.review-rating{color:#ffc107;font-size:14px;margin-bottom:3px}
.review-time{color:#999;font-size:13px}
.review-text{color:#555;line-height:1.6;margin-top:10px;font-size:15px}
.google-powered{margin-top:20px;text-align:center;font-size:12px;color:#999}

/* RTL: the layout is flex-based, so only the directional margins need flipping. */
.rtl .rating-score,
.rtl .rating-stars{margin-right:0;margin-left:15px}
.rtl .reviewer-photo{margin-right:0;margin-left:15px}

@media (max-width:768px){
  .hivepress-google-reviews{margin:20px 0;padding:15px}
  .rating-summary{padding:15px}
  .rating-score{font-size:2em;margin-right:10px}
  .rtl .rating-score{margin-right:0;margin-left:10px}
  .rating-stars{font-size:1.2em}
  .review-header{flex-direction:column;align-items:flex-start}
  .reviewer-photo{margin-bottom:10px}
}
