.realpress-schedule-tour .schedule-field {
  margin-bottom: 20px;
}
.realpress-schedule-tour .schedule-field input[type=text] {
  width: 100%;
}
.realpress-schedule-tour .tour-type {
  display: flex;
  justify-content: space-between;
}
.realpress-schedule-tour .tour-type label {
  text-align: center;
  margin-bottom: 0;
  height: auto;
  width: auto;
  padding-left: 0;
  padding-bottom: 0;
  white-space: nowrap;
}
.realpress-schedule-tour span.btn-schedule-tg {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--thim-body_primary_color, black);
  color: var(--thim-body_primary_color, black);
  border-radius: 50px;
  width: auto;
  cursor: pointer;
  transition: 0.3s;
}
.realpress-schedule-tour span.btn-schedule-tg + .tour-type-title {
  margin-top: 20px;
}
.realpress-schedule-tour span.btn-schedule-tg:hover {
  background-color: var(--thim-body_primary_color, black);
  color: white;
}