/* Спільні відступи та футер — мобільна версія 320px */
@media (max-width: 743px) {
  .quick-order-btn,
  .quick-order-content {
    border-radius: 100px !important;
  }

  .quick-order-input,
  .quick-order-input-second {
    font-size: 14px !important;
  }

  .site-footer {
    width: 100%;
    height: 52px;
    min-height: 52px;
    margin-top: 32px;
    padding: 8px 0;
    background: #C3922F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
  }

  .site-footer-text {
    margin: 0;
    color: #121212;
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .site-footer-text-second {
    margin-top: 0;
  }
}

/* Спільний футер для планшетної адаптації 744–1023px. */
@media (min-width: 744px) and (max-width: 1023px) {
  .site-footer {
    width: 100%;
    height: 56px;
    min-height: 56px;
    margin-top: 56px;
    padding: 0;
    background: #C3922F;
    display: flex;
    flex: 0 0 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    box-sizing: border-box;
  }

  .site-footer-text {
    margin: 0;
    color: #121212;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .site-footer-text-second {
    margin-top: 8px;
  }
}
