/* Accessibility Fixes */

/* Fix low contrast text */
#ai-chatbot-btn {
    background: #0056b3 !important;
    color: #ffffff !important;
}

.video-placeholder {
    background: #e9ecef !important;
    border: 2px solid #495057 !important;
}

.video-placeholder p {
    color: #212529 !important;
    font-weight: 600 !important;
}

.video-placeholder i {
    color: #495057 !important;
}

/* Convert semantic h5 to h3 for proper hierarchy */
h5.card-title { display: block; }
h5.product-title { display: block; }
h5.footer-heading { display: block; }
h5.mt-3 { display: block; }

/* Fix heading hierarchy - convert h5 to h3 styling */
h5.card-title,
h5.product-title,
h5.footer-heading,
h5.mt-3 {
    font-size: 1rem !important;
    font-weight: 600 !important;
}

/* Proper heading sizes */
h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.9rem; }