.anchor-light {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.prose {
    color: #475569;
    line-height: 1.625;
}

.prose > p:first-of-type {
    font-size: 1.25rem;
    color: #334155;
    font-weight: 500;
    margin-bottom: 2rem;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    color: #0f172a;
    font-weight: 800;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.prose h2 {
    font-size: 1.875rem;
}

.prose h3 {
    font-size: 1.5rem;
}

.prose p {
    margin-bottom: 1.5rem;
}

.prose blockquote {
    border-left-width: 4px;
    border-color: #2563eb;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-style: italic;
    font-size: 1.5rem;
    color: #1e293b;
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: rgba(239, 246, 255, 0.5);
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.prose ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.prose ul li {
    margin-bottom: 1rem;
}

.prose ul li strong {
    font-weight: 700;
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

@media (max-width: 768px) {
    .prose blockquote {
        font-size: 1.25rem;
        line-height: 1.6;
        padding-left: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .prose h2 {
        font-size: 1.5rem;
    }
}
