﻿.cookies-policy-text {
    font-size: 0.75rem;
}
.fixed-cookies {
    text-align: justify;
    position: fixed;
    bottom: 100px;
    right: 100px;
    left: 100px;
    z-index: 1030;
    max-width: 500px;
}
.cookies-container {
    background: rgb(14 13 13 / 70%);
    color: #c7c7c7b3;
    font-size: 0.75rem;
}
.cookies-container:hover {
    background: rgb(14 13 13 / 90%);
}
.cookie-policy-title {
    font-size: 1.02rem;
    font-family: var(--sg-heading-font-family-bold);
}
.accept-btn {
    margin-top: 10px;
    width: 65%;
}

@media all and (max-width:500px) {
    .accept-btn {
        width: 100%;
    }
}