/** Shopify CDN: Minification failed

Line 62:0 Unexpected "<"
Line 76:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.calendly-popup-text-section {
    text-align: center;
    padding: 20px;
  }
  .calendly-popup-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
  }
  .calendly-popup-link:hover {
    background-color: #333333;
  }
  /* Ensure default Calendly close button is visible */
  .calendly-overlay .calendly-popup-close,
  .calendly-overlay .calendly-close-overlay {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  /* Style for custom close button */
  .custom-calendly-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10001;
    display: none; /* Hidden until popup opens */
  }
  .custom-calendly-close:hover {
    background: #333333;
  }
<style>
  .customer-reviews-section .rating-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    white-space: nowrap;
  }
  .customer-reviews-section .rating-score {
    font-weight: bold;
  }
  .customer-reviews-section .review-count {
    color: #666;
  }
</style>