/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 19 2025 | 10:22:28 */
.cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 12px 50px;
    background: #232426;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.35px;
	z-index: 999;
}
.cookie-consent .cookie-consent-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cookie-consent .cn-text-container a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.cookie-consent button.cn-accept-cookie {
    display: block;
    padding: 12px 30px;
    line-height: 1;
    border: 0;
    font-size: 15px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
	border: solid 1px #232426;
}
.cookie-consent button.cn-accept-cookie:hover {background: #232426;color: #fff; border-color: #fff;}

@media screen and (max-width: 767px) {.cookie-consent button.cn-accept-cookie {display: block;margin: 10px auto 0;}.cookie-consent {padding: 15px;}.cookie-consent .cookie-consent-content {display: block;}}

.cookie-consent .cn-text-container,
.cookie-consent button.cn-accept-cookie {
    font-family: "Ploni ML v2 AAA", Sans-serif;
}
