/* Eco Decor: contact card on the feedback page; no additional footer stripe. */
.feedback-contact-card {
  max-width: 820px;
  margin: 0 auto 22px;
  background: #f2eae2;
  border: 1px solid #e4d6c7;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 24px 34px;
  color: #4b3b30;
  font: 400 13px/1.6 Montserrat, Arial, sans-serif;
}
.feedback-contact-card h2 { margin: 0 0 12px; color: #4a3324; font: 600 30px/1.15 'Cormorant Garamond', Georgia, serif; }
.feedback-contact-card__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.feedback-contact-card p { margin: 0; }
.feedback-contact-card__label { display: block; margin-bottom: 3px; color: #776455; font-size: 12px; }
.feedback-contact-card a { color: #526d31; font-weight: 600; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.feedback-contact-card__requisites { grid-column: 1 / -1; padding-top: 11px; border-top: 1px solid #dfcfbf; }
.feedback-contact-card__requisites span { display: inline-block; margin-right: 18px; }
@media (max-width: 760px) {
  .feedback-contact-card { padding: 22px 18px; }
  .feedback-contact-card__grid { grid-template-columns: 1fr; gap: 16px; }
  .feedback-contact-card__requisites { grid-column: 1; }
}

/* Fit five footer links into the existing brown footer without an extra row. */
@media (min-width: 1101px) {
  .footer.footer-brown .footer-brown__inner { column-gap: 22px !important; }
  .footer.footer-brown .footer-brown__nav { gap: 20px !important; flex-wrap: wrap !important; }
}
