/*
 * Theme Name:        OneLares Child
 * Theme URI:         https://onelares.com
 * Description:       Child theme of Twenty Twenty-Four for OneLares.com
 * Author:            OneLares
 * Author URI:        https://onelares.com
 * Template:          twentytwentyfour
 * Version:           1.0.0
 * License:           GNU General Public License v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:       onelares-child
 */

/*
 * All custom front-end styles go below this line.
 * The parent theme (Twenty Twenty-Four) styles are loaded
 * automatically via functions.php — no @import needed.
 */


 :where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}

/* Polylang styling */
.widget_polylang ul {
  list-style-type: none;
  padding-inline-start:1em;
}

/* Hide the chatbot test nav link for non-logged-in users */
.chatbot-nav-link.wp-block-navigation-item {
    display: none;
}

.logged-in .chatbot-nav-link {
    display: inline-flex;
}