/* Estilo mínimo para Visits Stadistics */
.vs-widget-card,
.vs-widget-content,
.vs-widget-title,
.vs-widget-value,
.vs-widget-meta,
.vs-widget-type,
.vs-widget-icon {
    all: unset;
}

.vs-widget-card {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: inherit;
    background: none;
    border: none;
    box-shadow: none;
}

.vs-widget-value {
    font-weight: bold;
    font-size: 16px;
    display: inline;
}

.vs-widget-title,
.vs-widget-meta,
.vs-widget-type {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    color: inherit;
    margin: 0;
    padding: 0;
}

.vs-no-data {
    color: #888;
    font-style: italic;
}
    color: #6366f1;
    text-decoration: none;
    transition: color 0.2s;
}

.vs-widget-meta a:hover {
    color: #4338ca;
    text-decoration: underline;
}

.vs-widget-type {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    background: #f3f4f6;
    color: #6b7280;
}

.vs-no-data {
    font-size: 16px;
    font-weight: 400;
    color: #9ca3af;
    font-style: italic;
}

/* Responsive */
@media (max-width: 480px) {
    .vs-widget-card {
        padding: 16px;
        gap: 12px;
    }

    .vs-widget-icon {
        width: 44px;
        height: 44px;
    }

    .vs-widget-icon svg {
        width: 22px;
        height: 22px;
    }

    .vs-widget-value {
        font-size: 22px;
    }
}
