/* Meeting Page Specific Styles */

/* Keep iframe clean and centered */
.booking-frame {
  width: 100%;
  max-width: 900px;
  height: 800px;
  border: none;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  background: #fff; /* Make the inside contrast instead of blending */
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* Booking section container */
.booking-container {
  text-align: center;
}

.booking-container h2 {
  margin-bottom: 1rem;
  color: #00caff;
}
