/* Deccan Digital Portal Supplementary CSS */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#teleprompter-container {
  scroll-behavior: smooth;
}
