/* Conferences View CSS */

.conferences-header {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 0 0 20px 20px;
}

.bg-gradient-info {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

@media (max-width: 768px) {
    .conferences-header {
        border-radius: 0 0 15px 15px;
    }
}