/* Custom styles for RaceManager Pro */
#rm-pro-interface select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

#rm-pro-interface table th, 
#rm-pro-interface table td {
    vertical-align: middle;
}

/* Animations simples */
.rm-pro-status-update {
    transition: all 0.2s ease-in-out;
}

.rm-pro-status-update:hover {
    border-color: #3b82f6; /* Blue 500 */
}
