.elementor-67698 .elementor-element.elementor-element-06b0189{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0a17eb1 *//* =========================================================
   Brinton Vision Post-Op Intake Page
   Gravity Form ID: 69
   Complete CSS - Scoped Eye Drop Cards Only
   ========================================================= */

:root {
  --bv-postop-blue-dark: #153f66;
  --bv-postop-blue: #1f5f94;
  --bv-postop-blue-soft: #e8f1fa;
  --bv-postop-blue-pale: #f4f9fd;
  --bv-postop-border: #d7e5f2;
  --bv-postop-text: #1f2933;
  --bv-postop-muted: #5d6975;
  --bv-postop-white: #ffffff;
  --bv-postop-warning-bg: #fff4e5;
  --bv-postop-warning-border: #f4b35f;
  --bv-postop-warning-text: #5f3b00;
  --bv-postop-radius-lg: 22px;
  --bv-postop-radius-md: 14px;
  --bv-postop-shadow: 0 18px 45px rgba(21, 63, 102, 0.12);
}

/* =========================================================
   Base Layout
   ========================================================= */

.bv-postop-page {
  background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 42%, #f7fbff 100%);
  color: var(--bv-postop-text);
  font-family: inherit;
}

.bv-postop-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================================================
   Hero
   ========================================================= */

.bv-postop-hero {
  padding: 54px 0 30px;
  background:
    radial-gradient(circle at top left, rgba(199, 222, 244, 0.85), transparent 36%),
    linear-gradient(135deg, #eef7ff 0%, #ffffff 58%, #e8f1fa 100%);
}

.bv-postop-hero-card {
  max-width: 850px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--bv-postop-border);
  border-radius: var(--bv-postop-radius-lg);
  padding: 38px 42px;
  box-shadow: var(--bv-postop-shadow);
  backdrop-filter: blur(10px);
}

.bv-postop-eyebrow {
  margin: 0 0 10px;
  color: var(--bv-postop-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bv-postop-hero h1 {
  margin: 0;
  color: var(--bv-postop-blue-dark);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 800;
}

.bv-postop-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--bv-postop-text);
  font-size: 18px;
  line-height: 1.6;
}

.bv-postop-time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 12px 16px;
  color: var(--bv-postop-blue-dark);
  background: var(--bv-postop-blue-soft);
  border: 1px solid var(--bv-postop-border);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.bv-postop-time-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: var(--bv-postop-blue);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

/* =========================================================
   Main/Form Layout
   ========================================================= */

.bv-postop-main {
  padding: 34px 0 60px;
}

.bv-postop-main-single {
  display: block !important;
  max-width: 1180px;
}

.bv-postop-form-wrap {
  width: 100%;
}

.bv-postop-form-card {
  background: #ffffff;
  border: 1px solid var(--bv-postop-border);
  border-radius: var(--bv-postop-radius-lg);
  box-shadow: var(--bv-postop-shadow);
  overflow: hidden;
}

.bv-postop-form-header {
  padding: 30px 34px 22px;
  border-bottom: 1px solid var(--bv-postop-border);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.bv-postop-form-header h2 {
  margin: 0;
  color: var(--bv-postop-blue-dark);
  font-size: 32px;
  line-height: 1.18;
  font-weight: 800;
}

.bv-postop-form-header p:not(.bv-postop-eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--bv-postop-muted);
  font-size: 16px;
  line-height: 1.55;
}

.bv-postop-form-embed {
  padding: 28px 34px 34px;
}

/* =========================================================
   Before You Begin Card
   ========================================================= */

.bv-postop-before-card {
  margin: 24px 34px 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--bv-postop-border);
  border-radius: var(--bv-postop-radius-md);
  box-shadow: 0 10px 28px rgba(21, 63, 102, 0.08);
}

.bv-postop-before-card h2 {
  margin: 0 0 10px;
  color: var(--bv-postop-blue-dark);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.bv-postop-before-card p {
  margin: 0 0 12px;
  color: var(--bv-postop-muted);
  font-size: 15px;
  line-height: 1.55;
}

.bv-postop-before-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.bv-postop-before-card li {
  margin: 8px 0;
  color: var(--bv-postop-text);
  font-size: 15px;
  line-height: 1.45;
}

/* =========================================================
   Urgent Message
   ========================================================= */

.bv-postop-urgent-message {
  display: none;
  margin: 24px 34px 0;
  padding: 16px 18px;
  color: var(--bv-postop-warning-text);
  background: var(--bv-postop-warning-bg);
  border: 1px solid var(--bv-postop-warning-border);
  border-radius: var(--bv-postop-radius-md);
  font-size: 15px;
  line-height: 1.5;
}

.bv-postop-urgent-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--bv-postop-warning-text);
  font-weight: 800;
}

