/* Page header component styles */
.ab-page-header { padding:2rem; display:flex; align-items:center; justify-content:flex-start; gap:0.5rem; background-color:#fff; color:#212529; border-bottom:1px solid #e5e7eb; }
.ab-page-header h5 { margin:0; color:inherit; }
.ab-page-header a { text-decoration:none; color:#0d6efd; }
.ab-page-header a:hover { text-decoration:underline; }

/* Back arrow navigation styles */
.ab-page-header .ab-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1976D2;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
  transition: color 0.15s ease;
}

.ab-page-header .ab-back-link:hover {
  color: #1565C0;
  text-decoration: none;
}

.ab-page-header .ab-back-link i {
  font-size: inherit;
}
