.fos-form-wrapper {
  background: #fff;
  border-radius: 12px;
  max-width: 520px;
  margin: 2rem auto;
  padding: 2rem 2.5rem;
  box-shadow: 0 6px 32px 0 rgba(30,40,90,0.09);
  font-family: 'Segoe UI', Arial, sans-serif;
}
.fos-form-wrapper h2 { font-size: 1.3rem; font-weight: bold; margin-bottom: 18px; color: #186fb3;}
.fos-form-wrapper label { font-weight: 500; display: block; margin-top: 16px;}
.fos-form-wrapper input[type="text"],
.fos-form-wrapper input[type="email"],
.fos-form-wrapper input[type="date"],
.fos-form-wrapper input[type="file"] {
  width: 100%; padding: 9px 14px; border: 1px solid #d2dae6; border-radius: 6px; margin-top: 6px;
  font-size: 1rem; background: #f8fafd;
}
.fos-form-wrapper button,
.fos-form-wrapper input[type="submit"] {
  background: #186fb3; color: #fff; font-weight: bold; border: none; border-radius: 6px; padding: 11px 26px;
  margin-top: 20px; cursor: pointer; transition: background 0.2s;
}
.fos-form-wrapper button:hover,
.fos-form-wrapper input[type="submit"]:hover { background: #00497a; }
.fos-form-success { color: #228a22; font-weight: 500; margin: 18px 0;}
.fos-form-error { color: #c3261e; font-weight: 500; margin: 18px 0;}
.fos-admin .widefat th, .fos-admin .widefat td { font-size: 1rem; }
