:root{--no-consent-background-color:#fff4e0;--no-consent-border-color:#fff4e0;--no-consent-message-color:#010101}.no-consent{container:no-consent/inline-size;height:100%;left:0;position:absolute;top:0;width:100%}.no-consent__element{background-color:var(--no-consent-background-color);border-radius:24px;height:100%;justify-content:space-between;padding:20px;width:100%}.no-consent__content,.no-consent__element{display:flex;flex-direction:column}.no-consent__title{font-size:var(--heading-4-font-size)}.no-consent__message{color:var(--no-consent-message-color);font-size:.875rem}.no-consent__actions{display:flex;gap:1rem;justify-content:end}.no-consent__button{font-size:1rem}@container no-consent (min-width: 450px){.no-consent__title{font-size:var(--heading-3-font-size)}.no-consent__message{font-size:1rem}.no-consent__button{font-size:1.125rem}}@container no-consent (min-width: 600px){.no-consent__element{padding:30px}.no-consent__content{gap:.5rem}.no-consent__title{font-size:var(--heading-2-font-size)}}