.editor-content h1,
.editor-content h2,
.editor-content h3 {
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.editor-content p {
    margin-bottom: 14px;
    line-height: 1.7;
    color: #444;
}

.editor-content ul {
    margin-left: 20px;
    list-style: disc;
}

.editor-content strong {
    font-weight: bold;
}

.editor-content a {
    color: #007BFF;
    text-decoration: underline;
}


.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.4;
    margin: 12px 0;
}


.seo-box .seo-content-collapsed {
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.seo-box .seo-content-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
}


.social-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-instagram-btn {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

