@font-face{
  font-family: 'Levit1950BlackExtended';
  src: url('../../fonts/Levit_1950-BlackExtended.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}



.wp-block-acf-open-day,
.open-day-block{
	 font-family: 'Levit1950BlackExtended', sans-serif;
  direction: rtl;
  text-align: right;
  color: var(--od-text-secondary);
  background: var(--od-bg-desktop);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding:40px 70px;
  font-weight: 400;
}


.open-day-grid{
  display: grid;
  grid-template-columns: 1fr;
}

.open-day-left,
.open-day-right{
  position: relative;
}


.open-day-title,.open-day-date-big,.open-day-faculty-title,.open-day-degree-title{color: var(--od-text-primary);}


.open-day-form-card {
  background: #fff;
  color: #111;
  margin: 0 auto;
  max-width: 476px;
  padding: 50px;
  border-radius: 12.509px;
  margin-top: 114px;
  z-index: 3;
  position: relative;
  font-family: 'Assistant';
}

.open-day-form-card * {font-family: 'Assistant';}
 


.open-day-top-title,.open-day-vertical-title {font-size: 93.722px;font-weight: 900;line-height: 40%;position:absolute;}
.open-day-top-title {top:16px;left:0px}
.open-day-vertical-title {min-width:655px;top:113px;left:0; writing-mode: vertical-rl;transform: rotate(180deg);line-height: 1;user-select: none; z-index: 2; height: max-content;}

.open-day-top{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.open-day-logo{
  width: auto;
  display: block;
}

.open-day-form .gravity-theme{width:100%}
.open-day-form input[type="text"],
.open-day-form input[type="email"],
.open-day-form input[type="tel"],
.open-day-form select,
.open-day-form textarea{
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 10px 0;
  margin: 0 0 10px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.open-day-form select{
  appearance: none;
}

.open-day-form input::placeholder,
.open-day-form textarea::placeholder{
  color: #999;
}

.open-day-form input[type="checkbox"]{
  margin-left: 8px;
  vertical-align: middle;
}

.open-day-form .wpcf7-submit,
.open-day-form button,
.open-day-form input[type="submit"]{
  width: 100%;
  border: 0;
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--od-text-primary);
  color: #111;
  font-weight: 800;
  cursor: pointer;
  margin-top: 10px;
}

.open-day-form .wpcf7-submit:hover,
.open-day-form button:hover,
.open-day-form input[type="submit"]:hover{
  filter: brightness(0.95);
}

.open-day-meta{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.open-day-meta-item{
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.open-day-meta-icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

.open-day-program{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 26px;
  column-gap: 0;
  border-top: 1px solid rgb(255 255 255 / 56%);
}

.open-day-faculty-title{
  border-bottom: 1px solid rgb(255 255 255 / 56%);
}


.open-day-degrees{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.open-day-degree{
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid rgb(255 255 255 / 56%);
}

.open-day-degree:last-child{
  border-bottom: 0;
}

.open-day-date-big {
    font-size: 232px;
    float: left;
    padding-left: 174px;
    position: relative;
    bottom: 33px;
}
.open-day-title {
  padding-top: 14px;
  font-size: 47px;
  font-family: 'Assistant';
  font-weight: bold;
}

.open-day-degree-names {
  font-weight: 400;
  font-family: 'Assistant';
  white-space: pre-line;
  line-height: 19px;
  font-size: 24px;
}
.open-day-desc {
  font-size: 25px;
  font-family: 'Assistant';
  font-weight: bold;
}
.open-day-desc-container {
  position: relative;
  padding-bottom: 14px;
  align-items: anchor-center;
  display: inline-flex;
  bottom: 29px;
}

.open-day-meta-text{
  font-weight: 400;
  font-family: 'Assistant';
  font-size: 30px;
  font-weight: 500;
}
.open-day-faculty-title {
  padding: 10px 0px 10px 0px;
  font-size: 30px;
  font-family: 'Assistant';
  font-weight: bold;
}
.open-day-degree-title {
  font-size: 25px;
  font-family: 'Assistant';
  font-weight: bold;
}
h3.open-day-form-title {
  font-size: 41px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 900;
}
.open-day-title-container {
  position: relative;
  top: 36px;
}



/* Gravity Forms Styling for Open Day Form */
/* Add this CSS separately - targets only the form area */

.open-day-form .gform_wrapper {
  width: 100%;
}

/* Hide Gravity Forms title and description */
.open-day-form .gform_heading,
.open-day-form .gform_title,
.open-day-form .gform_description {
  display: none;
}

/* Field container styling - single line layout */
.open-day-form .gfield {
  margin-bottom: 33px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
}

.open-day-form .gfield:last-child {
  margin-bottom: 0;
}

/* Label styling - RTL alignment, inline */
.open-day-form .gfield_label {
  display: inline-block;
  text-align: right;
  margin: 0;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

.open-day-form .gfield_label.gfield_label_before_complex {
  margin-bottom: 0;
}

/* Required asterisk styling */
.open-day-form .gfield_required {
  color: #111;
}

.open-day-form .gfield_required_asterisk {
  color: #111;
}

/* Input container */
.open-day-form .ginput_container {
  position: relative;
  flex: 1;
  min-width: 0;
  align-self: center;
}

/* Text, email, tel inputs */
.open-day-form .ginput_container_text input,
.open-day-form .ginput_container_email input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 10px 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  color: #111;
  font-family: 'Assistant', sans-serif;
}

.open-day-form .ginput_container_text input:focus,
.open-day-form .ginput_container_email input:focus {
  border-bottom-color: #111;
}

/* Select dropdown styling */
.open-day-form .ginput_container_select {
  position: relative;
}

.open-day-form .ginput_container_select::after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-25%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  background: transparent;
}

.open-day-form .ginput_container_select select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 10px 0 10px 24px;
  margin: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  color: #111;
  font-family: 'Assistant', sans-serif;
  cursor: pointer;
}

.open-day-form .ginput_container_select select:focus {
  border-bottom-color: #111;
}

.open-day-form .ginput_container_select select option {
  color: #111;
  background: #fff;
  padding: 8px;
}

/* Placeholder option styling */
.open-day-form .ginput_container_select select option.gf_placeholder ,.open-day-form .gform_wrapper.gravity-theme .gfield_label {
  color: #000;
  font-size: 18px;
}



/* Checkbox field styling */
.open-day-form .gfield--type-checkbox {
  margin-top: 20px;
  align-items: flex-start;
}

.open-day-form .gfield--type-checkbox fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  flex: 1;
}

.open-day-form .gfield--type-checkbox legend {
  display: none;
}

.open-day-form .gfield_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.open-day-form .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.open-day-form .gfield-choice-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  margin-top: 2px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}

.open-day-form .gfield-choice-input[type="checkbox"]:checked {
  background: #111;
  border-color: #111;
}

.open-day-form .gfield-choice-input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.open-day-form .gfield-choice-input[type="checkbox"]:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.open-day-form .gform-field-label--type-inline {
  font-size: 16px;
  color: #111;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
}

/* Submit button styling */
.open-day-form .gform_footer {
  margin-top: 20px;
  padding: 0;
}

.open-day-form .gform_button,
.open-day-form #gform_submit_button_15 {
  width: 100%;
  border: 0;
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--od-text-primary);
  color: #111;
  font-weight: 800;
  cursor: pointer;
  margin-top: 10px;
  font-size: 24px;
  font-family: 'Assistant';
  transition: filter 0.2s ease;
  font-weight: 600;
}

