/* ===== TERMENI & CONDIȚII ===== */


body.termeni-page {
    padding-top: 100px;
    background: #ffffff;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
}

/* Container text */
.terms-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

/* Titlu */
.terms-wrapper h2 {
    color: #0097b2;
    margin-bottom: 25px;
    text-align: center;
    font-size: 28px;
}

/* Paragrafe */
.terms-wrapper p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 16px;
}

/* Subtitluri */
.terms-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #0cc0df;
    font-size: 20px;
}

/* Listă */
.terms-wrapper ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.terms-wrapper ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
    .terms-wrapper {
        padding: 10px;
    }
}