@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;400;500;600;700;800;900&display=swap");.cookie-container{position:fixed;bottom:0;width:100%;z-index:1000;display:flex;padding:16px 40px;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5;background:#fff}.cookie-content-button-wrapper{display:flex;align-items:center;gap:16px}.cookie-approve-button{background:var(--color-grey-900,#1a1a1a);color:#fff}.cookie-approve-button,.cookie-decline-button{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:8px;border-radius:4px}.cookie-decline-button{border:1px solid var(--color-grey-900,#1a1a1a);background:#fff}@media (max-width:768px){.cookie-container{padding:16px 16px 24px;flex-direction:column;align-items:flex-start;gap:24px}.cookie-content-button-wrapper{align-self:stretch}.cookie-approve-button,.cookie-decline-button{width:100%}}