.elementor-5725 .elementor-element.elementor-element-9dfad8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-fb49af6 */.terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

/* Намаляване на размера на H1 */
.terms-container h1 {
    text-align: center;
    font-size: 26px;
    color: #444;
    font-weight: bold;
    margin-bottom: 20px;
}

/* По-добро оформление на H2 (само със сини разделители) */
.terms-container h2 {
    font-size: 20px;
    color: #007bff;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff; /* Само син разделител */
    font-weight: bold;
}

/* Премахване на сивите линии */
.terms-container h2::before {
    display: none;
}

/* Стилизиране на параграфи */
.terms-container p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

/* По-добро оформление на списъците */
.terms-container ul {
    margin-left: 20px;
    padding-left: 20px;
}

.terms-container ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #444;
}

/* Стилизиране на линкове */
.terms-container a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.terms-container a:hover {
    text-decoration: underline;
}

/* Responsive стил за мобилни устройства */
@media (max-width: 768px) {
    .terms-container {
        padding: 20px;
    }
    .terms-container h1 {
        font-size: 22px;
    }
    .terms-container h2 {
        font-size: 18px;
    }
    .terms-container p, .terms-container ul li {
        font-size: 14px;
    }
}/* End custom CSS */