html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1;
}

.footer-links li + li {
  margin-top: .5rem;
}

.footer .footer-link,
.footer .footer-links a {
  color: #495057;
  text-decoration: none;
}

.footer .footer-link:hover,
.footer .footer-link:focus,
.footer .footer-links a:hover,
.footer .footer-links a:focus {
  color: #0056b3;
  text-decoration: underline;
}

.learning-pack-item-type {
  display: inline-block;
  padding: .25rem .5rem;
  border: 1px solid #adb5bd;
  border-radius: .375rem;
  color: #212529;
  background-color: #f8f9fa;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}

.product-hero-badge {
  font-size: .875rem;
}

.product-hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-card {
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: .5rem;
  background-color: #fff;
}

.contact-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: .5rem;
  color: #0d6efd;
  background-color: #e7f1ff;
}

.contact-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
}

.contact-link {
  overflow-wrap: anywhere;
  font-weight: 600;
}
