/* Styles for the conditions page */

.cgu-container {
    background: linear-gradient(180deg, #f7faf7, #ffffff);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    max-width: 900px;
    width: 80%;
    padding: .5rem 3rem;
    border-radius: 10px;
    margin: 0 auto;
}

.cgu-heading {
    font-size: 1.5rem;
    margin: 2rem 0 1.5rem 0;
    color: #0b6e4f;
    text-align: center;
}

.cgu-section {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.04);
}

.cgu-section-title {
    font-size: 1.15rem;
    margin: 0 0 0.5rem 0;
    color: #0f172a;
}

.cgu-section p {
    color: #333;
    line-height: 1.6;
    margin: 0 0 0.5rem 0;
    font-size: 0.98rem;
    text-align: justify;
}


@media (max-width: 720px) {
    .cgu-container {
        padding: 1rem;
        width: 90%;
    }

    .cgu-heading {
        font-size: 1.3rem;
        margin: 1.5rem 0 1rem 0;
    }
}

@media print {
    .cgu-container {
        box-shadow: none;
        border: none;
    }
}


@media (max-width: 720px) {

    .cgu-container {
        width: 95%;
    }

    .cgu-section-title {
        font-size: 1.05rem;
    }

    .cgu-section p {
        font-size: 0.9rem;
        line-height: 1.55;
        text-align: left;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
    }

    .cgu-section br {
        display: none;
    }

    .cgu-container {
        padding: 1rem 1rem;
    }
}

@media (max-width: 480px) {
    .cgu-container {
        padding: 0.75rem 0.75rem;
    }

    .cgu-heading {
        font-size: 1.05rem;
        margin: 1rem 0 0.75rem 0;
    }

    .cgu-section-title {
        font-size: 0.95rem;
    }

    .cgu-section {
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .cgu-section p {
        font-size: 0.8rem;
        line-height: 1.5;
    }
}
