/**
 * Q2 Admin Dashboard Styles
 */

.entity-meta .entity-meta__header {
  background-color: #f8f9fa81; /* Light gray background */
  border-radius: .5rem;
}

.admin-dashboard-products-link {
  text-align: right;
}
.admin-dashboard-products-link .button {
  background: #0074bd;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}
.admin-dashboard-products-link .button:hover {
  background: #005fa3;
}
