/* v 2024-03-27 */

.cookie-consent {font-family: sans-serif;font-size: 14px;display: flex;position: fixed;bottom: 0;left: 0;right: 0;color: #111;background: #fff;z-index: 100000;padding: 20px;justify-content: space-between;box-shadow: 0 0 20px rgba(100,100,100,0.3);}
.cookie-consent.hidden {display: none;}
.cookie-consent .content {line-height: 1.5;}
.cookie-consent .content .title {font-weight: 700;}
.cookie-consent .content .text {}
.cookie-consent .content .text a {color: inherit;}
.cookie-consent .options {align-items: center;display: flex;}
.cookie-consent .options a {margin-left: 0.5rem;}
.cookie-consent .options .consent-btn {display: flex;background: #13a4aa;color: #fff;padding: 8px 16px;text-decoration: none;border-radius: 6px;}
.cookie-consent .options .consent-btn:hover {background: #13a4aa;}
.cookie-consent .options .consent-btn.consent-btn-decline {background: #6C6C6C;color: #fff;}
.cookie-consent .options .consent-btn.consent-btn-decline:hover {background: #4d4d4d;}

@media screen and (max-width: 768px){
    .cookie-consent {flex-direction: column;}
    .cookie-consent .options {margin-top: 10px;}
    .cookie-consent .options a {margin-left: 0;margin-right: 0.5rem;}
}