/* Theme integration is restricted to pages that use the Fexoya template. */
body.fexoya-homepage-template #inner-wrap,
body.fexoya-homepage-template .fexoya-template-area {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}
.fexoya-home-content {
    width: 100%;
    min-width: 0;
}
.fexoya-home-content #main {
    margin: 0;
    padding: 0;
    max-width: none;
}
.fexoya-home-content [id] { scroll-margin-top: 110px; }
.fexoya-home-content .icon-btn {
    padding: 0;
    line-height: 1;
    box-shadow: none;
}
.fexoya-home-content .hero-search input {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: var(--font-body);
    line-height: 1.6;
}
.fexoya-home-content .search-field input {
    padding: 0;
    margin: 0;
    box-shadow: none;
    font-family: var(--font-body);
    line-height: 1.6;
}
.fexoya-home-content .search-item {
    color: var(--ink);
    box-shadow: none;
}
.fexoya-home-content .fav {
    padding: 0;
    box-shadow: none;
}
.fexoya-home-content .faq-q {
    box-shadow: none;
    line-height: 1.5;
    border-radius: 0;
}
.fexoya-home-content .to-top { padding: 0; }
.fexoya-home-content .search-modal { z-index: 100000; }
