/* ===== PROFIL OLDAL ===== */

#users-profile-core .dl-horizontal {
    display: grid;
    grid-template-columns: 220px 1fr;
    row-gap: 10px;
    column-gap: 20px;
    align-items: center;
}

#users-profile-core .dl-horizontal dt,
#users-profile-core .dl-horizontal dd {
    margin: 0;
}

#users-profile-core .dl-horizontal dt {
    font-weight: 600;
}

#users-profile-core .dl-horizontal dd {
    padding: 0;
}

@media (max-width: 600px) {
    #users-profile-core .dl-horizontal {
        grid-template-columns: 1fr;
        row-gap: 4px;
    }

    #users-profile-core .dl-horizontal dd {
        margin-bottom: 12px;
    }
}


/* Fiókod tartalma:
   asztali normál menüsorban ne jelenjen meg,
   Off Canvas menüben viszont igen */

@media (min-width: 992px) {
    #sp-menu .sp-megamenu-parent > li.mobile-account-menu {
        display: none !important;
    }
}


/* ===== FIÓKOD TARTALMA - ASZTALI FELSŐ MENÜ ===== */

@media (min-width: 992px) {

    #sp-top2 {
        position: relative;
        padding-right: 160px;
        text-align: right;
    }

    /* Fiókod tartalma fixen a jobb szélre */
    #sp-top2 .desktop-account-menu {
        position: absolute !important;
        right: 0;
        top: -4;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    /* Fiókod tartalma felirat */
    #sp-top2 .desktop-account-menu .sp-module-title {
        margin: 0 !important;
        padding: 0;
        font-size: 16px;
        line-height: 40px;
        font-weight: 400;
        color: #fff;
        text-transform: none;
        cursor: pointer;
        white-space: nowrap;
    }

    /* Lenyíló menü */
    #sp-top2 .desktop-account-menu ul {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        min-width: 240px;
        margin: 0;
        padding: 8px 0;
        background: #fff;
        list-style: none;
        z-index: 99999;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        text-align: left;
    }

    #sp-top2 .desktop-account-menu:hover ul {
        display: block;
    }

    #sp-top2 .desktop-account-menu ul li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #sp-top2 .desktop-account-menu ul li a {
        display: block;
        padding: 10px 20px;
        color: #888;
        white-space: nowrap;
        text-decoration: none;
    }

    #sp-top2 .desktop-account-menu ul li a:hover {
        background: #f5f5f5;
        color: #333;
    }
}


/* ===== MOBIL ===== */

@media (max-width: 991px) {

    #sp-top2 .desktop-account-menu {
        display: none !important;
    }

    .desktop-account-link {
        display: none !important;
    }
}
@media (min-width: 992px) {

    #sp-top2 .desktop-account-menu .sp-module-title {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 32px !important;
        position: relative;
        top: -3px;
    }
}
.sp-educon-login a {
    color: #3f51b5 !important;
}

.sp-educon-login a:hover,
.sp-educon-login a:focus {
    color: #1f2f8f !important;
}
@media (min-width: 992px) {

    #sp-top2 .desktop-account-menu {
        padding-bottom: 12px !important;
        margin-bottom: -12px !important;
    }

    #sp-top2 .desktop-account-menu ul {
        top: 30px !important;
    }
}