.hnnp-header-account,
.elementor .hnnp-header-account {
    display: inline-flex !important;
    width: auto !important;
    min-width: 112px;
    min-height: 38px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid #2b5acd !important;
    border-radius: 7px !important;
    background: #2b5acd !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: background-color .16s ease, border-color .16s ease;
}

.hnnp-header-account:hover,
.hnnp-header-account:focus,
.elementor .hnnp-header-account:hover,
.elementor .hnnp-header-account:focus {
    border-color: #244eb5 !important;
    background: #244eb5 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.hnnp-header-account__label {
    display: block;
    max-width: 86px;
    overflow: hidden;
    color: inherit !important;
    line-height: inherit !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hnnp-header-account__icon {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    flex: 0 0 21px;
    margin: 0 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

@media (max-width: 767px) {
    .hnnp-header-account,
    .elementor .hnnp-header-account {
        min-width: 104px;
        min-height: 36px;
        padding: 7px 10px !important;
        font-size: 13px !important;
    }

    .hnnp-header-account__label {
        max-width: 72px;
    }

    .hnnp-header-account__icon {
        width: 20px !important;
        height: 20px !important;
        flex-basis: 20px;
    }
}
