.form--date-and-time {
  border-radius: 26px;
  border: 1px solid#0000001A;
  padding: 18px;

  h4 {
    color: #333;
    font: 800 18px / 1 "Manrope", sans-serif;
    margin: 0;
  }

  >div:not(.form-actions) {
    display: flex;
    gap: 4px;
    margin-block: 16px;

    input {
      border-radius: 26px;
      border: 1px solid #0000001A;
      color: #333;
      font: 500 18px/1 "Mercury Text G1",serif;
      height: 1.5em;
      padding: 18px;
    }
  }

  >.form-actions {
    text-align: right;

    input {
      background: #E85000;
      border: 0;
      border-radius: 16px;
      color: #fff;
      cursor: pointer;
      font: 800 12px / 1 "Manrope", sans-serif;
      padding: 8px 12px;
      text-decoration: none;
    }
  }
}