  .block-toolbar {
          display: flex;
          justify-content: space-between;
      }
          .patronat [class*=col-] {
    text-align: center;
}
    .patronat img.img-fluid {
    max-height: 100px;
}
.wp-block-gallery figcaption.wp-element-caption {
display: none;
}
.yt-item.center-class {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: center;
    max-width: 560px;
}
.wp-block-froum-video-player.yt-section {
    padding-top: 0px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    padding-bottom: 0;
}
.wp-block-froum-video-player.yt-section h2{
    padding-top: 0px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 2rem;
    text-align: left;
}
:root{
    --container-max: 1200px;
    --gap: 30px;
    --badge-bg: #999;
    --badge-color: #222;
  }

  body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 40px 20px;
    background: #fff;
    color: #222;
  }

  .wrap{
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 16px;
  }

  .cols {
    display: flex;
    gap: var(--gap);
    align-items: start;
    row-gap: 20px;
    column-gap: 17px;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin-top: 60px;
}
.wi-siz {
    max-width: 301px;
}
  /* Heading above left image (centered relative to left column) */
  .left-head {
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    color: black;
    margin-bottom: 0px;
}

  .card{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background: #f7f7f7;
    box-shadow: 0 1px 2px rgba(0,0,0,.06);
  }

  .card img{
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform .45s ease;
  }

  .card:hover img{
    transform: scale(1.03);
  }

  /* small overlay badge for right image */
  .badge{
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--badge-bg);
    color: var(--badge-color);
    padding: 6px 12px;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    z-index: 5;
    opacity: .95;
  }

  /* Responsive: stack on small screens */
  @media (max-width: 800px){
    .cols{ grid-template-columns: 1fr; }
    .card img{ height: 320px; }
    .left-head{ margin-top: 8px; }
  }


  .video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-item {
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
}

.video-item iframe {
  width: 100%;
  height: 240px;
  border-radius: 6px;
}

/* Tablet */
@media (max-width: 900px) {
  .video-item {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .video-item {
    flex: 1 1 100%;
  }
}
.video-gallery {
    gap: 20px;
}

.video-item iframe {
    width: 100%;
    border-radius: 6px;
    display: block;
}

/* Tablet */
@media (max-width: 900px) {
    .video-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .video-gallery {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.video-item.center-class {
    grid-column: 1 / -1;
    justify-self: center;
}

figure.wp-block-gallery.has-nested-images.columns-6.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex img {
   
    max-width: 147px !important;
    max-height: 90px;
}


.wp-block-gallery-is-layout-flex {
   gap: 25px 0px !important;
    margin-top: 48px;
}