/* azure.css — Azure certifications page */

.page-header-azure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.azure-brand-logo {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-4);
}
