/* Custom Calendly widget overrides */
.calendly-badge-widget {
  z-index: 9990 !important;
}

.calendly-overlay .calendly-popup {
  max-width: unset !important;
  width: 100% !important;
}

@media (max-width: 1100px) {
  .calendly-overlay .calendly-popup {
    max-height: unset !important;
    bottom: 0;
    height: auto;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 50px;
    transform: none;
    width: 100%;
  }
}
