.elementor-988120 .elementor-element.elementor-element-93c3fbd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7c7f3b3 *//* Container general pentru text */
.text-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #333333;
}

/* Titluri H1, H2, H3 */
.text-container h1 {
    font-size: 36px;
    font-weight: 700;
    color: #28a745; /* verde în loc de albastru */
    margin-bottom: 20px;
    line-height: 1.2;
}

.text-container h2 {
    font-size: 28px;
    font-weight: 600;
    color: #28a745; /* verde */
    margin-top: 30px;
    margin-bottom: 15px;
}

.text-container h3 {
    font-size: 22px;
    font-weight: 500;
    color: #28a745; /* verde */
    margin-top: 25px;
    margin-bottom: 12px;
}

/* Paragrafe */
.text-container p {
    font-size: 17px;
    margin-bottom: 18px;
    text-align: justify;
}

/* Liste */
.text-container ul, .text-container ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.text-container li {
    margin-bottom: 10px;
}

/* Blocuri de tip "card" sau evidențiere */
.text-container .highlight {
    background-color: #e6f4ea; /* verde deschis */
    border-left: 4px solid #28a745; /* verde accent */
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
}

/* Link-uri */
.text-container a {
    color: #28a745; /* verde */
    text-decoration: none;
    font-weight: 500;
}

.text-container a:hover {
    text-decoration: underline;
}

/* Responsive pentru mobil */
@media (max-width: 768px) {
    .text-container {
        padding: 20px;
        margin: 20px;
    }

    .text-container h1 {
        font-size: 28px;
    }

    .text-container h2 {
        font-size: 24px;
    }

    .text-container h3 {
        font-size: 20px;
    }

    .text-container p {
        font-size: 16px;
    }
}/* End custom CSS */