/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: Skyline Plumbing child theme
Author: Chris Tuttle
Author URI: https://www.bigpinemarketing.com
template: bb-theme
*/
/* Add your custom styles here...Remember to change the Version number above! */ 
/*Google review badge*/

  .review-badge {                                                                                          
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .review-score {
    display: flex;                                                                                         
    align-items: center;
    gap: 8px;
  }

  .review-number {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: #1a1a1a;
  }

  .review-stars {
    color: #c9922a;
    font-size: 30px;
    letter-spacing: 3px;
    padding-top: 8px;
  }

  .review-label {
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
  }

/* Stat Badge */
.stat-badge {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
  }

  .stat-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #1a1a1a;
  }

  .stat-label {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
  }

/* Learn more button */
.btn-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0066cc;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  .btn-text:hover {
    color: #0052a3;
  }


