.workshop-round-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.workshop-round-section h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  font-weight: 700;
}

#inschrijfformulier {
    color: #000
}
.round-description {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.workshop-descriptions {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

.workshop-descriptions h4 {
    margin-top: 0;
    font-size: 16px;
}

.workshop-description {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.workshop-description em {
    color: #000;
}

.workshop-description:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.workshop-description strong {
    color: #333;
}

.workshop-duplicate-warning {
    margin-top: 15px;
}

.workshop-select {
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .workshop-round-section {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .workshop-descriptions {
        padding: 10px;
    }
}
