.ta1-sales-dashboard-wrap {
  max-width: 1200px;
}

.ta1-filters {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
}

.ta1-filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}

.ta1-filters-row label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}

.ta1-filters-row input,
.ta1-filters-row select {
  min-width: 120px;
}

.ta1-stats-global {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ta1-stats-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ta1-card {
  flex: 1 1 200px;
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  padding: 15px;
}

.ta1-card-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 8px;
}

.ta1-card-value {
  font-size: 22px;
  font-weight: 700;
}

.ta1-charts,
.ta1-products,
.ta1-calendar {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  padding: 15px;
}

.ta1-charts canvas {
  max-width: 100%;
}

.ta1-calendar-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.ta1-calendar-table th,
.ta1-calendar-table td {
  border: 1px solid #e1e1e1;
  padding: 6px 8px;
  text-align: left;
}

.ta1-calendar-table th {
  background: #f7f7f7;
  font-weight: 600;
}

#ta1-products-table td,
#ta1-products-table th {
  padding: 6px 8px;
}
