/* Theme Color Overrides - Matching Logo Colors */

/* Primary Gold: #C9A961 */
/* Secondary Gold: #B8935E */
/* Dark Brown: #5C4033 */
/* Medium Brown: #7D5A3F */
/* Light Cream: #F5F1E8 */
/* Cream: #EDE7DC */

/* Override inline styles with new colors */
[style*="color: #D4AF37"],
[style*="color:#D4AF37"] {
    color: #C9A961 !important;
}

[style*="color: #8B4513"],
[style*="color:#8B4513"] {
    color: #5C4033 !important;
}

[style*="color: #8B7500"],
[style*="color:#8B7500"] {
    color: #7D5A3F !important;
}

[style*="color: #DEB887"],
[style*="color:#DEB887"] {
    color: #EDE7DC !important;
}

/* Border colors */
[style*="border-color: #D4AF37"],
[style*="border-color:#D4AF37"],
[style*="border: 2px solid #D4AF37"],
[style*="border: 3px solid #D4AF37"],
[style*="border-bottom: 2px solid #D4AF37"],
[style*="border-bottom: 3px solid #D4AF37"],
[style*="border-left: 4px solid #D4AF37"],
[style*="border-top: 1px solid #DEB887"],
[style*="border-top: 2px solid #DEB887"],
[style*="border-bottom: 1px solid #DEB887"],
[style*="border-bottom: 2px solid #DEB887"] {
    border-color: #C9A961 !important;
}

/* Background colors */
[style*="background: #D4AF37"],
[style*="background-color: #D4AF37"],
[style*="background: #8B7500"],
[style*="background-color: #8B7500"] {
    background-color: #C9A961 !important;
}

/* Gradient backgrounds */
[style*="linear-gradient(135deg, #D4AF37 0%, #8B7500 100%)"],
[style*="linear-gradient(135deg, #D4AF37, #CD853F)"] {
    background: linear-gradient(135deg, #C9A961 0%, #7D5A3F 100%) !important;
}

[style*="linear-gradient(135deg, #F5E6D3 0%, #FFF8DC 100%)"] {
    background: linear-gradient(135deg, #F5F1E8 0%, #EDE7DC 100%) !important;
}

/* Hover effects */
[onmouseover*="rgba(212, 175, 55, 0.1)"],
[onmouseover*="rgba(212, 175, 55, 0.15)"] {
    transition: background 0.3s ease !important;
}

/* Shadow colors */
[style*="rgba(139, 69, 19, 0.1)"],
[style*="rgba(139, 69, 19, 0.15)"] {
    box-shadow: 0 2px 8px rgba(92, 64, 51, 0.1) !important;
}

[style*="rgba(212, 175, 55, 0.2)"],
[style*="rgba(212, 175, 55, 0.3)"] {
    border-color: rgba(201, 169, 97, 0.3) !important;
}
