/* Google Reviews Widget Styles */
.google-reviews-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.elfsight-app-a19c9ef5-ab66-4892-a3f6-095d5cc17e94 {
  min-height: 400px; /* Prevent layout shift while loading */
}

.reviews-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  color: #6b7280;
  font-style: italic;
}

.reviews-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  color: #ef4444;
  font-style: italic;
  text-align: center;
}

/* Hide loading text when widget is loaded */
.elfsight-app-a19c9ef5-ab66-4892-a3f6-095d5cc17e94[data-elfsight-app-ready] .reviews-loading {
  display: none;
}

/* Calendly Widget Styles */
.calendly-inline-widget {
  min-width: 320px;
  height: 700px;
  border: none;
  overflow: hidden;
}

.calendly-error {
  text-align: center;
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.calendly-error a {
  color: #0f3095;
  text-decoration: underline;
}

.calendly-error a:hover {
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .calendly-inline-widget {
    min-width: 100%;
    height: 600px;
  }
}

@media (max-width: 480px) {
  .calendly-inline-widget {
    height: 500px;
  }
}