.open-day-form .gform_button:hover,
.open-day-form #gform_submit_button_15:hover {
  filter: brightness(0.95);
}

/* Hide hidden fields */
.open-day-form .gf_invisible {
  display: none !important;
}

/* Validation styling */
.open-day-form .gfield_error .gfield_label {
  color: #d63638;
}

.open-day-form .gfield_error input,
.open-day-form .gfield_error select {
  border-bottom-color: #d63638 !important;
}

/* Validation message positioning - appears below input without breaking layout */
.open-day-form .validation_message,
.open-day-form .gfield_description.validation_message,
.open-day-form .gfield_validation_message {
  color: #d63638;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: 'Assistant', sans-serif;
  text-align: right;
  line-height: 1.4;
  order: 999;
  flex-basis: 100%;
  width: 100%;
  margin-top: 4px;
}

/* Ensure validation message appears below input container area */
.open-day-form .gfield {
  position: relative;
}

/* When validation message exists, it should wrap to next line below input */
.open-day-form .gfield > .validation_message,
.open-day-form .gfield > .gfield_description.validation_message,
.open-day-form .gfield > .gfield_validation_message {
  flex-basis: 100%;
  width: 100%;
  margin-top: 4px;
  margin-right: 0;
  text-align: right;
  order: 999;
}

