/*
Theme Name: Trident Property Management
Theme URI: https://example.com/
Author: Trident
Description: Custom one-page WordPress theme for Trident Property Management in Tivat and Luštica.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: trident-property
 */

.contact-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 16px;
}

.contact-status.is-success {
  color: #16803a;
}

.contact-status.is-error {
  color: #b42318;
}

.wp-content {
  max-width: 960px;
  margin: 140px auto;
  padding: 0 24px;
}
