.sda-current-program__day-title {
  margin-bottom: 1.25rem;
}

.sda-current-program__card {
  position: relative;
}

.sda-current-program__icon-wrap {
  align-items: center;
  background: var(--bs-light, #f8f9fa);
  border-radius: .5rem;
  display: inline-flex;
  height: 4.25rem;
  justify-content: center;
  width: 4.25rem;
}

.sda-current-program__icon {
  color: var(--bs-primary, #0d6efd);
  font-size: 2rem;
  line-height: 1;
}

.sda-current-program__title-link {
  color: inherit;
  text-decoration: none;
}

.sda-current-program__title-link:hover,
.sda-current-program__title-link:focus {
  color: var(--bs-primary, #0d6efd);
  text-decoration: underline;
}

.sda-current-program__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.sda-current-program__actions .btn,
.sda-current-program__actions .dropdown {
  position: relative;
  z-index: 2;
}
