@media only screen and (max-width: 800px) {

  .header-body {
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;
    margin: auto;
    min-width: 0;
  }

  .language-selector {
    align-self: flex-end;
    text-align: right;
    margin-bottom: 15px;
  }

  .header-logo-image {
    max-height: 60px;
    max-width: 200px;
  }

  .promo-card__image {
    height: 65px;
    max-width: 120px;
  }

  .establishment-name {
    font-size: 19px;
  }

  .establishment-subtitle {
    font-size: 13px;
  }

  /**
  * =====================================
  * Content Home Page
  * =====================================
  * */

  .body-content {
    width: 90vw;
    margin: auto;
    padding-top: 0px;
  }

  .body-content .home-content {
    flex-direction: column;
    width: 90vw;
    min-width: 0;
  }

  .info-column {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .info-panel {
    width: auto;
    max-width: 100%;
    margin: 0; /* .info-column already provides top spacing - avoid doubling it */
  }

  .info-panel p,
  .promo-card__text {
    font-size: 13px;
    line-height: 1.5;
  }

  .promo-card {
    padding: 12px;
    gap: 12px;
  }

  .guest-form {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }

  .guest-form__fields {
    padding: 0 10px 15px 10px;
  }

  .guest-input,
  .action-button,
  .disabled-action-button {
    width: 100%;
    box-sizing: border-box;
  }

  .redirect-screen {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    border-radius: 14px;
    padding: 22px;
    box-sizing: border-box;
  }

  /**
  * =====================================
  * Footer
  * =====================================
  * */

  #footer {
    width: 90vw;
    font-size: var(--font-size-12);
    line-height: var(--line-spacing-14);
  }

  h1 {
    font-size: var(--font-size-20);
    font-family: var(--theme-font-family-medium);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-spacing-25);
    font-style: var(--font-style-normal);
  }

  h2 {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }

  h3 {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
  }
}
