.visitor-dukcapil-widget {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
}

.visitor-widget-header {
    background: #f7f7f7;
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.widget-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.visitor-stats-container {
    padding: 10px 12px;
}

.visitor-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

.visitor-stat-item {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

.visitor-stat-item .stat-icon {
    font-size: 18px;
    margin-bottom: 4px;
}

.stat-number {
    font-size: 16px;
    font-weight: bold;
}

.stat-label {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    margin-top: 2px;
}

.visitor-countries-section {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.countries-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
}

.visitor-countries-list {
    max-height: 150px;
    overflow-y: auto;
}

.country-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
}

.country-flag {
    margin-right: 6px;
}

.country-name {
    flex: 1;
    color: #333;
}

.country-count {
    font-weight: 600;
    font-size: 12px;
    background: #eaf4ff;
    padding: 2px 6px;
    border-radius: 8px;
    color: #0073aa;
}

.country-bar {
    display: none; /* Sembunyikan untuk minimalis */
}

.visitor-widget-footer {
    font-size: 11px;
    color: #888;
    padding: 8px 12px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
