/* Country code near logo */
.yt-country-code {
    display: inline-block;
    position: relative;
    top: -18px;

    margin-left: -20px;
    margin-right: 12px;

    color: #111;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.yt-header-inner .yt-country-code {
    flex: 0 0 auto;
}

@media (max-width: 700px) {
    .yt-country-code {
        top: -6px;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 6px;
    }
}