/* 기존 CSS 유지 */
.logo__title {
    color: #001B54 !important;
}

.menu__list {
    background-color: #001B54 !important;
}

.menu {
    background-color: #001B54 !important;
}

.menu__item,
.menu__item a {
    background-color: #001B54 !important;
    color: #ffffff !important;
}

.menu__item:hover,
.menu__item a:hover {
    background-color: #44C1C4 !important;
    color: #ffffff !important;
}

.menu__item--active,
.menu__item--active a {
    background-color: #44C1C4 !important;
    color: #ffffff !important;
}

.footer {
    background-color: #001B54 !important;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

/* 헤더에 검색창 추가 */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search {
    margin-right: 20px;
}

.header-search input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 200px;
}

.meta__item-translations::before {
    content: "🌐";
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px); /* 위아래로 미세 조정 */
}
