:root{--no-consent-bgc:#0d0654;--no-consent-message-color:#fff;--no-consent-min-height:220px;--no-consent-title-color:#fff}.no-consent{align-items:center;background-color:var(--no-consent-bgc);display:flex;justify-content:center;min-height:var(--no-consent-min-height);padding:20px;width:100%}.no-consent__element{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:730px;text-align:center}.no-consent__content{display:flex;flex-direction:column;gap:10px}.no-consent__title{font-size:1.25rem;font-weight:700;line-height:1.25}@media only screen and (min-width:768px){.no-consent__title{font-size:1.375rem}}.no-consent__title{color:var(--no-consent-title-color);margin:0}.no-consent__message{color:var(--no-consent-message-color);font-size:var(--text-font-size);line-height:1.5;margin:0}.no-consent__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.no-consent__actions .no-consent__button{margin:0}.no-consent__button{height:auto;line-height:1.3;padding:8px 30px;white-space:normal}@media only screen and (min-width:768px){.no-consent{padding:3rem}.no-consent__element{gap:2rem}}