.sbt-consent { position: fixed; z-index: 1000; inset: auto 1rem 1rem auto; width: min(27rem, calc(100% - 2rem)); box-sizing: border-box; padding: 1.25rem; border: 1px solid #c9b9a4; border-radius: 1.25rem; background: #fffcf5; color: #342c24; box-shadow: 0 8px 32px #342c2420; font: 1rem/1.5 'Karla', sans-serif; }
.sbt-consent strong { font-size: 1.0625rem; }
.sbt-consent p { margin: .5rem 0 1rem; }
.sbt-consent a { color: inherit; text-underline-offset: .2em; }
.sbt-consent div { display: flex; gap: .75rem; flex-wrap: wrap; }
.sbt-consent button { flex: 1; min-height: 44px; padding: .625rem .875rem; border: 1px solid #806a56; border-radius: 99px; background: transparent; color: inherit; font: inherit; cursor: pointer; white-space: nowrap; }
.sbt-consent button:hover { background: #f2e9dc; }
.sbt-consent button:focus-visible { outline: 3px solid #a3492c; outline-offset: 3px; }
