/*
Theme Name: Health Research WP Theme
Theme URI:
Author: Codex
Description: WordPress implementation of the supplied Arsha template for NHRTI with a functional submission portal, media/document workflows, posts archive, backups, and operational dashboard.
Version: 1.1.16
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: health
*/

:root {
  --health-brand-blue: #0103EE;
  --health-brand-green: #159347;
  --health-brand-surface: #f4fbf7;
}

:root {
  --heading-color: var(--health-brand-blue);
  --accent-color: var(--health-brand-blue);
  --secondary-color: var(--health-brand-green);
}

.health-submission-form input[type="file"] {
  padding: 0.45rem;
}

.health-submission-form .form-control:focus {
  border-color: var(--health-brand-green);
  box-shadow: 0 0 0 0.15rem rgba(21, 147, 71, 0.2);
}

.health-file-list .list-group-item,
.health-media-list .card {
  border-color: #e1e5ef;
}

.health-media-list video,
.health-media-list audio {
  background: #000;
  max-height: 300px;
}

.health-hero-brand-bar {
  background: linear-gradient(90deg, var(--health-brand-blue), var(--health-brand-green));
  color: #ffffff;
}

.health-brand-badge {
  display: inline-block;
  color: #ffffff;
  background: var(--health-brand-green);
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
