/* Elecciones USACH - Custom Styles */

/* Timeline styles */
.timeline-item::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #00a499;
    border-radius: 50%;
    border: 3px solid #e0f2f1;
}

.timeline-item::after {
    content: '';
    position: absolute;
    left: -22px;
    top: 24px;
    width: 2px;
    height: calc(100% - 8px);
    background: #e0e0e0;
}

.timeline-item:last-child::after {
    display: none;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles */
a:focus,
button:focus {
    outline: 2px solid #00a499;
    outline-offset: 2px;
}

/* Prose adjustments */
.prose p {
    margin-bottom: 1rem;
}

.prose strong {
    color: #1f2937;
}
