@charset "utf-8";

.termly-styles-module-root-a0ea7f { display: flex; flex-direction: row; font-size: 1rem; font-family: Roboto, "Open Sans", Helvetica, Arial; background: rgb(230, 231, 232); align-items: center; justify-content: center; container: holder / size; flex: 1 1 0%; height: 100%; }

.termly-styles-module-shadowBox-fff901 { background: var(--termly-theme-background-color); border-radius: 5px; border: 1px solid rgb(221, 221, 221); box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px; display: inline-flex; flex-direction: column; max-width: 32em; min-width: min-content; padding: 2em; gap: 1em; }

.termly-styles-module-title-b31e43 { color: var(--termly-theme-color); font-size: 1.25em; font-weight: 500; line-height: 1; }

.termly-styles-module-content-f5be7c { color: var(--termly-theme-color); font-size: var(--termly-theme-font-size); line-height: 1.75; }

.termly-styles-module-buttons-e4250e { display: flex; justify-content: center; gap: 0.5em; }

.termly-styles-module-buttons-e4250e > * { font-weight: 600; font-size: var(--termly-theme-font-size); width: 100%; }

.termly-styles-module-buttons-e4250e .termly-styles-module-acceptButton-b04512 { background: var(--termly-theme-button-background-color); border-color: var(--termly-theme-button-background-color) !important; color: var(--termly-theme-button-text-color) !important; }

.termly-styles-module-buttons-e4250e .termly-styles-module-prefsButton-c1a9b2 { background: rgba(0, 0, 0, 0); border-color: var(--termly-theme-color) !important; color: var(--termly-theme-color) !important; }

@container holder (height < 155px) {
  .termly-styles-module-shadowBox-fff901 { padding: 6cqb; display: inline-flex; gap: 0.5em; }
  .termly-styles-module-acceptButton-b04512 { padding: 3cqb 6cqb; font-size: 9cqb; width: auto !important; }
  .termly-styles-module-content-f5be7c { font-size: 9cqb; }
  .termly-styles-module-prefsButton-c1a9b2, .termly-styles-module-toAllowContent-f3c279, .termly-styles-module-title-b31e43 { display: none; }
}

@container holder (width < 197px) {
  .termly-styles-module-buttons-e4250e .termly-styles-module-prefsButton-c1a9b2 { display: none; }
}