/*
.bl_news_categories li.current-cat > a {
    color: #ccc;
    pointer-events: none;
}

.bl_news_categories li ul.children{
   padding-left:calc((16 / 1152)* 100vw);
   margin-top: calc((21 / 1152)* 100vw);
}

.bl_news_categories li ul.children a{
    color: inherit;
    pointer-events:auto;
}

.bl_news_categories li ul.children li.current-cat a{
    color: #ccc;
    pointer-events: none;
}*/


.wp-block-embed-youtube iframe {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 16/9;
}
