.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child, .order-confirmation-page #content > .row > .component > .component-content > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.order-confirmation-page .buttons-row a, .order-confirmation-page .buttons-row button {
  padding: 22px 14px;
  display: inline-block;
  min-width: 162px;
  width: auto;
  height: 60px;
  max-height: 60px;
  background-color: #0D4486;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
}

@media (min-width: 992px) {
  .order-confirmation-page .buttons-row a, .order-confirmation-page .buttons-row button {
    min-width: 195px;
  }
}

.order-confirmation-page .buttons-row a:hover, .order-confirmation-page .buttons-row button:hover {
  color: white !important;
  background-color: #3D699E;
}

.order-confirmation-page .buttons-row a:focus, .order-confirmation-page .buttons-row button:focus {
  outline: none !important;
}

.order-confirmation-page .buttons-row a:disabled, .order-confirmation-page .buttons-row button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.order-confirmation-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .order-confirmation-page #content h1 {
    font-size: 38px;
  }
}

.order-confirmation-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .order-confirmation-page #content h1 {
    margin-bottom: 48px;
  }
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child {
  margin-bottom: 48px;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child .rich-text {
  padding: 0;
  margin-bottom: 48px;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child .rich-text:first-child {
  margin-bottom: 36px;
  margin-top: -16px;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:first-child .rich-text h1 {
  margin: 0;
  color: #0D4486 !important;
  font-size: 38px;
  line-height: 1.5;
}

.order-confirmation-page #content > .row > .component > .component-content > .row > div:last-child {
  margin-bottom: 48px;
}

.order-confirmation-page .buttons-row {
  margin: 0;
}

@media (max-width: 991px) {
  .order-confirmation-page .buttons-row a, .order-confirmation-page .buttons-row button {
    width: 100%;
  }
}

.cxa-checkoutorderconfirmation-component {
  font-size: 16px;
}

.cxa-checkoutorderconfirmation-component p {
  margin-bottom: 12px;
}
