/* Theme Name: Moore Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of moore
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: moore
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  moore-child
*/
function add_quandoo_booking_widget() {
    // Only load on the frontend
    if (!is_admin()) {
        echo '<script src="https://booking-widget.quandoo.com/index.js" data-merchant-id="98099" data-theme="brand" data-lang="de"></script>';
    }
}

// Force adminify-content background to black
add_action('admin_head', function () {
    ?>
    <style>
        .adminify-content {
            background-color: #000 !important;
            color: #fff !important; /* make text visible on black */
        }
    </style>
    <?php
});

add_action('wp_footer', 'add_quandoo_booking_widget');


.cip_clock {
    background: #ffffff !important;   /* solid white background */
    background-image: none !important; /* remove any gradient */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px !important; /* subtle shadow */
    color: #000000 !important; /* ensure text is readable on white */
}




