.open-mentions-legales {
    cursor: pointer;
}

.mentions-legales-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

.mentions-legales-modal {
    max-width: 1320px;
    width: 100%;
    margin: 40px auto;
    background: #fff;
    border-radius: 20px;
    padding: 33px 35px 40px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.mentions-legales-modal .golf-popup-close {
    position: absolute;
    top: 30px;
    left: 30px;
}

.mentions-legales-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    color: #0D5347;
    font-family: "Arial Rounded MT Bold";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.69px;
    text-transform: uppercase;
    margin-left: 65px;
    width: fit-content;
}

.mentions-legales-title::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #0D5347;
}

.mentions-legales-content {
    margin-top: 35px;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.mentions-legales-content h2,
.mentions-legales-content h3,
.mentions-legales-content h4,
.mentions-legales-content h5,
.mentions-legales-content h6 {
    color: #C8B100;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.mentions-legales-content p {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .mentions-legales-overlay {
        padding: 15px 10px;
    }

    .mentions-legales-modal {
        padding: 25px 20px;
        margin: 20px auto;
        border-radius: 16px;
    }

    .mentions-legales-title {
        font-size: 18px;
    }

    .mentions-legales-content {
        font-size: 14px;
    }
}