.bv-postop-urgent-message a {
  color: var(--bv-postop-warning-text);
  font-weight: 800;
  text-decoration: underline;
}

.bv-postop-urgent-message.is-visible {
  display: block;
}

/* =========================================================
   Post Submit View
   ========================================================= */

.bv-postop-postsubmit {
  display: none;
  padding: 36px 0 70px;
}

.bv-postop-postsubmit-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.bv-postop-postsubmit-card {
  background: var(--bv-postop-white);
  border: 1px solid var(--bv-postop-border);
  border-radius: var(--bv-postop-radius-md);
  padding: 24px;
  box-shadow: 0 10px 28px rgba(21, 63, 102, 0.08);
}

.bv-postop-postsubmit-card h2 {
  margin: 0 0 10px;
  color: var(--bv-postop-blue-dark);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.bv-postop-postsubmit-card p {
  margin: 0 0 12px;
  color: var(--bv-postop-muted);
  font-size: 15px;
  line-height: 1.55;
}

.bv-postop-postsubmit-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.bv-postop-postsubmit-card li {
  margin: 8px 0;
  color: var(--bv-postop-text);
  font-size: 15px;
  line-height: 1.45;
}

.bv-postop-reminder-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.bv-postop-bold {
  color: var(--bv-postop-blue-dark) !important;
  font-weight: 800;
}

.bv-postop-help-card {
  background: var(--bv-postop-blue-dark);
  border-color: var(--bv-postop-blue-dark);
}

.bv-postop-help-card h2,
.bv-postop-help-card p {
  color: #ffffff;
}

.bv-postop-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 13px 18px;
  color: var(--bv-postop-blue-dark);
  background: #ffffff;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bv-postop-phone:hover,
.bv-postop-phone:focus {
  color: var(--bv-postop-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.bv-postop-page.bv-postop-submitted .bv-postop-hero,
.bv-postop-page.bv-postop-submitted .bv-postop-main {
  display: none !important;
}

.bv-postop-page.bv-postop-submitted .bv-postop-postsubmit {
  display: block !important;
}

/* =========================================================
   Gravity Forms General Styling
   ========================================================= */

.bv-postop-page .gform_wrapper.gravity-theme {
  font-family: inherit;
}

.bv-postop-page .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 22px;
}

.bv-postop-page .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

.bv-postop-page .gform_wrapper.gravity-theme .gsection {
  margin-top: 14px;
  padding: 22px 22px 18px;
  background: var(--bv-postop-blue-pale);
  border: 1px solid var(--bv-postop-border);
  border-radius: var(--bv-postop-radius-md);
}

.bv-postop-page .gform_wrapper.gravity-theme .gsection_title {
  margin: 0;
  color: var(--bv-postop-blue-dark);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.bv-postop-page .gform_wrapper.gravity-theme .gsection_description {
  margin-top: 8px;
  color: var(--bv-postop-muted);
  font-size: 15px;
  line-height: 1.5;
}

.bv-postop-page .gform_wrapper.gravity-theme .gfield_label {
  color: var(--bv-postop-blue-dark);
  font-size: 16px;
  font-weight: 800;
}

.bv-postop-page .gform_wrapper.gravity-theme .gfield_description,
.bv-postop-page .gform_wrapper.gravity-theme .instruction {
  color: var(--bv-postop-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bv-postop-page .gform_wrapper.gravity-theme input[type="text"],
.bv-postop-page .gform_wrapper.gravity-theme input[type="email"],
.bv-postop-page .gform_wrapper.gravity-theme input[type="tel"],
.bv-postop-page .gform_wrapper.gravity-theme input[type="number"],
.bv-postop-page .gform_wrapper.gravity-theme input[type="date"],
.bv-postop-page .gform_wrapper.gravity-theme input[type="time"],
.bv-postop-page .gform_wrapper.gravity-theme textarea,
.bv-postop-page .gform_wrapper.gravity-theme select {
  min-height: 48px;
  border: 1px solid #c7d8e8;
  border-radius: 12px;
  color: var(--bv-postop-text);
  background: #ffffff;
  font-size: 16px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bv-postop-page .gform_wrapper.gravity-theme textarea {
  min-height: 120px;
}

.bv-postop-page .gform_wrapper.gravity-theme input:focus,
.bv-postop-page .gform_wrapper.gravity-theme textarea:focus,
.bv-postop-page .gform_wrapper.gravity-theme select:focus {
  border-color: var(--bv-postop-blue);
  box-shadow: 0 0 0 3px rgba(31, 95, 148, 0.14);
  outline: none;
}

.bv-postop-page .gform_wrapper.gravity-theme .gform_button,
.bv-postop-page .gform_wrapper.gravity-theme .gform_next_button,
.bv-postop-page .gform_wrapper.gravity-theme .gform_previous_button {
  min-height: 50px;
  padding: 13px 28px;
  color: #ffffff;
  background: var(--bv-postop-blue-dark);
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bv-postop-page .gform_wrapper.gravity-theme .gform_button:hover,
.bv-postop-page .gform_wrapper.gravity-theme .gform_next_button:hover,
.bv-postop-page .gform_wrapper.gravity-theme .gform_previous_button:hover,
.bv-postop-page .gform_wrapper.gravity-theme .gform_button:focus,
.bv-postop-page .gform_wrapper.gravity-theme .gform_next_button:focus,
.bv-postop-page .gform_wrapper.gravity-theme .gform_previous_button:focus {
  background: var(--bv-postop-blue);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(21, 63, 102, 0.18);
}

.bv-postop-page .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 24px;
}

.bv-postop-page .gform_wrapper.gravity-theme .gfield_required {
  color: #b42318;
}

/* =========================================================
   Regular Checkbox Fields
   Normal compact Gravity Forms-style layout
   Applies to every checkbox field EXCEPT the eye-drop field
   ========================================================= */

#gform_69 .gfield_checkbox {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_69 .gfield_checkbox .gchoice {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: auto !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

#gform_69 .gfield_checkbox .gchoice input[type="checkbox"] {
  position: static !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#gform_69 .gfield_checkbox .gchoice label {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--bv-postop-text, #1f2933) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  text-align: left !important;
  cursor: pointer !important;
}

/* =========================================================
   Name Field Styling
   ========================================================= */

#gform_69 .ginput_complex.ginput_container_name {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 14px !important;
  row-gap: 12px !important;
}

#gform_69 .ginput_complex.ginput_container_name span {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_69 .ginput_complex.ginput_container_name input {
  width: 100% !important;
}

/* =========================================================
   Appointment Time Field
   Keeps HH / MM / AM-PM on one line
   ========================================================= */

body #gform_wrapper_69 #gform_69 .gfield--type-time .ginput_container,
body #gform_wrapper_69 #gform_69 .gfield--type-time .ginput_container_time,
body #gform_69 .gfield--type-time .ginput_container,
body #gform_69 .gfield--type-time .ginput_container_time {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 310px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

body #gform_wrapper_69 #gform_69 .gfield--type-time .ginput_container > *,
body #gform_wrapper_69 #gform_69 .gfield--type-time .ginput_container_time > *,
body #gform_wrapper_69 #gform_69 .gfield--type-time span,
body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_hour,
body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_minute,
body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_ampm,
body #gform_69 .gfield--type-time .ginput_container > *,
body #gform_69 .gfield--type-time .ginput_container_time > *,
body #gform_69 .gfield--type-time span,
body #gform_69 .gfield--type-time .gfield_time_hour,
body #gform_69 .gfield--type-time .gfield_time_minute,
body #gform_69 .gfield--type-time .gfield_time_ampm {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_hour input,
body #gform_wrapper_69 #gform_69 .gfield--type-time input[id*="_1"],
body #gform_69 .gfield--type-time .gfield_time_hour input,
body #gform_69 .gfield--type-time input[id*="_1"] {
  display: block !important;
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_minute input,
body #gform_wrapper_69 #gform_69 .gfield--type-time input[id*="_2"],
body #gform_69 .gfield--type-time .gfield_time_minute input,
body #gform_69 .gfield--type-time input[id*="_2"] {
  display: block !important;
  width: 62px !important;
  min-width: 62px !important;
  max-width: 62px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_ampm select,
body #gform_wrapper_69 #gform_69 .gfield--type-time select,
body #gform_69 .gfield--type-time .gfield_time_ampm select,
body #gform_69 .gfield--type-time select {
  display: block !important;
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 28px 0 10px !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

body #gform_wrapper_69 #gform_69 .gfield--type-time label,
body #gform_wrapper_69 #gform_69 .gfield--type-time .hour_minute_colon,
body #gform_wrapper_69 #gform_69 .gfield--type-time i,
body #gform_69 .gfield--type-time label,
body #gform_69 .gfield--type-time .hour_minute_colon,
body #gform_69 .gfield--type-time i {
  display: none !important;
}

/* =========================================================
   Eye Drop Checkboxes Only
   Requires this CSS class on the eye-drop field:
   bv-eyedrop-card-field

   Desktop: 3 columns
   Image: 316px wide
   Layout inside each card: checkbox -> image/name label
   ========================================================= */

#gform_69 .bv-eyedrop-card-field .gfield_checkbox {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
}

#gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 395px !important;
  margin: 0 !important;
  padding: 14px !important;
  background: #ffffff !important;
  border: 1px solid #d7e5f2 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(21, 63, 102, 0.06) !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

#gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice input[type="checkbox"] {
  position: static !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--bv-postop-text, #1f2933) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  cursor: pointer !important;
}

#gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice label img,
#gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice img {
  display: block !important;
  width: 316px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto 6px !important;
  padding: 0 !important;
}

#gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice:has(input[type="checkbox"]:checked) {
  border-color: var(--bv-postop-blue) !important;
  box-shadow: 0 0 0 2px rgba(31, 95, 148, 0.12), 0 4px 12px rgba(21, 63, 102, 0.08) !important;
}

/* =========================================================
   Hidden Fields Controlled by JavaScript
   ========================================================= */

.bv-postop-page .bv-drop-frequency-hidden {
  display: none !important;
}

.bv-postop-page .bv-drop-frequency-visible {
  display: block !important;
}

.bv-postop-page .bv-final-confirmation {
  padding: 18px;
  background: var(--bv-postop-blue-pale);
  border: 1px solid var(--bv-postop-border);
  border-radius: var(--bv-postop-radius-md);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1100px) {
  #gform_69 .bv-eyedrop-card-field .gfield_checkbox {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .bv-postop-main-single {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .bv-postop-container {
    width: 100% !important;
    margin: 0 !important;
  }

  .bv-postop-hero {
    padding: 22px 0 14px;
  }

  .bv-postop-hero-card {
    padding: 22px 18px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .bv-postop-hero h1 {
    font-size: 32px;
  }

  .bv-postop-intro {
    font-size: 16px;
  }

  .bv-postop-time {
    align-items: flex-start;
    border-radius: 14px;
    font-size: 14px;
  }

  .bv-postop-main {
    padding: 0 0 42px;
    gap: 0;
  }

  .bv-postop-form-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .bv-postop-form-header {
    padding: 22px 22px 18px;
  }

  .bv-postop-before-card {
    margin: 18px 22px 0;
    padding: 22px;
  }

  .bv-postop-form-embed {
    padding: 18px 14px 34px;
  }

  .bv-postop-form-header h2 {
    font-size: 26px;
  }

  .bv-postop-urgent-message {
    margin-left: 22px;
    margin-right: 22px;
  }

  .bv-postop-page .gform_wrapper.gravity-theme .gsection {
    padding: 18px 0;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  #gform_69 .ginput_complex.ginput_container_name {
    grid-template-columns: 1fr !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice {
    min-height: 380px !important;
    padding: 12px !important;
    gap: 10px !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice label {
    font-size: 14px !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice label img,
  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice img {
    width: 316px !important;
    max-width: 100% !important;
  }

  body #gform_wrapper_69 #gform_69 .gfield--type-time .ginput_container,
  body #gform_wrapper_69 #gform_69 .gfield--type-time .ginput_container_time,
  body #gform_69 .gfield--type-time .ginput_container,
  body #gform_69 .gfield--type-time .ginput_container_time {
    gap: 8px !important;
    max-width: 260px !important;
  }

  body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_hour input,
  body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_minute input,
  body #gform_wrapper_69 #gform_69 .gfield--type-time input[id*="_1"],
  body #gform_wrapper_69 #gform_69 .gfield--type-time input[id*="_2"],
  body #gform_69 .gfield--type-time .gfield_time_hour input,
  body #gform_69 .gfield--type-time .gfield_time_minute input,
  body #gform_69 .gfield--type-time input[id*="_1"],
  body #gform_69 .gfield--type-time input[id*="_2"] {
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
  }

  body #gform_wrapper_69 #gform_69 .gfield--type-time .gfield_time_ampm select,
  body #gform_wrapper_69 #gform_69 .gfield--type-time select,
  body #gform_69 .gfield--type-time .gfield_time_ampm select,
  body #gform_69 .gfield--type-time select {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }

  .bv-postop-postsubmit {
    padding: 24px 0 42px;
  }

  .bv-postop-postsubmit-wrap {
    padding: 0 10px;
    gap: 20px;
  }
}

@media (max-width: 390px) {
  .bv-postop-form-embed {
    padding-left: 12px;
    padding-right: 12px;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice {
    min-height: 360px !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice label {
    font-size: 13px !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
  }

  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice label img,
  #gform_69 .bv-eyedrop-card-field .gfield_checkbox .gchoice img {
    width: 316px !important;
    max-width: 100% !important;
  }
}/* End custom CSS */