.seo-intro {
  margin-bottom: 20px;
}

.seo-intro .jumbotron {
  border-radius: 6px;
}

.seo-kicker {
  color: #1c73a5;
  font-weight: bold;
  margin-bottom: 8px;
}

.seo-answer {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.seo-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.seo-card-grid .card {
  min-height: 100%;
}

.seo-card-grid .card-title {
  font-size: 1.15em;
  margin-bottom: 10px;
}

.seo-zodiac-grid .seo-compact-list {
  margin-top: 10px;
}

.seo-facts td:first-child {
  width: 34%;
  color: #666;
}

.seo-link-list {
  margin-bottom: 0;
}

.seo-link-list li {
  margin-bottom: 8px;
}

.seo-calendar-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.seo-calendar-toolbar h2 {
  margin: 0;
  text-align: center;
}

.seo-segment-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.seo-compact-list li {
  border-bottom: 1px solid #eee;
  padding: 7px 0;
}

.seo-compact-list li:last-child {
  border-bottom: 0;
}

.seo-compact-list small {
  color: #666;
  display: block;
}

.seo-zodiac-links {
  column-count: 2;
}

.seo-zodiac-links li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.seo-js-panel .card,
.seo-js-panel .card-body {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.seo-legal .card-body h1:first-child {
  margin-top: 0;
}

.seo-global-cta {
  margin-top: 30px;
}

.seo-global-cta .jumbotron {
  border-radius: 6px;
}

.seo-global-cta h2 {
  font-size: 1.6em;
  margin-top: 0;
}

.calendar .event-hit .btn {
  background-color: #3097d1;
  border-color: #1c73a5;
  color: #fff;
  font-weight: bold;
}

.calendar .event-hit .btn:hover,
.calendar .event-hit .btn:focus {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.seo-month-layout {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .seo-card-grid {
    grid-template-columns: 1fr;
  }
}
