/* Cookie notice restyled to the That Velvet Lady palette (the Pixwell default
   was a dark grey box). Dismissal + persistence still come from the theme's
   rbcookie.min.js, which sets the ruby_cookie_popup cookie. */
#rb-cookie.rb-cookie {
  left: 24px;
  bottom: 24px;
  width: 380px;
  max-width: calc(100vw - 48px);
  padding: 26px 28px 24px;
  background: #faf7f2;
  color: #1a1a1a;
  border: 1px solid #e6ded1;
  border-top: 3px solid #a08560;
  border-radius: 2px;
  box-shadow: 0 18px 44px rgba(26, 26, 26, 0.13);
}
#rb-cookie .cookie-content {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.62;
  color: #2b2b2b;
  letter-spacing: 0.01em;
}
#rb-cookie .cookie-content a {
  color: #a08560;
  text-decoration: none;
  border-bottom: 1px solid rgba(160, 133, 96, 0.45);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
#rb-cookie .cookie-content a:hover {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
#rb-cookie .cookie-footer { margin: 0; }
#rb-cookie .cookie-accept {
  display: inline-block;
  padding: 11px 30px;
  background: #1a1a1a;
  color: #faf7f2;
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
#rb-cookie .cookie-accept:hover,
#rb-cookie .cookie-accept:focus-visible {
  background: #a08560;
  border-color: #a08560;
  color: #fff;
  outline: none;
}
#rb-cookie .cookie-accept:focus-visible { box-shadow: 0 0 0 3px rgba(160, 133, 96, 0.35); }

@media only screen and (max-width: 767px) {
  #rb-cookie.rb-cookie {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    padding: 20px 20px 18px;
  }
  #rb-cookie .cookie-content { font-size: 0.9rem; margin-bottom: 14px; }
  #rb-cookie .cookie-accept { display: block; text-align: center; padding: 12px 20px; }
}
