/* Keep the exact base visual layer you currently use */
@import url("https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.css");

/* Your shared overrides */
#cc-main {
  --cc-modal-border-radius: 24px;
}

/* Keep your existing custom scrollbar styling here if you want it shared too.
   If this scrollbar styling is meant for the whole website/app, this is a good place.
   If it is NOT specifically related to consent UI, you can also keep it outside. */
::-webkit-scrollbar {
  /* ... your existing styling ... */
}
