.court-booking {
  margin-top: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.court-booking iframe {
  width: 100% !important;
  min-height: 650px;
  border: 0;
  border-radius: 8px;
}