@import url('../../disco-premium/css/styles.css');

/* Timeline Disco Style */
.disco-timeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

.disco-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background: var(--disco-pink);
    box-shadow: 0 0 10px var(--disco-pink);
}

.timeline-item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 60px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    border: 4px solid var(--disco-purple);
    z-index: 10;
}

.timeline-time {
    font-family: var(--font-disco);
    color: var(--disco-pink);
    font-size: 1.2rem;
}

/* Dress Code Palette */
.color-swatch {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-block;
    margin: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}