/* rd245_consent_style: scoped; no changes to the website theme. */
#rd245-choice, #rd245-choice * { box-sizing: border-box; }
#rd245-choice[hidden], #rd245-choice [hidden] { display: none !important; }
#rd245-choice { position: fixed; z-index: 2147483000; bottom: 18px; left: 18px; right: 18px; width: calc(100% - 36px); max-width: 850px; margin: 0 auto; background: #fff; color: #142b4b; border: 1px solid #c5d3e4; border-radius: 4px; box-shadow: 0 12px 42px #0c224a33; padding: 24px; font-family: Arial, sans-serif; max-height: 85vh; overflow: auto; }
#rd245-choice h2 { margin: 0 0 12px; font: 700 22px/1.3 Arial, sans-serif; color: #142b4b; }
#rd245-choice p { margin: 0 0 10px; font: 400 15px/1.5 Arial, sans-serif; color: #23374f; }
#rd245-choice .rd245-detail { font-size: 13px; }
#rd245-choice .rd245-choice-links { margin: 10px 0 16px; font-size: 14px; }
#rd245-choice a { color: #064da9; text-decoration: underline; }
#rd245-choice .rd245-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
#rd245-choice .rd245-buttons button { flex: 1 1 160px; cursor: pointer; background: #103c77; color: #fff; border: 1px solid #103c77; border-radius: 3px; min-height: 46px; padding: 12px 20px; font: 700 15px Arial, sans-serif; }
#rd245-choice .rd245-buttons button:hover { background: #082b59; }
#rd245-choice button:focus-visible, #rd245-settings-toggle:focus-visible { outline: 3px solid #1e7af4; outline-offset: 3px; }
#rd245-settings-toggle { position: fixed; bottom: 10px; left: 10px; z-index: 99990; cursor: pointer; border: 1px solid #c5d3e4; border-radius: 3px; padding: 8px 12px; background: #fff; color: #142b4b; font: 600 12px Arial, sans-serif; box-shadow: 0 2px 10px #142b4b1a; }
@media(max-width:600px) { #rd245-choice { bottom: 8px; left: 8px; right: 8px; width: calc(100% - 16px); padding: 18px; } }
