@layer features {

.azure-icon {
  width: 28px;
  height: 28px;
  color: var(--color-text-primary);
  flex-shrink: 0;
}
/* Azure export: in-progress loading + result (above other modals) */
.azure-export-task-overlay {
  z-index: 10005;
}
.azure-export-task-body {
  text-align: center;
  max-width: 440px;
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-default);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.azure-export-task-title {
  margin-bottom: 12px;
  text-align: center;
}
.azure-export-task-subtitle {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
  font-weight: var(--font-weight-regular);
}
.azure-export-loading-spinner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.azure-export-result-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.azure-export-result-success {
  background: var(--c-success-700);
  color: var(--color-text-inverse);
}
.azure-export-result-error {
  background: var(--c-danger-700);
  color: var(--color-text-inverse);
}
.azure-export-result-message {
  margin: 0 0 24px;
  font-size: var(--font-size-sm);
  color: var(--color-text-primary);
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}
.azure-export-result-actions {
  display: flex;
  justify-content: center;
}

} /* end @layer features */