/* Adjust field margin when validation message is present to accommodate it */
.open-day-form .gfield_error {
  margin-bottom: 30px;
  padding-bottom: 0;
}

/* Keep label and input aligned on same line even with validation */
.open-day-form .gfield_error .gfield_label {
  align-self: center;
}

.open-day-form .gfield_error .ginput_container {
  align-self: center;
}

/* RTL specific adjustments */
.open-day-form {
  direction: rtl;
}

.open-day-form .ginput_container_select::after {
  left: 0;
  right: auto;
}

.open-day-form .ginput_container_select select {
  padding-right: 0;
  padding-left: 24px;
  text-align: right;
}
.open-day-desc-container {
  width: 100%;
}

.open-day-form .gform_wrapper.gravity-theme .gfield select.large {
  padding: 0 8px;
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .open-day-form .gfield {
    margin-bottom: 18px;
  }
  
  .open-day-form .gfield_label {
    font-size: 15px;
  }
  
  .open-day-form .ginput_container_text input,
  .open-day-form .ginput_container_email input,
  .open-day-form .ginput_container_select select {
    font-size: 15px;
  }
  
  /* Stack on very small screens if needed */
  @media (max-width: 480px) {
    .open-day-form .gfield {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
    
    .open-day-form .ginput_container {
      width: 100%;
    }
  }
}
/* Remove all borders from .large inputs and selects - single line layout */
.open-day-form .ginput_container input.large,
.open-day-form .ginput_container select.large
{
  border: 0 !important;
  border-bottom: 2px solid #000 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  width: 100%;
  padding: 0px 0;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}

.open-day-form .gform_wrapper.gravity-theme .gfield input.large:focus,
.open-day-form .gform_wrapper.gravity-theme .gfield select.large:focus {
  border-bottom-color: #111 !important;
  outline: none !important;
  box-shadow: none !important;
}
.open-day-form .gform_wrapper.gravity-theme form{
  margin-top: 50px;
}
.open-day-form-subtitle {
  font-weight: 600;
  font-family: 'Assistant';
}
.open-day-form .gform_wrapper.gravity-theme .gfield-choice-input+label{
  max-width: 100%;
  color:#000;
}
.open-day-form .gform_wrapper.gravity-theme .gfield-choice-input+label a {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
.open-day-form .ginput_container .gfield_checkbox {
  margin-top: 0px;
}
.open-day-form .ginput_container.ginput_container_multiselect select {
  height: 100px;
}
.gform_wrapper.gravity-theme select option:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 992px){
  .open-day-grid {
    grid-template-columns: 1.3fr 0.96fr;
}
  .open-day-right{
    background: transparent;
  }

  .open-day-program{
    grid-template-columns: 0.75fr 0.45fr;
    row-gap: 26px;
    column-gap: 0px;
  }
  
  .open-day-title-container-inner {
    display: none;
  }
  .width-50{
    width: 50%;
  }
  .width-70{
    width: 75%;
  }
}

@media (max-width: 991.98px){
	.wp-block-acf-open-day,
.open-day-block{padding:0}
  .open-day-right{ 
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 39px !important;
    background-image: var(--od-bg-mobile-image);background-color:var(--od-bg-mobile-primary);background-repeat: no-repeat; 
    background-attachment: fixed;
    background-position: center 20px;
  }
  .open-day-left{ padding: 20px;
    background: var(--od-bg-mobile-secondary); }

  .open-day-date-big {
    font-size: 150px;
  }
  .open-day-date-big{
    float: none;
    padding-left: 0;
  }
  .open-day-title{
    padding-top: 0;
    font-size: 35px;
    position: relative;
    bottom: 40px;
  }
  .open-day-desc-container {
    display: block!important;
}
.open-day-program {
  display: block;
  grid-template-columns: 1fr;
}
.open-day-desc {
  font-weight: 500;
  font-family: 'Assistant';
  font-size: 17px;
  line-height: 23px;
  padding-top: 50px;
}
.open-day-meta-text{
  font-size: 16px;
}
.open-day-meta{
  flex-direction: row;
  margin-top: 25px;
}
.open-day-meta-icon {
  margin-top: 4px;
}
.open-day-meta-item img {
  width: 15px;
  object-fit: unset;
  flex: unset;
}
.open-day-program{
  padding-bottom: 55px;
  padding-top: 40px;

  border-top:none;
}
.open-day-faculty-title {
  border-top: 1px solid rgb(255 255 255 / 56%);
}
.open-day-top-title ,.open-day-vertical-title {
  display: none;
}
.open-day-form-card {
  margin-top: -56px;
}
.open-day-faculty-title ,.open-day-degree-names{
  font-size: 20px;
  line-height: 16px;
}
.open-day-degree-names {
  max-width: 220px;
}
.open-day-degree-title{
  width: 55px;
  font-size: 16px!important;
}
.open-day-grid{
  display: block;
}
.open-day-form-card {
  padding: 20px;
}
.open-day-form .gravity-theme{
  padding: 0 !important;
}
.open-day-meta-item {
  display: contents;
}
h3.open-day-form-title {
  font-size: 25px;
}
.open-day-form .ginput_container_select select option.gf_placeholder, .open-day-form .gform_wrapper.gravity-theme .gfield_label,
.open-day-form .ginput_container input.large, .open-day-form .ginput_container select.large{
  font-size: 16px;
}
.open-day-top img {
  width: 82%;
}
.open-day-form .gform_button, .open-day-form #gform_submit_button_15{
  font-size: 18px;
}
.open-day-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
  font-size: 14px;
}
.vertical-title-mobile {
  height: 663px;
  top: 15px;
  position: absolute;
  left: 0;
  font-size: 38px;
  writing-mode: vertical-rl;
  z-index: 2;
  transform: rotate(180deg);
}
.open-day-form .gform_wrapper.gravity-theme form {
  margin-top: 20px;
}
.open-day-form .gform_wrapper.gravity-theme .field_description_above .gfield_validation_message, .open-day-form .gform_wrapper.gravity-theme .field_description_above .validation_message{
  position: absolute;
    top: 89%;
}
}



