/*
 Theme Name:   Salient Child
 Theme URI:    https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
 Description:  Salient Child Theme
 Author:       ThemeNectar
 Author URI:   https://themeforest.net/user/themenectar
 Template:     salient
 Version:      1.0.0
 Text Domain:  salient-child
 */

/* Odoo Partner Logo in Header (Menu Integration) */
li.odoo-partner-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
}

li.odoo-partner-logo a {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
}

li.odoo-partner-logo img {
    height: 48px !important;
    /* Ajustado para ser similar al Kit Digital */
    max-height: 48px !important;
    width: auto !important;
    transition: opacity 0.3s ease;
}

li.odoo-partner-logo a:hover img {
    opacity: 0.8 !important;
}

/* Odoo Badge Shortcode */
.odoo-badge {
    text-align: center;
    margin: 20px 0;
}

.odoo-badge img {
    max-width: 200px;
    height: auto;
}

/* Custom CSS goes here */