/* ========================================
   UTILITIES - HELPER CLASSES
   Most specific layer: Override classes with !important
   ======================================== */

/* ========================================
   COLOR UTILITIES
   ======================================== */

/* Text Colors */
.text-apidae-honey {
    color: var(--apidae-honey) !important;
}

.text-apidae-lagoon {
    color: var(--apidae-lagoon) !important;
}

.text-apidae-dark-grey {
    color: var(--apidae-dark-grey) !important;
}

.apidae-brand-text {
    color: var(--apidae-white) !important;
}

/* Background Colors */
.bg-apidae-honey {
    background-color: var(--apidae-honey) !important;
}

.bg-apidae-lagoon {
    background-color: var(--apidae-lagoon) !important;
}

/* Border Colors */
.border-apidae-honey {
    border-color: var(--apidae-honey) !important;
}

.border-apidae-lagoon {
    border-color: var(--apidae-lagoon) !important;
}

/* ========================================
   SPACING UTILITIES
   ======================================== */

.alert-custom {
    margin-bottom: var(--spacing-md) !important;
}

/* ========================================
   DISPLAY UTILITIES  
   ======================================== */

/* Additional display utilities can be added here as needed */

/* ========================================
   RESPONSIVE UTILITIES
   ======================================== */

/* Responsive utilities can be added here for specific override needs */