/* ===== layout.css — шапка, навигация, футер ===== */

/* Шапка */
.header-handle {
    font-size: 0.9rem;
}

.header-logo img {
    height: 60px;
}

.header-search {
    width: 100px;
    text-align: right;
}

.header-search a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #555;
    text-decoration: none;
    font-size: 0.9rem;
}

.header-search a:hover {
    color: #111;
}

/* Навигация */
.nav-custom {
    justify-content: center;
}

.nav-custom a {
    color: #555;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.nav-custom a:hover,
.nav-custom a.active {
    color: #000;
    border-bottom: 2px solid #000;
}

/* Футер */
.footer-logo img {
    height: 40px;
}