@media (min-width: 1400px) and (max-width: 1600px) {
  .open-day-date-big {
    padding-left: 0;
  }

  .open-day-desc-container {
    padding-top: 50px;
  }

  .open-day-top-title,
  .open-day-vertical-title {
    font-size: 72.722px;
  }
  .open-day-form-card {
    max-width: 366px; 
  }
  .open-day-program {
    grid-template-columns: 0.65fr 0.45fr;
}
}


/* ≥ 1601px */
@media (min-width: 1601px) and (max-width: 1919px) {
  .open-day-top-title, .open-day-vertical-title {
    font-size: 88px;
  }

  .open-day-date-big {
    padding-left: 0;
  }

  .open-day-desc-container {
    padding-top: 0px;
	padding-bottom: 0px;
  }
  .open-day-form-card {
    max-width: 436px;
  }
  
  .wp-block-acf-open-day, .open-day-block {padding: 15px 90px 0px 90px;}
  .open-day-degree {padding: 0px 0;}
  
  .thank-you-page .schedule-row {gap: 0px;padding-top: 5px;}

}


/* ≥ 1921px */
@media (min-width: 1921px) and (max-width: 2560px) {

  .open-day-form-card {
    max-width: 813px; /* ✅ fixed */
  }

  .open-day-date-big {
    padding-left: 315px;
  }
}


