/* ── SGW Text Editor + Divider ──────────────────────────── */

.sgw-te-content {
    width: 100%;
    box-sizing: border-box;
}

.sgw-te-content h1,
.sgw-te-content h2,
.sgw-te-content h3,
.sgw-te-content h4 {
    margin-top: 32px;
    margin-bottom: 0;
    line-height: 1.3;
}

.sgw-te-content h1:first-child,
.sgw-te-content h2:first-child,
.sgw-te-content h3:first-child,
.sgw-te-content h4:first-child {
    margin-top: 0;
}

/* Divider — div, not span, guaranteed block */
.sgw-te-divider {
    display: block !important;
    width: 80px;
    height: 2px;
    background-color: #d4a0b0;
    margin-top: 8px;
    margin-bottom: 16px;
    border: none;
    padding: 0;
    clear: both;
}

.sgw-te-content p {
    margin-top: 0;
    margin-bottom: 14px;
}

.sgw-te-content p:last-child {
    margin-bottom: 0;
}

.sgw-te-content ul,
.sgw-te-content ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.sgw-te-content li {
    margin-bottom: 6px;
}

.sgw-te-content a {
    color: inherit;
    text-decoration: underline;
}

.sgw-te-content a:hover {
    opacity: 0.75;
}
