/* Container widget */
.row-recent-users,
.row-user-stats {
    padding: 15px;
    background: url('/wp-content/themes/editorial/assets/images/dark-mosaic.png') repeat center center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    color: #ccc;
    font-family: Archivo, sans-serif;
    margin-bottom: 10px;
}

/* Lista utenti */
.row-recent-users ul,
.row-user-stats ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.row-recent-users li {
    margin-bottom: 5px;
}

.row-recent-users a {
    color: #00FF00;
    text-decoration: none;
}

.row-recent-users a:hover {
    text-decoration: underline;
}

.row-recent-users small,
.row-user-stats small {
    color: #aaa;
    font-size: 12px;
}

/* Statistiche utenti */
.row-user-stats strong {
    color: #fff;
}

hr.mt-3 {
    border: 1px solid #00FF00;
    margin-top: 15px;
    margin-bottom: 10px;
}
