/* ====== Загальні параметри ====== */
body {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2b2b2b;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

/* ====== Шапка та логотип ====== */
.pkp_site_name {
    font-size: 28px;
    font-weight: bold;
    color: #0056a3;
    margin: 10px 0;
}

.pkp_navigation_primary > li > a {
    color: #ffffff;
    background: #0056a3;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0 5px;
    text-decoration: none;
}

.pkp_navigation_primary > li > a:hover {
    background: #007acc;
}

/* ====== Посилання ====== */
a {
    color: #0056a3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #007acc;
}

/* ====== Заголовки ====== */
h1, h2, h3, h4, h5 {
    font-family: "Georgia", serif;
    color: #003366;
    margin: 20px 0 10px;
}

/* ====== Кнопки ====== */
.pkp_button,
button,
input[type="submit"] {
    background-color: #0056a3;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.pkp_button:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #007acc;
}

/* ====== Статті ====== */
.obj_article_summary {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.obj_article_summary h3 a {
    color: #0056a3;
    font-weight: bold;
}

/* ====== Футер ====== */
.pkp_structure_footer {
    background: #003366;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.pkp_structure_footer a {
    color: #fff;
    font-weight: bold;
}
