.meteo2-cookie-consent {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2147483000;
    font-family: Arial, Helvetica, sans-serif;
    color: #315f7c;
}

.meteo2-cookie-consent__content {
    width: min(940px, calc(100% - 24px));
    margin: 0 auto;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
    border: 1px solid #b9d3ff;
    border-radius: 8px;
    box-shadow: 0 6px 22px rgba(41, 102, 136, 0.24);
}

.meteo2-cookie-consent__copy {
    max-width: 690px;
}

.meteo2-cookie-consent__title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #4686ab;
}

.meteo2-cookie-consent p {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
}

.meteo2-cookie-consent a {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #0071ac;
    text-decoration: underline;
}

.meteo2-cookie-consent__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.meteo2-cookie-consent__button,
.meteo2-cookie-settings {
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #b9d3ff;
    font-weight: 700;
    color: #0071ac;
    background: #e7f0ff;
}

.meteo2-cookie-consent__button {
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    font-size: 14px;
}

.meteo2-cookie-consent__button--accept {
    color: #ffffff;
    border-color: #2f81bd;
    background: linear-gradient(180deg, #4da2d8 0%, #2375b1 100%);
}

.meteo2-cookie-consent__button--reject {
    background: #f3f7ff;
}

.meteo2-cookie-settings {
    position: fixed;
    left: 12px;
    bottom: 12px;
    z-index: 2147482999;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: 0 4px 14px rgba(41, 102, 136, 0.18);
}

@media screen and (max-width: 740px) {
    .meteo2-cookie-consent {
        left: 6px;
        right: 6px;
        bottom: 6px;
    }

    .meteo2-cookie-consent__content {
        width: auto;
        display: block;
        padding: 12px;
    }

    .meteo2-cookie-consent__title {
        font-size: 15px;
    }

    .meteo2-cookie-consent p {
        font-size: 12px;
    }

    .meteo2-cookie-consent__actions {
        margin-top: 10px;
    }

    .meteo2-cookie-consent__button {
        flex: 1 1 50%;
        min-width: 0;
    }
}
