/*
Theme Name: Knit Line
Theme URI: https://example.com/knit-line
Author: Your Name
Author URI: https://example.com
Description: A light, modern Elementor-ready theme with a knit pattern background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: knit-line
Tags: light, elementor, responsive, custom-background
*/

body {
    font-family: 'Arial', sans-serif;
    background: #ffffff;
    color: #333;
    margin: 0;
    padding: 0;
}

a {
    color: #cc3366;
    text-decoration: none;
}

a:hover {
    color: #ff4d88;
}

header, footer {
    background: rgba(255, 255, 255, 0.95);
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.advertise-button .elementor-button-icon{
	position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    top: 0px;
    text-align: center;
    background: #6392d0;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    justify-content: center;
}

.footer-location-icon {
    height: 40px;
    width: 45px;
    text-align: center;
}