.section-7-wrapper {
  /* layout */
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  align-items: center;

  /* typography */
  text-align: center;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 20px;
  }
}

.section-7-content-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  width: 100%;
  align-items: center;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 40px;
  }
}

.section-7-title {
  /* typography */
  color: var(--Black-Text, #343434);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.section-7-subtitle {
  /* layout */
  margin-top: 8px;

  /* typography */
  color: var(--gray-70, #6e6e6e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: 8px;

    font-size: 14px;
    line-height: 22px;
  }
}

.section-7-content {
  /* layout */
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 1240px;
  width: 100%;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.section-7-form {
  /* layout */
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-label {
  /* typography */
  color: var(--gray-70, #6e6e6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-weight: 400;
  }
}

.input-calendar-icon {
  /* layout */
  position: absolute;
  right: 16px;
  top: 12px;

  /* style */
  cursor: pointer;
  pointer-events: none;

  /* responsive */
  @media screen and (max-width: 860px) {
    top: 10px;
  }
}

.search-address-btn {
  /* layout */
  display: flex;
  height: 48px;
  padding: 11px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-left: 16px;

  /* style */
  border-radius: 12px;
  border: 1px solid var(--primary, #27b5b7);
  background: var(--white, #fff);
  cursor: pointer;

  /* typography */
  color: var(--primary, #27b5b7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding: 12px 12px;
    height: 42px;
  }
}

.agreement-wrapper {
  /* layout */
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: start;
  margin-top: 14px;
  margin-bottom: 14px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-top: auto;
  }
}

.agreement-item {
  /* layout */
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  justify-content: center;
}

.agreement-text {
  /* typography */
  color: var(--gray-70, #6e6e6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;

  /* responsive */
  @media screen and (max-width: 860px) {
    font-size: 12px;
    line-height: 18px;
  }
}

.agreement-text-bold {
  /* typography */
  font-weight: 600;
}

.section-7-submit-btn {
  /* layout */
  display: flex;
  height: 52px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;

  /* style */
  border-radius: 12px;
  background: var(--primary, #27b5b7);
  cursor: pointer;

  /* typography */
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-7-submit-btn:disabled {
  /* layout */
  display: flex;
  height: 52px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;

  /* style */
  border-radius: 12px;
  background: var(--primary, #e1e1e1);
  cursor: pointer;

  /* typography */
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.custom-datepicker-btn {
  pointer-events: none;
}
