.top-strip {
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.top-strip__inner {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
    color: #5a5a5a;
}

.top-strip__notice {
    flex: 1;
    line-height: 35px;
    padding-left: 10px;
    border-left: 1px solid #ececec;
}

.top-strip__nav {
    min-width: 78px;
    padding: 10px 12px;
    text-align: center;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    color: #666;
}

@media (max-width: 820px) {
    .top-strip__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-strip__notice {
        text-align: center;
    }

    .top-strip__nav {
        min-width: 112px;
    }
}
