/*
Theme Name: ЛИДАМЕД
Theme URI: https://lidamed.ru/
Author: ЛИДАМЕД
Author URI: https://lidamed.ru/
Description: Индивидуальная тема WordPress для проекта ЛИДАМЕД
Version: 1.0
Text Domain: lidamed
*/

/* =========================================================
   LIDAMED — CORE 00: RESET / BASE
   Базовый файл темы. Основная стилистика проекта находится в:
   /wp-content/themes/lidamed/assets/css/custom.css
   ========================================================= */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222;
    background: #fff;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-main {
    min-height: 400px;
}

/* =========================================================
   LIDAMED — CORE 01: LAYOUT
   ========================================================= */

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =========================================================
   LIDAMED — CORE 02: TYPOGRAPHY
   ========================================================= */

.lm-section-title {
    margin: 0 0 28px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
}

@media (max-width: 600px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lm-section-title {
        font-size: 28px;
    }
}
