.content-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

.text-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}
.text-block a { font-weight: 500; color: #010185; }

.gap-0 { gap: 0; }

.fancy-line {
    width: 80%;
    height: 4px;
    margin: 40px auto;
    background: linear-gradient(to right, transparent, #c9bf95, #8b6815, #e8cc57, transparent);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}