
.services-rich-content {
    line-height: 1.75;
    color: #475569;
}
.services-rich-content p {
    margin-bottom: 1.5rem;
}
.services-rich-content h2 {
    font-family: var(--font-display);
    font-size: 1.875rem;
    font-weight: 700;
    color: #020617;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}
.services-rich-content h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #020617;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.services-rich-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
.services-rich-content ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
}
.services-rich-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #2563eb;
    border-radius: 9999px;
}
.services-rich-content strong {
    color: #020617;
    font-weight: 600;
}
.services-rich-content blockquote {
    border-left: 4px solid #2563eb;
    padding-left: 1.5rem;
    font-style: italic;
    color: #020617;
    margin: 2rem 0;
}
.services-rich-content img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    margin: 2.5rem 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.services-rich-content a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}
.services-rich-content a:hover {
    color: #0d9488;
}
.services-rich-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}
.services-rich-content th {
    background-color: #f8fafc;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 700;
}
.services-rich-content td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1f5f9;
}
