.sqs-block[data-definition-name="website.components.openTable"] {
  /*
Style adjustments to override OpenTable's default styles for 7.0 templates
*/
}
.sqs-block[data-definition-name="website.components.openTable"] h1 {
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  .sqs-block[data-definition-name="website.components.openTable"] h1 {
    font-size: 30px;
  }
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-blockStatus {
  min-height: 270px;
}
.sqs-block[data-definition-name="website.components.openTable"] .squarespace-opentable-new-age-wrapper {
  opacity: 1;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container {
  word-wrap: break-word;
  background: hsla(0, 0%, 60%, 0.15);
  padding: 0;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container--loading {
  opacity: 0;
  min-height: 270px;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container--hide-icons .ot-dropdown-content > span.icon {
  display: none;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container--hide-icons .ot-dtp-picker-selector-link {
  padding-left: 0.875rem;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container--hide-title h1.ot-title {
  display: none;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container--hide-title .ot-dtp-picker form.ot-dtp-picker-form {
  margin-top: -10px;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-title {
  font-weight: normal;
  text-align: center;
  color: inherit;
  white-space: normal;
  margin: 0 0 10px 0;
  width: 100%;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker {
  margin: auto;
  width: auto;
  background: none;
  padding: 46px;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container form.ot-dtp-picker-form {
  width: 100%;
  border: none;
  background: none;
  height: auto;
  text-align: center;
  margin: 0 auto;
  container-type: inline-size;
  container-name: form;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-button {
  line-height: 1em;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  display: block;
  margin: 10px auto 0 auto !important;
}
@container form (width < 220px) {
  .sqs-opentable-container #ot-reservation-widget .ot-dtp-picker-selector,
  .sqs-opentable-container #ot-reservation-widget .ot-dtp-picker-button {
    margin-left: 0 !important;
  }
}
@container form (width >= 660px) {
  .standard-calendar.picker--opened .picker__holder {
    top: -4rem;
  }
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-selector {
  display: inline-block;
  background: inherit;
  border: none;
  margin: 10px;
  vertical-align: top;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-selector.ot-party-size-picker {
  margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-selector {
    display: block;
    margin: 20px auto;
  }
  .sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-button {
    margin-top: 20px !important;
  }
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-selector,
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-button {
  width: 100%;
  max-width: 200px;
  font-size: 16px;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-selector-link {
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-label-text {
  font-size: 16px;
  font-weight: 500;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container .ot-dtp-picker-button {
  color: #fff;
  background: #000;
}
.sqs-block[data-definition-name="website.components.openTable"] .sqs-opentable-container h1 {
  color: #111;
}

