/* Marta Flowers black-orchid branding — consolidated responsive rules. */
header .logo img,
footer .logo img {
  height: auto;
}

@media (max-width: 767px) {
  header .logo img {
    width: 108px !important;
  }

  header .languages-button2 {
    min-width: 44px;
    white-space: nowrap;
    word-break: normal;
  }

  header .buttons {
    gap: 12px;
  }
}

@media (max-width: 375px) {
  header .logo img {
    width: 92px !important;
  }

  header .buttons {
    gap: 10px;
  }
}

@media (max-width: 340px) {
  header .logo img {
    width: 82px !important;
  }

  header .buttons {
    gap: 3px;
  }

  header .languages-button2,
  header .list-button {
    margin-left: 4px;
  }
}
