/* Start custom CSS for text-editor, class: .elementor-element-30ba7f3 */.seo-block {
    width: 100%;
    max-width: none;
    margin: 0;
    font-family: inherit;
    color: inherit;
}

.seo-block h2 {
    margin: 0 0 20px;
}

.seo-block h3 {
    margin: 30px 0 15px;
}

.seo-block p {
    margin: 0 0 16px;
    line-height: 1.6;
}

.seo-more {
    margin-top: 5px;
}

.seo-more summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.seo-more summary::-webkit-details-marker {
    display: none;
}

.seo-more summary:hover {
    opacity: 0.7;
}

.seo-more summary::after {
    content: "↓";
    display: inline-block;
    transition: transform 0.2s ease;
}

.seo-more[open] summary::after {
    transform: rotate(180deg);
}

.seo-more[open] summary {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .seo-block h2 {
        margin-bottom: 16px;
    }

    .seo-block h3 {
        margin: 24px 0 12px;
    }

    .seo-block p {
        margin-bottom: 14px;
        line-height: 1.55;
    }
}/* End custom CSS */