/*
Theme Name: ЕRС Theme
Theme URI: 
Author: Andrey Simashkov
Description: Минимальная классическая тема WordPress без блоков Gutenberg
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: erc-theme
*/
body {
    font-family: system-ui, sans-serif;
    background-color: #fff;
    color: #333;
}

.site-title a {
    font-weight: 600;
}

.nav li {
    list-style: none;
    margin: 0 8px;
}

.nav a {
    color: #333;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: underline;
}
img
{
    max-width: 100%;
    height: auto;
}

.erc-section h2
{
    font-size: 32px;
    margin-bottom: 40px;
}
.erc-section h3
{
    font-size: 28px;
    margin-bottom: 30px;
}

.propKey
{
    font-weight: bold;
    color: #555;
    width:300px;
    max-width: 100%;
    display: inline-block;
}
.propValue
{
    color: #555;
    max-width: 100%;
    display: inline-block;
}