.woosw-statistics {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.woosw-statistics-header {
    margin-bottom: 30px;
}

.woosw-statistics-filters {
    display: flex;
    align-items: center;
    gap: 15px;
}

#woosw-stats-period {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

#woosw-stats-custom-range {
    display: flex;
    gap: 10px;
    align-items: center;
}

#woosw-stats-custom-range input {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.woosw-statistics-content {
    margin-bottom: 30px;
}

.woosw-statistics-chart-container {
    height: 400px;
    position: relative;
    width: 100%;
}

.woosw-stat-box {
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex: 1;
}

.woosw-stat-box.count-add {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.woosw-stat-box.count-remove {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.woosw-stat-box .label {
    font-size: 13px;
    opacity: 0.9;
    font-weight: 500;
}

.woosw-stat-box .value {
    font-size: 24px;
    font-weight: 700;
}

.woosw-statistics-top-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.woosw-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.woosw-top-section h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
    white-space: nowrap;
}

.woosw-top-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woosw-top-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.2s;
}

.woosw-top-list li:hover {
    background: #f1f1f1;
}

.woosw-top-list li .product-name {
    font-weight: 500;
    color: #111827;
}

.woosw-top-list li .product-count {
    background: #e5e7eb;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

.woosw-statistics-disabled {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.woosw-notice-info {
    border-left: 4px solid #3b82f6;
    background: #eff6ff;
    padding: 15px 20px;
    border-radius: 4px;
}

.woosw-notice-info p {
    margin: 0;
    color: #1e40af;
    font-size: 14px;
    line-height: 1.5;
}

.woosw-notice-info a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
}

.woosw-notice-info a:hover {
    color: #1d4ed8;
}
