/* Site Updates Styles */
.bg-soft-primary {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.timeline-line {
    border-left: 2px solid rgba(13, 110, 253, 0.25);
}

.timeline-dot {
    z-index: 1;
}

.update-content {
    white-space: pre-wrap;
    font-size: 1.05rem;
}