/* v20: styles are limited to consent controls and the new policy section. */
.shine-consent-panel,
.shine-consent-panel * { box-sizing: border-box; }
.shine-consent-panel[hidden],
.shine-consent-panel [hidden] { display: none !important; }
.shine-consent-panel {
  position: fixed;
  z-index: 100000;
  right: 20px;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 20px;
  width: auto;
  max-width: 1000px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #cfc2ac;
  border-top: 3px solid #77332e;
  background: #fffaf2;
  color: #302b27;
  box-shadow: 0 5px 28px rgba(48,43,39,.18);
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 1.5;
}
.shine-consent-copy { flex: 1 1 auto; min-width: 0; }
.shine-consent-panel h2 {
  margin: 0 0 9px;
  font: normal 24px/1.2 Georgia, 'Times New Roman', serif;
  color: #302b27;
  letter-spacing: 0;
}
.shine-consent-panel p { margin: 0 0 8px; font-size: 15px; line-height: 1.55; }
.shine-consent-panel .shine-consent-detail { font-size: 13px; }
.shine-consent-panel .shine-consent-current { margin: 0; font-size: 12px; color: #65594d; }
.shine-consent-panel a { color: #77332e; text-decoration: underline; text-underline-offset: 3px; }
.shine-consent-actions { flex: 0 0 172px; display: flex; flex-direction: column; gap: 10px; }
.shine-consent-actions button {
  appearance: none;
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #77332e;
  border-radius: 2px;
  background: #fffaf2;
  color: #77332e;
  font: 600 14px/1.35 Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
}
.shine-consent-actions button:hover { background: #eee3d5; }
.shine-consent-actions .shine-consent-close { min-height: 36px; border-color: transparent; padding: 5px; font-weight: 400; text-decoration: underline; }
.shine-consent-panel :focus-visible,
[data-shine-cookie-settings]:focus-visible { outline: 2px solid #77332e; outline-offset: 4px; }
.shine-consent-panel h2:focus { outline: none; }
.shine-consent-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.site-footer .footer-links { flex-wrap: wrap; }
.site-footer [data-shine-cookie-settings] { white-space: nowrap; }
.shine-privacy-analytics { margin-block: 32px; padding-block: 4px 12px; border-block: 1px solid #cfc2ac; }
.shine-privacy-analytics h3 { margin: 24px 0 10px; font-size: 20px; color: #302b27; }
.shine-privacy-analytics code { overflow-wrap: anywhere; }
.shine-cookie-settings-control { display: inline-block; padding: 10px 16px; border: 1px solid #77332e; color: #77332e; text-decoration: none !important; }
.shine-cookie-settings-control:hover { background: #eee3d5; }
@media (max-width: 600px) {
  .shine-consent-panel { left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); padding: 18px; gap: 14px; flex-direction: column; align-items: stretch; }
  .shine-consent-panel h2 { font-size: 22px; }
  .shine-consent-panel p { font-size: 14px; }
  .shine-consent-panel .shine-consent-detail { font-size: 12px; }
  .shine-consent-actions { flex: 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .shine-consent-actions button { font-size: 13px; }
  .shine-consent-actions .shine-consent-close { grid-column: 1 / -1; }
}
@media print {
  .shine-consent-panel, .shine-consent-sr-only, [data-shine-cookie-settings] { display: none !important; }
}
