/* --- UoK Branding for ICAIED 2025 --- */

/* 1. Main Header & Navigation Bar */
.header {
    background-color: #5E1822 !important; /* UoK Maroon */
    border-bottom: 4px solid #EAA807; /* UoK Gold Border */
}

/* Top toolbar text color */
.header .toolbar a {
    color: #ffffff !important;
}

/* 2. Buttons */
/* Primary Action Buttons (Register, Submit) */
.i-button.highlight, .action-button {
    background-color: #2F7BEE !important; /* UoK Blue */
    border-color: #2F7BEE !important;
    color: white !important;
}
.i-button.highlight:hover {
    background-color: #1a5bbd !important; /* Darker Blue on hover */
}

/* Secondary Buttons */
.i-button {
    color: #5E1822;
}

/* 3. Links and Typography */
a {
    color: #5E1822; /* Maroon links */
}
a:hover {
    color: #2F7BEE; /* Blue on hover */
}

/* Conference Title text (if logo not used or responsive view) */
.event-title {
    color: #5E1822 !important;
    font-family: 'Georgia', serif; /* Matching the serif font in logo */
}

/* 4. Badge & Labels */
.ui.label.blue {
    background-color: #2F7BEE !important;
}

/* 5. Menu / Tabs Styling */
.tabular.menu .item.active {
    border-top-color: #5E1822 !important;
    color: #5E1822 !important;
    font-weight: bold;
}