/* ==============================
   Global Business Header
   ============================== */

.gs-business-header {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 16px;
}

.gs-business-name {
  font-weight: 600;
  color: #065f46; /* green-800 */
  font-size: 14px;
}

.gs-business-meta {
  font-size: 12px;
  color: #4b5563; /* gray-600 */
}
