﻿.btn-cookie {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.settings-content{
    text-align:left;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1200px;
    background-color: #f3f3f3;
    padding: 0.5em; 
    text-align: center;
    z-index: 999;
    opacity: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-height: 45rem; 
    overflow: auto; 
    transition: max-height 0.3s ease-in-out;
}


.cookie-settings {
    display: none;
    padding: 20px;
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}

.clip-check input[type="checkbox"][disabled] + label {
    opacity: 1 !important;
}

.btn-approve {
    display: flex;
    padding: 7px 25px;
    margin: 10px auto 0;
    background: #00964F;
    color: white;
}

    .btn-approve:hover {
        color: white;
        background: #004F9F;
    }

.clip-check {
    position: relative;
}

    .clip-check a {
        color: #001b33;
    }

    .clip-check[data-approve="scroll"]:after {
        background-color: transparent;
        content: "";
        display: inline-block;
        position: absolute;
        top: -4px;
        left: -5px;
        right: 0px;
        bottom: 5px;
        z-index: 9;
    }

    .clip-check label a {
        position: relative;
        z-index: 10;
    }

#gdprText, #consent, #cookieText {
    display: none;
    width: 100%;
    max-width: 1024px;
}

    #gdprText .infoArea, #consent .infoArea, #cookieText .infoArea {
        padding: 20px;
        height: 100%;
        max-height: 600px;
        overflow: auto;
		background-color:white
    }

.hidden {
    display: none;
}

.btn-cookie {
    font-size: 16px; 
    padding: 10px 20px; 
    margin-bottom: 10px; 
}

/* Responsive stil */
@media (max-width: 768px) {
    .btn-group {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .btn-cookie {
        font-size: 14px;
        padding: 8px 16px;
        width: 100%;
        margin-right: 0; 
    }
}

@media (max-width: 576px) {
    .btn-cookie {
        font-size: 12px;
        padding: 6px 12px;
    }
}
