.glamour-category-description {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 920px;
}

.glamour-category-description :where(p, ul, ol) {
    margin-bottom: 1rem;
}

.glamour-category-description :where(p:last-child, ul:last-child, ol:last-child) {
    margin-bottom: 0;
}

.glamour-category-description :where(h2, h3, h4) {
    color: #111;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.glamour-category-description :where(h2:first-child, h3:first-child, h4:first-child) {
    margin-top: 0;
}

.glamour-category-description a {
    color: #111;
    text-decoration: underline;
}
