.shorts-wrapper {
  position: relative;
  width: 100%;
  max-width: 360px;      
  margin: 0 auto;        
  aspect-ratio: 9 / 16; 
}

.shorts-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.dropdown-item{
	white-space: normal;
}
.blockquote-text ul,.blockquote-text li,
.blockquote-text p {
  display: inline;
}

.blockquote-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}