/*
Theme Name: EmeraNova
Theme URI: https://emeranova.com/
Author: Hyperion Insights
Description: Custom WordPress theme for EmeraNova's tissue-restoration portfolio, meetings, research, and company content.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: emeranova
*/

/* The production design system lives in assets/en.css. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.en-form-notice {
  border-left: 4px solid #0d4e9f;
  margin: 0 0 1.5rem;
  padding: 0.9rem 1rem;
}

.en-form-notice.is-error {
  border-left-color: #c33;
}

.en-honeypot {
  left: -10000px;
  position: absolute;
  top: auto;
}

.en-wp-content {
  min-height: 45vh;
}

.en-wp-content .post-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.en-wp-content .post-card {
  border: 1px solid rgba(10, 36, 64, 0.15);
  color: inherit;
  display: block;
  padding: 1.5rem;
  text-decoration: none;
}

