.wrap-date {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.date-outer {
  padding-left: 33px;
  padding-right: 33px;
}

.title-rate {
  text-align: center;
}

.wrap-rate {
  padding: 32px 78px;
}

.content-rate * {
  line-height: 2;
}

.info-content {
  text-align: center;
}

.info-content strong {
  color: var(--dark-green);
  font-family: "IBM Plex Serif", serif;
}

.info-content a {
  text-decoration: none;
  color: var(--black-body-text);
}

.valid {
  font-weight: 500;
}

.content-rate tr {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.content-rate tr:last-child {
  border-bottom: 0px solid #e6e6e6;
}

.content-rate tr td {
  width: 50%;
}

.content-rate table {
  width: 100%;
}

.content-rate tr td:first-child {
  font-family: "IBM Plex Serif", serif;
}

.click-section .content-rate {
  text-align: center;
}

@media (max-width: 767px) {
  .wrap-date {
    width: 100%;
  }
  .info-content {
    text-align: left;
  }
  .wrap-rate {
    padding: 32px 16px;
  }
  .date-outer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .title-rate {
    text-align: left;
  }
  .title-section h2,
  .title-section p {
    text-align: left !important;
  }
  .rate-section .content-rate table {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .dining_offer-template-default .rate-section .content-rate table {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .wrap-date {
    flex-direction: column;
  }
  .content-rate tr td {
    width: 100%;
  }
  .content-rate tr {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
  }
  .click-section .content-rate {
    text-align: left;
  }
  .click-section .content-rate .more {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .content-rate * {
    line-height: 2;
    margin: 0;
    padding-left: 0;
  }
  .terms-section .content-rate ul {
    padding-left: 1rem;
  }
  .title-rate {
    margin-bottom: 0;
  }
  .content-rate tr:first-child {
    padding-top: 0px;
  }
}/*# sourceMappingURL=offers.css.map */