/*
Theme Name: CaravansOnRent Child
Description: Child theme for caravansonrent.com — holds custom templates like single-caravans.php, archive-caravans.php
Author: CaravansOnRent
Template: hello-elementor
Version: 1.1
*/

/* ==============================================================
   SITE-WIDE FIX: Elementor "Icon List" widget (used for the
   header phone/email top-bar social icons, and the footer social
   icons) sometimes loses its horizontal layout CSS on this site
   because of Elementor's "Optimized CSS Loading" setting — it
   only loads a widget's CSS on pages Elementor thinks use that
   widget, and can miss header/footer widgets on some templates.
   This restores the correct horizontal layout everywhere
   (Home, Caravans pages, Footer, Header) regardless of that.
   ============================================================== */
.elementor-icon-list-items.elementor-inline-items {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    display: inline-flex !important;
    align-items: center !important;
}