/* Add custom CSS styles below */ 
/* Make text black on light backgrounds and white on dark backgrounds */
.text-auto-color {
    color: black; /* Default color */
}

/* Use blend mode to determine contrast automatically */
.text-auto-color {
    mix-blend-mode: difference;
}

/* Fallback for browsers that do not support mix-blend-mode */
.dark-bg .text-auto-color {
    color: white;
}

.light-bg .text-auto-color {
    color: black;
}

/* Ensure header text in Salla is always black */
.header .text-auto-color {
    color: black !important;
}

.whatsapp-image[src="https://line.sa/wp-content/uploads/2024/04/whatsapp.png"] {
    display: none !important;
}

#btn-show-more {
    color: #000 !important; /* لون أسود */
}

.s-search-input {
    background-color: rgba(64, 64, 64, 0.4) !important; /* رمادي غامق مع شفافية 40% */
    color: #fff !important; /* لون النص أبيض ليكون واضحًا */
    border: none !important; /* إزال


.header-menu-icon {
    color: #000 !important; /* لون أسود */
}

.header-menu-icon {
    color: #000 !important; /* لون أسود */
}