.static-consent-embed {
  display: grid;
  width: 100%;
  min-height: 315px;
  background: #292922;
  color: #fff;
  place-items: stretch;
}
.static-consent-embed[data-provider="youtube"] { aspect-ratio: 16 / 9; min-height: 0; }
.static-consent-embed[data-provider="maps"] { min-height: 420px; }
.static-consent-embed iframe { width: 100%; height: 100%; min-height: inherit; border: 0; }
.static-consent-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 32px; text-align: center; }
.static-consent-placeholder p { margin: 0; color: #fff; font-size: 16px; }
.static-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.static-consent-actions button,
.static-consent-settings { border: 1px solid #77745e; border-radius: 2px; padding: 10px 16px; background: #fff; color: #292922; font: inherit; line-height: 1.25; cursor: pointer; }
.static-consent-actions .static-consent-allow,
.static-consent-actions .static-consent-always { background: #77745e; color: #fff; }
.static-consent-actions button:focus-visible,
.static-consent-settings:focus-visible { outline: 3px solid #d4b655; outline-offset: 2px; }
.static-consent-panel { position: fixed; inset: auto 0 0; z-index: 1000000; padding: 18px; background: rgba(20, 20, 18, .65); }
.static-consent-panel-content { box-sizing: border-box; max-width: 760px; margin: auto; padding: 24px; background: #fff; color: #292922; box-shadow: 0 4px 30px rgba(0, 0, 0, .3); }
.static-consent-panel h2 { margin: 0 0 10px; color: #292922; font-size: 24px; }
.static-consent-panel p { margin: 0 0 18px; color: #292922; }
.static-consent-settings { position: fixed; z-index: 999999; right: 12px; bottom: 12px; padding: 8px 11px; box-shadow: 0 2px 12px rgba(0, 0, 0, .2); font-size: 13px; }
.static-review-badge { display: inline-flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid #ddd; background: #fff; color: #292922; text-decoration: none; box-shadow: 0 1px 4px rgba(0, 0, 0, .1); }
.static-review-badge:hover, .static-review-badge:focus { color: #292922; text-decoration: none; }
.static-review-name { display: block; font-weight: 700; }
.static-review-stars { display: block; color: #f5a623; font-size: 20px; letter-spacing: 1px; line-height: 1; }
.static-review-count { display: block; margin-top: 4px; font-size: 13px; text-decoration: underline; }
.et-l--footer .et_pb_text_inner a { color: inherit !important; text-decoration: none; }
.et-l--footer .et_pb_text_inner a:hover,
.et-l--footer .et_pb_text_inner a:focus-visible { color: inherit !important; text-decoration: underline; }
@media (max-width: 600px) {
  .static-consent-panel { padding: 8px; }
  .static-consent-panel-content { padding: 18px; }
  .static-consent-panel h2 { font-size: 20px; }
  .static-consent-actions { align-items: stretch; flex-direction: column; }
  .static-consent-embed[data-provider="maps"] { min-height: 360px; }
}
