
:root{
    --bh-primary: #301934;
    --bh-primary-rgb: 48, 25, 52;
    --bh-secondary: #FFA400;
    --bh-secondary-rgb: 255, 164, 0;
}

.bg-primary,
.btn-primary,
.badge-primary,

/* .dropdown-item:hover, */
.dropdown-item:focus {
    background-color: #6045FF!important;
    border-color: #3412ff!important;
}

.navbar.bg-primary,
.border-primary {
    border-color: #3412ff!important;
}

.text-primary,
a:not(.btn):not(.nav-link):not(.navbar-brand):not(.dropdown-item):not(.text-white):not(.text-danger):not(.fc-event):not(.page-link) {
    color: #6045FF;
}

a:hover {
    color: var(--bh-secondary)!important;
}

.dropdown-item:active {
    background-color: #6045FF!important;
}

/* #event-title:hover {
    color: #3412ff;
} */

.championship-header {
    background: linear-gradient(45deg, #FF6B35, #F7931E, #FFD23F)!important;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
}

.note-float-right {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.video-container {
    margin-bottom: 1.5rem;
}

.video-container iframe {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}