﻿/* Placeholder stylesheet for US Funding-Ready Grants Program module.
   Legacy inline CSS is preserved in migrated source HTML snapshot. */
.usfrgp-migration-notice {
  max-width: 980px;
  margin: 1.25rem auto;
  padding: 1rem;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  color: #92400e;
}
.usfrgp-migration-notice h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.usfrgp-migration-notice p {
  margin: 0.35rem 0;
}
