.elementor-535 .elementor-element.elementor-element-34bc591{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-535 .elementor-element.elementor-element-2b60926{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}/* Start custom CSS for shortcode, class: .elementor-element-f7efdde *//* =========================
   🔐 BookReady Standalone Auth Form (SAFE)
========================= */
.br-auth-form {
  width: 100%;
  max-width: 420px;

  /* HARD FALLBACKS */
  background: #ffffff;
  border: 1px solid #e5e7eb;

  padding: 24px 22px;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  margin-top: 50px !important;
}

/* Header */
.br-auth-form .form-dsc {
  text-align: center;
  margin-bottom: 14px;
}

.br-auth-form .form-dsc h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.br-auth-form .form-dsc p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
}

/* Input */
.br-auth-input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-family: "Inter", sans-serif;

  /* HARD FALLBACKS */
  background: #ffffff;
  border: 1px solid #e5e7eb;

  border-radius: 14px;
  margin-bottom: 12px;
}

.br-auth-input:focus {
  outline: none;
  border-color: #6C8CFF;
  box-shadow: 0 0 0 3px rgba(108, 140, 255, 0.12);
}

/* Button */
.br-auth-btn {
  width: 100%;
  padding: 12px 18px;
  border-radius: 14px;

  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;

  /* HARD FALLBACKS */
  background: linear-gradient(135deg, #6C8CFF, #FF4FD8);
  color: #ffffff;

  border: none;
  cursor: pointer;
}

/* Hover (desktop only) */
@media (hover: hover) {
  .br-auth-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(108, 140, 255, 0.25);
  }
}

/* =========================
   📱 Mobile
========================= */
@media (max-width: 640px) {
  .br-auth-form {
    padding: 20px 16px;
    border-radius: 14px;
    border-left: none;
    border-right: none;
  }
}/* End custom CSS */