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

.body-bg {
    background: #fff;
}

.hidden {
    display: none;
}

.top-line {
    background: #f4f4f4;
    font-size: 14px;
    min-height: 42px;
}

.top-line ul,
.language-menu,
.top-line__wcag ul,
.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-line ul li,
.language-menu li,
.top-line__wcag ul li {
    display: inline-block;
    margin-right: 16px;
}

.top-line a {
    color: #333;
    text-decoration: none;
}

.top-line__language {
    margin-right: 20px;
}

.language-menu a {
    text-transform: uppercase;
    font-weight: 700;
}

#page-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

#page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand img {
    max-width: 320px;
    height: auto;
}

.navbar-nav {
    display: flex;
    gap: 22px;
}

.nav-link {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}

.nav-link:hover {
    color: #005baa;
}

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

.footer-section {
    background: #222;
    color: #fff;
    padding: 30px 0;
    margin-top: 60px;
}
