
/* Najlepse Note – Media Library widget styles */
.nnml-box{
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
}
.nnml-title{
  margin: 0 0 .5rem;
  font-weight: 800;
}
.nnml-caption{
  margin: 0 0 .75rem;
  opacity: .85;
}
.nnml-player :is(iframe, video, audio){
  width: 100%;
  max-width: 100%;
}
