.wsu-register {
  background: #990033;
  padding: 80px 0;
}

.wsu-register__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.wsu-register__media,
.wsu-register__form-col {
  flex: 1 1 0;
  min-width: 0;
}

.wsu-register__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 600 / 504;
  overflow: hidden;
}

.wsu-register__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wsu-register__content {
  background: #000000;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wsu-register__label {
  margin: 0;
  color: #ffffff;
  font-family: "Chronicle Text G1 VN", Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.wsu-register__title {
  margin: 0;
  color: #ff5c5e;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.wsu-register__subtitle {
  margin: 0;
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.wsu-register__subtitle-line {
  display: block;
}

.wsu-register__description {
  margin: 0;
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.wsu-register__form-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.wsu-register__form-title {
  margin: 0;
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.wsu-register__form-card {
  background: #ffffff;
  padding: 24px 12px;
}

.wsu-register__form-card,
.wsu-register__form-card * {
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
}

.wsu-register__form-card .form-wrapper {
  padding: 0;
  margin: 0;
  box-shadow: none;
  width: 100%;
}
.wsu-register__form-card .form-wrapper #gp_consult_form {
  margin-bottom: 0;
}
.wsu-register__form-card .section__form__box__right .col {
  padding-left: 12px;
  padding-right: 12px;
}
.wsu-register__form-card .section__form__box__right .form-title {
  padding-left: 12px;
}
.wsu-register__form-card .form-wrapper #btn_submit_gp {
  width: 183px;
  height: 44px;
  background-color: #FF5C5E !important;
  border-radius: 0 !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.wsu-register__form-card .wpcf7 form .wpcf7-submit {
  display: block;
  width: 188px;
  height: 44px;
  margin: 0 auto;
  background-color: #ff5c5e !important;
  border-radius: 0 !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.wsu-register__form-card .wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wsu-register__form-card .wpcf7 .wpcf7-response-output {
  display: none;
  margin: 12px 0 0 !important;
  padding: 10px 12px !important;
  font-size: 14px;
}
.wsu-register__form-card .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
.wsu-register__custom-error {
  display: none;
  margin-top: 12px;
  color: #dc3232;
  font-size: 14px;
  line-height: 20px;
}
.wsu-register__custom-error.is-visible {
  display: block;
}
.wsu-register__form-card .wpcf7 .button_submit-form {
  display: flex;
  justify-content: center;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
}
.wsu-register__form-card .form-wrapper #btn_submit_gp:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.wsu-register__form-card .form-wrapper .form-title {
  color: #262626;
  font-size: 20px;
}
.wsu-register__form-card .section__form__box__right .consult-form label {
  font-size: 16px;
}
.wsu-register__form-card .section__form__box__right .consult-form input, .section__form__box__right .consult-form select {
  font-size: 16px !important;
}
.wsu-register__form-card .section__form__box__right .consult-form input[type="date"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 1199px) {
  .wsu-register__inner {
    width: calc(100% - 80px);
    max-width: none;
  }
}

@media (max-width: 767px) {
  .wsu-register {
    padding: 40px 0;
  }

  .wsu-register__inner {
    width: calc(100% - 48px);
    flex-direction: column;
    gap: 40px;
  }

  .wsu-register__content {
    padding: 24px;
  }

  .wsu-register__label {
    font-size: 24px;
    line-height: 32px;
  }

  .wsu-register__title,
  .wsu-register__form-title {
    font-size: 24px;
    line-height: 28px;
  }

  .wsu-register__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .wsu-register__description {
    font-size: 20px;
    line-height: 28px;
  }

  .wsu-register__form-card {
    padding: 20px 12px;
  }

  .wsu-register__form-card .section__form__box__right .consult-form input[type="date"] {
    display: block;
  }
}

.wsu-cf7-form input[type="date"],
.wsu-cf7-form input[type="date"]::-webkit-date-and-time-value {
  height: 48px;
  min-height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  font-size: 16px;
  max-width: 100%;
}
