.oasis-consent { margin: 20px 0 28px; font: 16px/1.5 system-ui, sans-serif; color: #222; scroll-margin-top: 100px; }
.oasis-consent [hidden] { display: none !important; }
.oasis-consent button, .oasis-consent a { font: inherit; }
.oasis-consent__preferences { position: static; min-height: 48px; padding: 10px 16px; border: 1px solid #1d2825; border-radius: 4px; color: #1d2825; background: #fff; cursor: pointer; }
.oasis-consent__panel { position: static; box-sizing: border-box; width: 100%; max-width: 720px; margin-top: 16px; padding: 22px; border: 1px solid #b5c0ad; border-radius: 4px; background: #f2f5ef; }
.oasis-consent__panel h2 { margin: 0 0 12px; font-size: 20px; color: #222; }
.oasis-consent__panel p { margin: 0 0 12px; color: #222; }
.oasis-consent__privacy { color: #24471b; text-decoration: underline; }
.oasis-consent__status { margin-top: 14px !important; }
.oasis-consent__actions { display: flex; gap: 10px; margin: 14px 0; }
.oasis-consent__choice { flex: 1 1 0; min-height: 48px; padding: 10px; border: 1px solid #333; border-radius: 6px; color: #222; background: #f4f4f4; font-weight: 600 !important; cursor: pointer; }
.oasis-consent__choice:hover { background: #e7e7e7; }
.oasis-consent__reload, .oasis-consent__close { min-height: 42px; padding: 8px 12px; margin: 4px 8px 0 0; border: 1px solid #555; border-radius: 6px; color: #222; background: #fff; cursor: pointer; }
.oasis-consent button:focus-visible, .oasis-consent a:focus-visible { outline: 3px solid #48682e; outline-offset: 3px; }
@media (max-width: 360px) { .oasis-consent__panel { padding: 16px; } .oasis-consent__actions { flex-direction: column; } }
