/* PIDP Frontend Smokescreen - Static Asset Test */
/* Aligned with gap-template-nextjs simple styling */

.smokescreen-static-test {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
  margin: 16px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.smokescreen-static-test h3 {
  color: #171717;
  margin: 0 0 8px 0;
}

.smokescreen-static-test p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
