.klaro .cookie-modal,
.klaro .cookie-notice {
    font-family: 'Hanken Grotesk', sans-serif;
}

.klaro .cm-header {
    grid-column: 1 / span 4;
    background: black !important;
    color: white !important;
}

.klaro .cookie-modal .cm-header {
    padding: 1em;
    padding-inline: 0;
    border-bottom-style: none !important;
}
.klaro .cookie-modal .cm-header h1 span{
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
}

.klaro .cookie-modal .cm-header p span{
    color: white;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

.klaro .cookie-modal .cm-modal .cm-footer{
    border-top-style: none !important;
}

.cm-body {
    display: none;
}

.klaro .cookie-modal .cm-modal .cm-footer {
    grid-column: 1 / span 4;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.privacy_link {
    color: white !important;
    text-decoration: underline !important;
}

.cm-btn {
    width: 100%;
    height: 2.5rem;
    border-radius: 40px !important;
    text-transform: lowercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-inline: 0.5rem;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-accept-all {
    order: 1; 
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-accept {
    order: 2; 
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
    order: 3; 
}

.cm-btn-decline{
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

.cm-btn-success{
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

.cm-btn-decline:hover{
    background: #ffffff !important;
    color: black !important;
}

.cm-btn-success:hover{
    background: #ffffff !important;
    color: black !important;
}


.klaro .cookie-modal .cm-modal.cm-klaro{
    position: fixed;
    bottom: 0;
    min-width: 100vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    padding-inline: 2rem;
    background: black;
    transform: none !important;
    -ms-transform: none !important;
    top: unset !important;
}

.klaro .cookie-modal p {
    color: black;
}

.klaro .cookie-modal .cm-body {
    padding: 1em;
}

.klaro .cookie-notice {
    background: #2d4156;
    padding: 1em;
}

.klaro .cm-btn {

    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 0.5em;
}

.cm-powered-by{
    display: none !important;
}

.klaro .cookie-modal {
    z-index: 13000;;
}


@media (min-width: 768px) {
    .klaro .cm-header {
        grid-column: 1 / span 8;
   }

   .klaro .cookie-modal .cm-modal .cm-footer {
    grid-column: 1 / span 8;
}
.klaro .cookie-modal .cm-modal.cm-klaro{
    grid-template-columns: repeat(8, 1fr);
    padding-inline: 2rem;
}


}
@media (min-width: 1024px) {
    .klaro .cm-header {
        grid-column: 2 / span 8;
    }

    .klaro .cookie-modal .cm-modal .cm-footer {
        grid-column: 10 / span 2;
        padding-inline: 0;
    }

    .klaro .cookie-modal .cm-modal.cm-klaro{
        grid-template-columns: repeat(12, 1fr);
        padding-inline: 2rem;
    }
}
