/* Inlined from timings page (revert bundle) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-bar {
  width: 600px !important;
}

.search-bar select {
  min-width: calc(100% / 3);
  width: 100% !important;
}

html {
  scroll-behavior: smooth;
}

.go-to-course {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.go-to-course .p {
  font-size: 22px !important;
}

.go-to-course:hover {
  color: #007aff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .search-bar {
    width: 100% !important;
    transform: translateY(-40px);
  }

  .search-bar form button.reset-btn {
    left: 50%;
  }
}

.social-share-section {
  margin-bottom: 40px;
  padding: 16px;
  background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
  border-radius: 8px;
  text-align: center;
}

.share-title {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 15px;
  text-align: center;
}

.no-results-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: inherit;
}

.social-share-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  justify-content: center;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.facebook-btn {
  background: #1877f2;
  color: white;
}

.facebook-btn:hover {
  background: #166fe5;
  color: white;
}

.twitter-btn {
  background: #1da1f2;
  color: white;
}

.twitter-btn:hover {
  background: #0d8bd9;
  color: white;
}

.linkedin-btn {
  background: #0a66c2;
  color: white;
}

.linkedin-btn:hover {
  background: #004182;
  color: white;
}

.social-btn i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .social-share-section {
    padding: 20px;
    margin: 30px 0;
  }

  .share-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .social-btn {
    width: 100%;
  }
}
