@media (max-width: 960px) {
  #order-modal .order-modal-card {
    top: 50%;
    height: calc(var(--ces-visible-viewport-height, 100vh) - 1rem);
    max-height: calc(var(--ces-visible-viewport-height, 100vh) - 1rem);
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    padding: 0.85rem;
  }

  #order-modal .order-form {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 0.7rem;
  }

  #order-modal .order-review-shell {
    order: 2;
    flex: 0 0 auto;
    min-height: 0;
    height: auto;
    align-items: stretch;
    justify-items: stretch;
    overflow: visible;
    gap: 0.35rem;
  }

  #order-modal .order-review-meta {
    display: block;
  }

  #order-modal .order-review-wrap {
    width: 100%;
    height: auto;
    min-height: 132px;
    max-height: 168px;
    aspect-ratio: 1.65 / 1;
    padding: 0.45rem;
    box-shadow: 0 6px 18px rgba(14, 31, 48, 0.05);
  }

  #order-modal .order-review-expand-card {
    width: min(100%, calc(100% - 0.75rem));
    height: min(100%, calc(100% - 0.75rem));
    padding: 0.75rem;
  }

  #order-modal .order-review-expand-wrap {
    padding: 0.45rem;
  }

  #order-modal .order-modal-note {
    margin-top: 0;
    text-align: left;
  }

  #order-modal .order-email-fieldset {
    gap: 0.3rem;
  }

  #order-modal .order-inline-modal-card {
    width: min(100%, calc(100% - 1rem));
    padding: 0.85rem;
  }

  #order-modal .order-inline-modal-actions {
    flex-direction: column-reverse;
  }

  #order-modal #fulfillment-warning-overlay .order-inline-modal-actions {
    flex-direction: column;
  }

  #order-modal #fulfillment-warning-overlay .fulfillment-warning-mode-summary p {
    min-height: 5.68em;
  }

  #order-modal .order-options {
    --order-option-button-width: 117px;
    order: 1;
    flex: 0 0 auto;
    gap: 0.58rem;
    margin-top: 0;
    padding: 0.85rem;
    border-top: none;
  }

  #order-modal .order-options-trust {
    display: block;
    margin-top: 0.05rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  #order-modal .order-options-header {
    align-items: center;
    gap: 0.6rem;
  }

  #order-modal .order-download-page-size {
    gap: 0.45rem;
  }

  #order-modal .order-download-page-size-group {
    gap: 0.55rem;
  }

  #order-modal .order-download-page-size-option {
    font-size: 0.8rem;
  }

  #order-modal .order-option {
    grid-template-columns: minmax(0, 1fr) var(--order-option-button-width);
    gap: 0.55rem;
    align-items: start;
    padding: 0.72rem 0.78rem;
  }

  #order-modal .order-option-copy {
    display: contents;
  }

  #order-modal .order-option-title,
  #order-modal .order-option-title-row {
    grid-column: 1 / -1;
  }

  #order-modal #order-free-download-option .order-option-title {
    grid-column: auto;
  }

  #order-modal #order-free-download-option .order-option-copy {
    display: grid;
    grid-column: 1;
    gap: 0.18rem;
  }

  #order-modal #order-free-download-option .order-option-description {
    grid-column: auto;
  }

  #order-modal .order-option-premium .order-option-copy {
    display: contents;
  }

  #order-modal .order-option-premium .order-option-title-row {
    display: contents;
  }

  #order-modal .order-option-premium .order-option-title {
    grid-column: 1 / -1;
  }

  #order-modal .order-option-premium .order-option-badge {
    grid-column: 1;
    justify-self: start;
  }

  #order-modal #order-paid-digital-btn {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: center;
  }

  #order-modal #order-free-download-btn {
    grid-row: 1 / span 2;
    align-self: center;
  }

  #order-modal #order-now-btn {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: center;
  }

  #order-modal .order-option-description {
    grid-column: 1;
  }

  #order-modal .order-option-btn {
    grid-column: 2;
    grid-row: 2;
    width: var(--order-option-button-width);
    min-width: var(--order-option-button-width);
    min-height: 40px;
    max-width: none;
    justify-self: end;
    padding-left: 0.42rem;
    padding-right: 0.42rem;
  }

}
