/*
Theme Name: My
Description: Minimal custom theme for Elementor Canvas Template
Version: 1.0.0
Text Domain: my
*/

/* Сброс базовых стилей */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
}

/* Убираем подчёркивания ссылок */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Полная ширина для контента */
.site-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Скрываем заголовки страниц (для Canvas Template) */
.page-title,
.entry-title {
    display: none;
}