/* ≤ 1399.98px  (FIXED overlap issue) */
@media (max-width: 1440.98px) and (min-width: 1000px) {

  .open-day-top-title, .open-day-vertical-title {
    font-size: 62.722px;
}

  .open-day-vertical-title {
    left: 0;
  }

  .open-day-faculty-title {
    font-size: 25px;
  }

  .open-day-form-card {
    margin-left: 96px;
    max-width: 360px;
}
.open-day-degree-names {
  line-height: 15px;
  font-size: 16px;
}

.thank-you-page .schedule-row-title {
  font-size: 20px;
  max-width: 68px;
}
.thank-you-page .open-day-date-big {
  padding-left: 62px!important;
}
  .open-day-form .gform_button,
  .open-day-form #gform_submit_button_15 {
    font-size: 16px;
  }

  .open-day-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
    font-size: 12px;
  }

  .open-day-form .ginput_container_select select option.gf_placeholder,
  .open-day-form .gform_wrapper.gravity-theme .gfield_label,
  .open-day-form .ginput_container input.large,
  .open-day-form .ginput_container select.large {
    font-size: 14px;
  }
  .open-day-title {
    padding-top: 0px;
    font-size: 36px;
  }
  .open-day-date-big {
    font-size: 130px;
    padding-left:100;
    bottom: 23px;
  }
  .open-day-form-card {
    margin-top: 102px;
}
  .open-day-desc-container {
        display: inline-flex;
        padding-top: 90px;
        gap: 66px;
    }
    .open-day-form .gfield {
      margin-bottom: 24px;
    }
    .open-day-desc {
      font-size: 18px;
    }  
    .open-day-meta-text {
      font-size: 20px;
    }
  
  .open-day-degree-title,
  .open-day-faculty-title {
    font-size: 20px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .open-day-top-title, .open-day-vertical-title {
    font-size: 49.722px;
}

.open-day-form-card {
  max-width: 82%;
}
.open-day-program {
  display: grid ! Important;
  grid-template-columns: 0.50fr 0.50fr;
}
.open-day-grid {
  grid-template-columns: 1fr;
}
/* .open-day-left {
  top: 44px;
} */
}


/* Thank You Page */
.thank-you-page .open-day-schedule *{font-family: 'Assistant';}
.thank-you-page .open-day-date-big {
  padding-left: 300px;
}
.thank-you-page .open-day-meta.width-50 {
  flex-direction: row;
  width: 100%;
  gap: 50px;
}
.thank-you-page .open-day-form-thank-you {
  font-size: 42px;
  font-weight: bold;
  padding-left: 50px;
  font-family: 'Assistant';
}
.thank-you-page .open-day-form-card {
  height: -webkit-fill-available;
}

/* =========================
   THANK YOU SCHEDULE
========================= */

/* =====================================
   THANK YOU SCHEDULE – CLEAN DESIGN
===================================== */

.thank-you-page .open-day-schedule {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 total columns */
  gap: 20px;
  margin-top: 30px;
  direction: rtl;
}

/* First schedule-column spans 2 columns */
.thank-you-page .schedule-column:first-child {
  grid-column: 1 / span 2;
}

/* Each schedule column (vertical stack only) */
.thank-you-page .schedule-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Degree Title */
.thank-you-page .schedule-degree {
  position: absolute;
    margin-top: -50px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--od-text-primary);
}

