/*
Theme Name: Divi Child
Theme URI: https://crediblepools.com
Description: Child theme for Divi – Credible Pool & Spa
Author: Credible Pool & Spa
Author URI: https://crediblepools.com
Template: Divi
Version: 1.0.0
*/

/* Optional: base styling tweaks */
body {
  margin: 0;
}
/* Location page: Service focus callout */
.credible-callout{
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 4px solid var(--credible-dark, #111);
  background: rgba(0,0,0,.03);
  border-radius: 10px;
}

.credible-callout__label{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
  margin-right: 10px;
}

.credible-callout__text{
  font-weight: 600;
}
