/* line-clamp utility (for older Tailwind CDN) */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* details/summary reset */
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }

/* Bunny iframe container */
.video-container {
  position: relative;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
