/*!/wp-content/plugins/cookie-notice-banner/css/cnb-style.css*/.cookie-notice{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:40%;background-color:#f5f7fb;color:#23262B;padding:15px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:none}.cookie-notice p{margin:0;padding-right:15px}.cookie-notice a{color:#000;text-decoration:underline}.cookie-accept{background-color:#fff0;color:#000;border:1px solid #000;padding:10px 20px;border-radius:8px;cursor:pointer;transition:background-color 0.3s,color 0.3s;font-family:'HKNova',sans-serif;text-transform:uppercase}.cookie-accept:hover{background-color:#fff;color:#000}@media (max-width:768px){.cookie-notice{width:80%}.cookie-notice p{padding-right:10px}.cookie-accept{padding:8px 16px}}@media (max-width:480px){.cookie-notice{width:90%;flex-direction:column;text-align:center}.cookie-notice p{padding-right:0;margin-bottom:10px}.cookie-accept{width:100%;padding:10px}#cookie-notice{opacity:0;transition:opacity 0.5s ease}}