/* Colores de filas para EventDays en el RelationManager */
tr.event-day-montaje > td {
    background-color: rgb(255 247 237) !important; /* orange-50 */
}

tr.event-day-presentacion > td {
    background-color: rgb(243 244 246) !important; /* gray-100 */
}

:is(.dark) tr.event-day-montaje > td {
    background-color: rgb(124 45 18 / 0.2) !important; /* orange-950/20 */
}

:is(.dark) tr.event-day-presentacion > td {
    background-color: rgb(31 41 55 / 0.5) !important; /* gray-800/50 */
}
