<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Demo-child
Theme URI:
Description:    anila child theme.
Author:         Me
Author URI:
Template:       anila
Version:        1.0.0
*/


.home-free .logo-free{
    position: absolute;
    top: -21px;
    left: 30px;
}
.home-free .logo-free svg{
    width: 78px !important;
}
.home-free .hfe-site-logo-container{
    position: relative;
}

.elementor-widget-site-logo.icon-logo-theme-anila .hfe-site-logo-container {
    position: relative;
}
.elementor-widget-site-logo.icon-logo-theme-anila .hfe-site-logo-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -8px;
    bottom: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary);
}

.elementor-widget-site-logo.icon-logo-theme-anila.white .hfe-site-logo-container {
    position: relative;
}
.elementor-widget-site-logo.icon-logo-theme-anila.white .hfe-site-logo-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -8px;
    bottom: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
}</pre></body></html>