/*
Theme Name: 925Sterling Child
Theme URI: https://925sterling.org
Description: Child theme for GeneratePress on 925Sterling.org
Author: 925Sterling.org
Template: generatepress
Version: 1.0.0
*/

:root {
  --sterling-primary: #1B3A5C;
}

.site-logo a,
.main-title a {
  color: var(--sterling-primary);
}

.sterling-live-spot {
  border: 1px solid #dce3ec;
  border-radius: 10px;
  padding: 0.8rem;
  background: #f8fbff;
  margin-bottom: 1rem;
}

.sterling-live-spot__title {
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.sterling-live-spot__line {
  display: block;
}
