.nh .nh__sale {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: var(--nh-radius);
    white-space: nowrap;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.nh__sale-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 16px;
}

.nh .nh__sale a {
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
}

.nh .nh__sale-close {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
    cursor: pointer;
}

.nh .nh__sale-close svg {
    width: 12px;
    height: 12px;
}

.nh__sale-content p {
    margin: 0;
}

@media (max-width: 1024px) {
    .nh .nh__sale {
        display: none;
    }

    .nh__sale-content {
        padding: 15px 48px 15px 16px;
    }

    .nh__sale-content .nh__sale-close {
        display: none;
    }
}
