.elementor-5122 .elementor-element.elementor-element-c2c80e7{--display:flex;}#elementor-popup-modal-5122 .dialog-widget-content{animation-duration:0.6s;background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5122{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5122 .dialog-message{width:640px;height:auto;}@media(min-width:768px){.elementor-5122 .elementor-element.elementor-element-c2c80e7{--content-width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-b075b44 */.pm-cookie-popup {
    width: min(100%, 540px);
    padding: 30px;

    position: relative;

    color: #ffffff;
    background:
        radial-gradient(circle at 86% 0%, rgba(232, 38, 44, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        #191820;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;

    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);

    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

.pm-cookie-popup,
.pm-cookie-popup * {
    box-sizing: border-box;
}

.pm-cookie-close {
    width: 34px;
    height: 34px;

    position: absolute;
    top: 16px;
    right: 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;

    font-size: 22px;
    line-height: 1;

    cursor: pointer;

    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.pm-cookie-close:hover {
    color: #ffffff;
    background: rgba(232, 38, 44, 0.12);
    border-color: rgba(232, 38, 44, 0.28);
    transform: scale(1.04);
}

.pm-cookie-badge {
    width: fit-content;
    min-height: 24px;
    margin: 0 0 16px;
    padding: 0 10px;

    display: inline-flex;
    align-items: center;

    color: #E8262C;
    background: rgba(232, 38, 44, 0.12);
    border: 1px solid rgba(232, 38, 44, 0.28);
    border-radius: 999px;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pm-cookie-popup h2 {
    max-width: 420px;
    margin: 0 0 12px;

    color: #ffffff;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

.pm-cookie-popup p {
    margin: 0;

    color: #9BA7C0;

    font-size: 14px;
    font-weight: 550;
    line-height: 1.62;
}

.pm-cookie-status {
    margin-top: 18px;
}

.pm-cookie-status:empty {
    display: none;
}

.pm-cookie-actions {
    margin-top: 24px;

    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.pm-cookie-btn {
    width: 100%;
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 18px;

    border-radius: 12px;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.pm-cookie-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #ff3333 0%, #af0000 100%);
    border: 1px solid rgba(255, 51, 51, 0.34);
    box-shadow: 0 10px 24px rgba(175, 0, 0, 0.30);
}

.pm-cookie-btn-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ff4d4d 0%, #c40000 100%);
    box-shadow: 0 14px 30px rgba(175, 0, 0, 0.42);
}

.pm-cookie-btn-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pm-cookie-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.20);
}

.pm-cookie-btn-ghost {
    color: rgba(155, 167, 192, 0.92);
    background: transparent;
    border: 1px solid rgba(155, 167, 192, 0.14);
}

.pm-cookie-btn-ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.18);
}

.pm-cookie-link {
    width: fit-content;
    margin: 16px auto 0;

    display: block;

    color: rgba(155, 167, 192, 0.82);

    font-size: 12px;
    font-weight: 650;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;

    transition: color 0.2s ease;
}

.pm-cookie-link:hover {
    color: #ffffff;
}

/* Status shortcode fallback */
.pm-cookie-status .mdcc-consent-status,
.pm-cookie-status [class*="mdcc"] {
    color: #9BA7C0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 520px) {
    .pm-cookie-popup {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .pm-cookie-close {
        top: 12px;
        right: 12px;
    }

    .pm-cookie-popup h2 {
        padding-right: 34px;

        font-size: 23px;
        line-height: 1.16;
    }

    .pm-cookie-popup p {
        font-size: 13px;
        line-height: 1.55;
    }

    .pm-cookie-actions {
        margin-top: 20px;
        gap: 9px;
    }

    .pm-cookie-btn {
        min-height: 46px;

        font-size: 12.5px;
    }
}/* End custom CSS */