body.tennis-theme {
  --tennis-primary: #0d6adf;
  --tennis-primary-dark: #0a58ca;
  --tennis-primary-accent: #0d6adf;
}

body.tennis-theme .hero-section {
  border-bottom: 1px solid #161f2f;
  min-height: 360px;
  /*background: linear-gradient(120deg, rgba(3, 6, 12, 0.93), rgba(6, 8, 15, 0.5)),
    url("../../images/background/b_football.png") center/cover no-repeat;*/
  display: flex;
  align-items: center;
}


.tennis-theme .btn-danger {
  background-color: #0d6adf;
  border-color: #0d6adf;
}

.tennis-theme .btn-outline-danger {
  color: #0d6adf;
  border-color: #0d6adf;
}

.tennis-theme .btn-outline-danger:hover {
  color: #fff;
  background-color: #0d6adf;
  border-color: #0d6adf;
}

.tennis-theme .nav-links .nav-link.active,
.tennis-theme .nav-links .nav-link:hover {
  color: #0d6adf;
}

.tennis-theme .tournament-panel .btn-danger {
  background-color: #0d6adf;
  border-color: #0d6adf;
}

body.tennis-theme .brand-shield {
  background: linear-gradient(145deg, var(--tennis-primary), var(--tennis-primary-dark));
}

body.tennis-theme .site-footer {
  border-top-color: var(--tennis-primary);
}

body.tennis-theme .tennis-comingsoon-card {
  border-color: var(--tennis-primary) !important;
}

body.tennis-theme .tennis-comingsoon-title {
  color: var(--tennis-primary) !important;
}