/* Start custom CSS for shortcode, class: .elementor-element-f3cee2d */.calendly-badge-widget {
  left: 20px !important;      
  top: 50% !important;        
  bottom: auto !important;    
  transform: translateY(-50%);
  right: auto !important;
  z-index: 9999; /* Keep it above other elements */
}

/* Increase button size */
.calendly-badge-content {
  padding: 15px 40px !important;  /* More padding (top-bottom, left-right) */
  font-size: 18px !important;     /* Bigger text */
  border-radius: 30px !important; /* Rounded corners */
}

/* Optional: Control min width */
.calendly-badge-content span {
  display: inline-block;
  min-width: 150px;   /* Wider button */
  text-align: center;
}/* End custom CSS */