/* .sidebar-section {
  padding: 1em 0;
}
.sidebar-subtitle {
  color: var(--primary);
  font-size: 32px;
}

.link-box {
  position: relative;
  width: 100%;
  height: 42px;
}

.sidebar-link {
  display: flex;
  position: absolute;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 42px;
  padding: 0.5em;
  align-items: center;
}

.hover-box {
  position: absolute;
  padding: 0.5em;
  width: 100%;
  height: 42px;
  transition: 0.2s ease-in-out;
}

.hover-box:hover {
  background-color: var(--primary);
  opacity: 0.2;
} */

.sport_cards {
  height: 276px;
  padding: 12px !important;
  border-radius: 10px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
}

.sport_cards:hover {
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.25);
}

.photo_card {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.sport_cards .card-body {
  padding: 10px 0 0 0;
}

.sport_cards .card-title {
  font-size: 24px;
  color: black;
}
