.ps-grad-text {
    background-image: linear-gradient(to right, #ff974f 0, #E91E63 36%, #E91E63 65%, #ff5752 100%);
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.blog-content h1,
.blog-content h2,
.blog-content h3 {
    color: #2D2D2D;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    margin: 1.6em 0 0.6em;
}

.legal-content h1,
.blog-content h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.legal-content h2,
.blog-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.legal-content h3,
.blog-content h3 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.legal-content p,
.legal-content li,
.blog-content p,
.blog-content li {
    color: rgb(45 45 45 / 0.78);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-content ul,
.legal-content ol,
.blog-content ul,
.blog-content ol {
    margin: 1rem 0 1.5rem 1.25rem;
}

.legal-content ul,
.blog-content ul {
    list-style: disc;
}

.legal-content ol,
.blog-content ol {
    list-style: decimal;
}

.legal-content a,
.blog-content a {
    color: #006738;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-content img,
.blog-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}