/* Section Block */
.thank-you-page .schedule-group {
  border-top: 1px solid rgba(255,255,255,0.35);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}


/* Section Header */
.thank-you-page .schedule-group-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 63px;;
}

.thank-you-page .schedule-title {
  font-size: 25px;
  font-weight: 700;
}

.thank-you-page .schedule-time {
  color: var(--od-text-primary);
  font-weight: 700;
}

/* Each Row */
.thank-you-page .schedule-row {
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
@media (min-width: 1024px){
	/* .thank-you-page .schedule-row {margin-left: 30px;} */
}

/* ≥ 1601px */
@media (min-width: 1601px) and (max-width: 1919px) {
  .thank-you-page .schedule-row {gap: 5px;padding-top: 8px;}
  .thank-you-page .open-day-schedule {    margin-top: 35px;}
}

.thank-you-page .schedule-row-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.thank-you-page .schedule-row-title {
  font-weight: 600;
  font-size: 20px;
   max-width: 120px;
}

.thank-you-page .schedule-row-desc {
  font-size: 15px;
  line-height: 1.7;
}

.thank-you-page .schedule-row-time {
  color: var(--od-text-primary);
  font-weight: 700;
}
.schedule-column.schedule-column-1.odd-column {
  flex-direction: row;
  gap: 40px;
}
.schedule-column.schedule-column-1.odd-column .schedule-title {
  max-width: 200px;
}
.schedule-column.schedule-column-1.odd-column .schedule-group.schedule-group-1.odd-group .schedule-row-content {
  flex-direction: row;
  align-items: baseline;
    gap: 50px;
    text-align: right;
}
@media (max-width: 1920px) {
	.schedule-column.schedule-column-1.odd-column .schedule-group.schedule-group-1.odd-group .schedule-row-content {gap: 10px; }

}
.thank-you-page .schedule-row-desc {
  font-weight: 400;
  font-family: 'Assistant';
  line-height: 19px;
  font-size: 20px;
  max-width: 306px;
  line-height: 23px;
}
.thank-you-page  .schedule-column.schedule-column-1.odd-column  .schedule-group-header{
  align-items: flex-start;
    height: 63px;
}
.schedule-group.schedule-group-1.odd-group .schedule-row-content {
  flex-direction: row;
  gap: 0;
}
.schedule-column.schedule-column-1.odd-column .schedule-group.schedule-group-1.odd-group {
  width: 56%;
}
/* Responsive */
@media (max-width: 991px) {
  .thank-you-page .open-day-schedule {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .thank-you-page .open-day-meta-text{padding: 0 10px 0px 20px;}
  .thank-you-page .open-day-title {font-size: 55px; line-height: 1;}
  .thank-you-page .open-day-date-big {padding-left:0}
  .thank-you-page .schedule-column:first-child{ grid-column: 1;}
  .thank-you-page .open-day-meta.width-50 {gap:0}
  .thank-you-page .schedule-column.schedule-column-1.odd-column {    flex-direction: column;}
  .thank-you-page .schedule-column.schedule-column-1.odd-column .schedule-group.schedule-group-1.odd-group {width: 100%;}
  .thank-you-page .open-day-schedule {    margin-bottom: 80px;}
  .thank-you-page .schedule-row-title {width: 34%;max-width: 108px;}
  
  
  .thank-you-page .open-day-meta-text {font-size: 23px;}
  .thank-you-page .schedule-time {font-size: 17.021px;}
  .thank-you-page .schedule-row-time {font-size: 17.021px;}
  .thank-you-page .schedule-group.schedule-group-2{margin-top:25px;}
  .thank-you-page .open-day-form-card {padding: 32.333px 37.991px;gap: 8.083px;}
  .thank-you-page .open-day-form-thank-you {font-size: 26.675px;padding: 0;width: 196.421px;}

}



[type=checkbox] + label:before, [type=checkbox] + label:after {display:none}