.le-reseller-portal {
    max-width: 960px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.le-portal-header {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}
.le-portal-header h2 {
    margin-top: 0;
}
.le-stats-boxes {
    display: flex;
    gap: 20px;
}
.le-stat-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    flex-grow: 1;
    text-align: center;
}
.le-stat-box strong {
    display: block;
    font-size: 14px;
    color: #555;
}
.le-stat-box span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #0073aa;
}
.le-search-form {
    margin-bottom: 15px;
}
.le-license-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}
.le-license-table th, .le-license-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.le-license-table thead th {
    background: #f5f5f5;
    font-weight: bold;
}
.le-pagination {
    margin-top: 20px;
}
.le-pagination .page-numbers {
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
}
.le-pagination .page-numbers.current {
    background: #0073aa;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .le-license-table thead { display: none; }
    .le-license-table tr { display: block; margin-bottom: 15px; border: 1px solid #e5e5e5; }
    .le-license-table td { display: block; text-align: right; border-bottom: 1px dotted #ccc; }
    .le-license-table td::before { content: attr(data-label); float: left; font-weight: bold; }
    .le-stats-boxes { flex-direction: column; }
}

/* Az "Összes licencem" menüpont ikonjának végleges és teljes definíciója */
.woocommerce-MyAccount-navigation-link--osszes-licencem a::before {
    content: '\e8aa' !important;
    font-family: 'mfn-icons' !important;
    display: inline-block !important;

    /* Igazítás és térköz */
    width: 22px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}