.beat-consent {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  max-width: 1000px;
  margin-inline: auto;
  padding: 18px 22px;
  border: 1px solid #c69b50;
  border-radius: 8px;
  background: #112955;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .5);
  font: 16px/1.45 'Manrope', Arial, sans-serif;
}
.beat-consent strong { font-size: 1.05rem; }
.beat-consent p { margin: 5px 0 0; font-size: .93rem; }
.beat-consent a { color: #f2c77d; text-decoration: underline; }
.beat-consent-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.beat-consent-actions button {
  min-width: 100px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #e1b668;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  font: 700 .9rem/1.2 'Manrope', Arial, sans-serif;
  cursor: pointer;
}
.beat-consent-actions button:hover { background: #e1b668; color: #112955; }
.beat-consent-actions button:focus-visible, .beat-consent-manage:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.beat-consent-manage {
  display: block;
  margin: 15px auto 0;
  padding: 6px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font: 700 .8rem/1.3 'Manrope', Arial, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 690px) {
  .beat-consent { flex-direction: column; align-items: stretch; gap: 15px; padding: 15px; }
  .beat-consent-actions button { flex: 1; }
}
