.consent-link {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 400; /* Normal */
  letter-spacing: 0.55px;
  opacity: 0.8;
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 2px; /* аккуратнее выглядит */
}

/* Мобильная версия */
@media (max-width: 640px) {
  .consent-link {
    font-size: 8px;
  }
}
