.yh-consent-banner {
  position: fixed;
  z-index: 10000;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 22px;
  color: #f7f0df;
  background: #103b32;
  border: 1px solid rgba(247, 240, 223, .22);
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .28);
  font: 15px/1.55 Arial, sans-serif;
}

.yh-consent-copy { max-width: 700px; }
.yh-consent-copy strong { display: block; margin-bottom: 4px; font-size: 17px; }
.yh-consent-copy p { margin: 0; color: #f7f0df; }
.yh-consent-copy a { color: #f3d38a; text-decoration: underline; text-underline-offset: 2px; }
.yh-consent-actions { display: flex; flex: 0 0 auto; gap: 10px; }

.yh-consent-actions button,
.yh-cookie-settings {
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.yh-consent-actions button { padding: 11px 15px; color: #f7f0df; }
.yh-consent-actions button.primary { border-color: #f3d38a; background: #f3d38a; color: #173c33; font-weight: 700; }
.yh-consent-actions button:hover,
.yh-consent-actions button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.yh-cookie-settings {
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .yh-consent-banner { left: 12px; right: 12px; bottom: 12px; display: block; padding: 18px; }
  .yh-consent-actions { margin-top: 16px; flex-direction: column-reverse; }
  .yh-consent-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .yh-consent-banner { scroll-behavior: auto; }
}
