/*
Theme Name: Protect Security Services
Theme URI: https://protect-securityservices.com/
Author: SecurLink
Author URI: https://securalink.co.uk/
Description: Bespoke WordPress theme for Protect Security Services, based on the approved 2026 client preview.
Version: 1.5.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: forces-security
*/

/* The approved design is bundled in site-template.php. These rules bridge it cleanly
   into WordPress without changing the visual design. */
body.admin-bar header.site {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.site {
    top: 46px;
  }
}

.forces-privacy-note {
  color: #697079;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 12px;
}

.forces-privacy-note a {
  color: #7a4d00;
  text-decoration: underline;
}

.forces-field-error {
  outline: 2px solid #b42318 !important;
  outline-offset: 2px;
}

.forces-form-status {
  border-radius: 5px;
  background: #eaf4ed;
  color: #146c2e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 12px;
  padding: 10px 12px;
}

.forces-form-status.is-error {
  background: #fdecea;
  color: #b42318;
}

.btn[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}
