﻿.klaro
{
    /*font-family: Verdana, Arial, Helvetica, sans-serif !important;*/
    font-size: 16px !important;
    font-weight: 500 !important;
}

    .klaro .seHeaderLogo
    {
        font-family: "Times New Roman";
        font-size: 28px!important;
        font-weight: bold;
        color: #0080c0!important;
    }

@media (max-width: 480px)
{
    .klaro .seHeaderLogo
    {
        display: none;
    }
}

#klaro-button
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    padding: 10px 10px;
    background-color: #2581c4;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

    #klaro-button:hover
    {
        background-color: #0056b3;
    }

    #klaro-button i
    {
        font-size: 32px;
    }

.klaro .cookie-modal
{
    z-index: 2001 !important;
}

.klaro .cookie-modal-overlay
{
    z-index: 2000 !important;
}

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a
{
    color: #fff!important;
    font-weight: bold;
}

.klaro .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept {
    padding-left: 30px;
    padding-right: 30px;
}

.klaro .cookie-notice .cn-body .cn-buttons button.cm-btn, .klaro .cookie-notice .cm-btn.cm-btn-info
{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.klaro .cookie-notice .cm-btn.cm-btn-danger
{
    margin-right: 20px;
}

.klaro .cookie-modal .cm-modal .hide
{
    min-height: 25px;
    min-width: 25px;
    background-color: #0988bf!important;
}

@media (max-width: 1023px)
{
    .klaro .cookie-notice, .klaro .cookie-modal-notice
    {
        max-width: 100%!important;
        max-width: var(--notice-max-width, 100%)!important;
    }

    .klaro .cookie-modal .cm-btn
    {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .klaro .cookie-modal p
    {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
}

@media (min-width: 1024px)
{
    .klaro .cookie-notice, .klaro .cookie-modal-notice
    {
        max-width: 70%!important;
        max-width: var(--notice-max-width, 70%)!important;
        border-color: #fff;
        border-style: solid;
        border-width: thick;
    }

    .klaro .cookie-modal .cm-btn
    {
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .klaro .cookie-modal p
    {
        font-size: 15px !important;
        font-weight: 500 !important;
    }
}

@media (min-width: 1200px)
{
    .klaro .cookie-notice, .klaro .cookie-modal-notice
    {
        max-width: 60%!important;
        max-width: var(--notice-max-width, 60%)!important;
        border-color: #fff;
        border-style: solid;
        border-width: thick;
    }

    .klaro .cookie-modal .cm-btn
    {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .klaro .cookie-modal p
    {
        font-size: 16px !important;
        font-weight: 300 !important;
    }
}

.klaro .cookie-notice, .klaro .cookie-modal-notice
{
    background-color: #033c73!important;
    background-color: var(--dark1, #033c73)!important;
}

    .klaro .cookie-modal-notice .cn-ok
    {
        margin-top: 2em;
    }

    .klaro .cookie-modal-notice .cm-info-link
    {
        padding-left: 10px;
        padding-right: 10px;
    }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required
{
    color: #cac0c0!important;
}

.klaro .cookie-modal .cm-list-description
{
    color: #cac0c0!important;
}

/* Wrapper with aspect ratio, similar to Bootstrap's embed-responsive */
.klaro-video-wrapper
{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

    /* Responsive iframe */
    .klaro-video-wrapper iframe
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* Klaro placeholder overlay */
.klaro[class*="klaro-"]
{
    position: relative;
    width: 530px;
    height: 315px;
    background-color: #fcfdf1;
    color: #000;
    text-align: center;
    overflow: hidden;
    border: 1px solid #3a9a3a;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
    z-index: 2;
}

    /* Message content */
    .klaro[class*="klaro-"] p
    {
        margin: 0;
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #fcfdf1;
        border-radius: 8px;
        max-width: 100%;
        width: 100%;
        color: #000;
    }

    /* Button styling */
    .klaro[class*="klaro-"] .btn-main
    {
        margin-top: 1rem;
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
        border: none;
    }

        .klaro[class*="klaro-"] .btn-main.btn
        {
            color: #fff;
            background-color: #007bff;
            border: none;
            border-radius: 4px;
        }
