custom-html
{
   font-feature-settings: 'clig' off, 'liga' off;
   display: block;
}
custom-html li
{
  padding: 5.5px 0 5.5px 3px;
}
custom-html .media-container
{
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   height: 0;
}
custom-html .media-container iframe 
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
@media screen and (min-width: 1728px)
{
   custom-html
   {
      width: 100%;
   }
}
@media screen and (min-width: 900px)
{
   custom-html .media-container
   {
      padding-bottom: calc((900px * 0.5625) - 20px);
   }
   custom-html .media-container iframe
   {
      left: calc((100% - 900px) / 2);
      max-width: 900px;
      max-height: calc(900px * 0.5625);
   }
}
custom-html th
{
   padding: 5px 10px;
   text-align: center;
   background-color: var(--kl-bg-secondary-color);
}
custom-html tr td:first-child
{
   border-left: 1px solid var(--kl-fg-secondary-color);
}
custom-html tr:first-child td
{
   border-top: 1px solid var(--kl-fg-secondary-color);
}
custom-html td
{
   border: 1px solid var(--kl-fg-secondary-color);
   border-top: 0px;
   border-left: 0px;
   padding: 5px 10px;
}
custom-html video
{
   max-width: 100%;
}

custom-html figure
{
   margin: 0;
   font-size: 12px;
}
custom-html figure img
{
   max-width: 100%;
   height: auto;
}