.category-header {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #f7f7f7;
  border-left: 4px solid #1ab394; /* cor AdminLTE */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-title {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
}

.category-count {
  font-size: 13px;
  color: #777;
}

.powerbi-card-grid {
  margin-bottom: 25px;
}

.powerbi-card {
  background: white;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.powerbi-card:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
}

.powerbi-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  min-height: 40px;
  display: flex;
  align-items: center;     /* vertical */
  justify-content: center; /* horizontal */
  text-align: center;
}

.powerbi-actions {
  text-align: right;
}

.powerbi-actions .btn {
  margin-left: 5px;
}

.powerbi-title-link:hover {
  color: #337ab7;
  text-decoration: none;
}

.btn-success-custom {
  background-color: green;
  color: white;
}
