/* Tárhely Méret Elemző Frontend Styles */

.tme-widget {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.tme-widget h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
}

.tme-widget-content {
    color: #666;
    line-height: 1.6;
}

.tme-mini-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.tme-mini-stat {
    text-align: center;
    flex: 1;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    margin: 0 5px;
}

.tme-mini-stat:first-child {
    margin-left: 0;
}

.tme-mini-stat:last-child {
    margin-right: 0;
}

.tme-mini-stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.tme-mini-stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
