/* Loaded after page skin styles so shared account menu metrics stay identical. */
@media (min-width:769px) {
    .hm-account-page__menu .hm-account-menu-group__heading {
        height:24px;
        margin:0 0 8px;
    }

    .hm-account-page__menu .hm-account-menu-group__heading h2 {
        height:24px;
        line-height:24px;
    }

    .hm-account-page__menu .hm-account-menu-group__links a {
        display:flex !important;
        align-items:center !important;
        height:36px !important;
        min-height:36px !important;
        padding:0 !important;
        line-height:20px !important;
    }

    .hm-account-page__menu .hm-account-menu-group__links a.is-active {
        font-weight:400 !important;
    }

    .hm-account-page__menu .hm-account-menu-group__links .hm-account-menu__count {
        position:relative !important;
        display:inline-block !important;
        flex:0 0 20px;
        width:20px !important;
        height:20px !important;
        min-width:20px !important;
        margin-left:8px;
        font-family:"Pretendard Variable","Pretendard",sans-serif !important;
        font-size:11px !important;
        font-weight:600 !important;
        line-height:20px !important;
    }

    .hm-account-page__menu .hm-account-menu-group__links .hm-account-menu__count-value {
        position:absolute !important;
        inset:0 !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        padding-top:1px !important;
        line-height:1 !important;
        transform:none !important;
    }

    .hm-account-page__menu .hm-account-menu-group__links .hm-account-menu__point {
        background:#111 !important;
        color:#fff !important;
    }
}
