/**
 * Lava Customizations - General Frontend Styles
 * Loaded early, before Elementor CSS
 */

/* Hide side cart button */
.adn-open-cart-button {
    display: none;
}

/* Sitemap Navigation Styles */
.sitemap-nav ul {
    list-style: none;
    padding-left: 20px;
}

.sitemap-nav .sitemap-menu {
    padding-left: 0;
}

.sitemap-nav a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

.sitemap-nav .menu-item-description {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-top: 3px;
}

.sitemap-menu > li {
    margin-bottom: 1rem !important;
}

.sitemap-menu > li > a {
    font-weight: bold;
}

/* Hide Elementor reCAPTCHA badge */
.elementor-g-recaptcha {
    display: none !important;
}

/* Search Results Page Customizations */
.search-results main .search-form {
    display: none !important;
}

.search-results main .page-header {
    display: none !important;
}

.search.search-results main .posts-container {
    max-width: 1140px;
    margin: 0 auto;
}

/* Hide featured images in search results */
.search .post-thumbnail,
.search .entry-image,
.search article img,
.search .wp-post-image,
.search-results .post-thumbnail,
.search-results .entry-image,
.search-results article img,
.search-results .wp-post-image {
    display: none !important;
}