﻿#body .container-img-cookie-consent {
    position: fixed;
    left: 0;
    bottom: 15%;
    transform: translateY(-10px);
    width: 2.5rem;
    height: 4rem;
    background: white;
    box-shadow: 0px 4px 16px rgba(41, 23, 77, 0.24);
    border-radius: 0 12px 12px 0;
    border: none;
    outline: none;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.3s ease;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

    #body .container-img-cookie-consent:hover {
        width: 10rem;
    }

    #body .container-img-cookie-consent .text-col {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #body .container-img-cookie-consent:hover .text-col {
        display: block;
        opacity: 1;
    }

.text-cookie {
    font-size: 13px;
    font-family: 'NotoSansMedium';
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
}

.youtube-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .youtube-container iframe,
    .youtube-container [data-service="youtube"] {
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient( 135deg, rgba(17, 24, 39, 0.82), rgba(31, 41, 55, 0.72) );
    backdrop-filter: blur(3px);
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease, visibility .2s ease;
}

    .video-overlay.is-hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .video-overlay .cc-text {
        color: #fff;
        margin-bottom: 24px;
        max-width: 540px;
        line-height: 1.6;
        font-size: 15px;
        font-family: 'NotoSansMedium';
    }

        .video-overlay .cc-text a {
            color: #ff4d8d;
            text-decoration: underline;
        }

.video-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-l-b,
.c-la-b {
    border: none;
    padding: 12px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
}

.c-l-b {
    background: linear-gradient( 135deg, #ff006e, #ff4d6d );
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(255, 0, 110, 0.35);
}

    .c-l-b:hover {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

.c-la-b {
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    border: 1px solid rgba(255,255,255,.12);
}

    .c-la-b:hover {
        background: #fff;
        transform: translateY(-1px);
    }

.play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0;
}

    .play-icon::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fff;
        left: 2px;
    }

@media (max-width: 768px) {

    .video-overlay {
        padding: 18px;
    }

        .video-overlay .cc-text {
            font-size: 14px;
            margin-bottom: 18px;
        }

    .video-buttons {
        flex-direction: column;
        width: 100%;
    }

    .c-l-b,
    .c-la-b {
        width: 100%;
    }
}

#cc-main .pm__btn {
    border-radius: 2rem;
}

.pm__btn .pm__btn--secondary {
}

#cc-main .pm__section-title-wrapper {
    border-radius: 2rem;
}

#cc-main .pm__close-btn {
    border-radius: 3rem;
    background-color: white;
}

#cc-main .toggle__icon {
}

.pm pm--box {
}

#cc-main .cm--cloud .cm__btns {
    border-left: 1px solid var(--cc-separator-border-color);
    border-top: none;
    max-width: 23em;
}

#cc-main .cm--cloud .cm__btn {
    margin: .625em 0 0 0;
    width: 100%;
    font-size: 0.8em;
    border-radius: 2rem;
}

#cc-main .cm__btn-group:last-of-type .cm__btn.cm__btn--secondary, #cc-main .pm__btn-group:last-of-type .pm__btn.pm__btn--secondary {
    background: #fff;
    -webkit-text-fill-color: unset;
    color: #606060;
    border: 0;
}

.pm__section-toggles {
    border-radius: 2rem;
}

.pm__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient( 135deg, #ff007a, #ff4d8d );
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

#cc-main .pm__section--toggle {
    background: var(--cc-cookie-category-block-bg);
    border-top: none;
    margin-bottom: .375rem;
}

#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
    padding-left: 3.4em;
}

#cc-main {
    border: 1px dashed #ff0082;
    border-radius: 12px;
}

    #cc-main .cm {
        border: 1px solid #ff5ca8;
        border-radius: 10px;
    }

    #cc-main .cm__btn--primary {
        background: #ff0082;
        border-color: #ff0082;
        color: #fff;
    }

    #cc-main .cm__btn--secondary {
        background: transparent;
        border-color: #ff0082;
        color: #ff0082;
    }

    #cc-main .cm__btn[data-role="all"] {
        background: #ff0082;
        border-color: #ff0082;
        color: #fff;
    }


    #cc-main .pm__badge {
        background: #ff0082;
        color: #fff;
    }

    #cc-main .pm__btn[data-role="all"] {
        background: #ff0082;
        border-color: #ff0082;
        color: #fff;
    }

    #cc-main .pm__btn[data-role="necessary"],
    #cc-main .pm__btn[data-role="save"] {
        background: transparent;
        border-color: #ff0082;
        color: #ff0082;
    }

    #cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
        
    }
    #cc-main .section__toggle:checked ~ .toggle__icon {
      
    }

    #cc-main .pm__section-table {
        display: block;
        overflow-x: auto !important;
    }
