{% require_css %}
<style>
  {% scope_css %}
  .simple-blog-listing-carousel-bandi {
    margin-top: 40px;
  }

  #carousel__blog_bandi .carousel-blog-card {
    aspect-ratio: 9/6; /*togliere per più news*/
    padding: 0 20px;
    word-break: break-word;
    background-color: #DDDCD1;
    color: white;
    height: 280px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #carousel__blog_bandi .carousel-blog-card h2 {
    padding-right: 20px; /*togliere per più news*/
    font-size: 24px;
    font-weight: 700;
    color: #161616;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #carousel__blog_bandi .carousel-blog-card p {
    font-size: 14px;
    margin: 0;
    color: #161616;
  }

  #carousel__blog_bandi .thumbnail-box {
    background-color: #DDDCD1;
    min-height: 150px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    padding: 0;
    width: 100%;
  }

  .thumbnail-content {
    width: 100%;
  }

  /* Splide arrows style override (optional) */
  .splide__arrow {
    background: #263B7F;
    color: white;
    border: none;
  }

  #carousel__blog_bandi .splide__pagination__page.is-active {
    background: #161616;
  }

@media (max-width: 768px){
    #carousel__blog_bandi .carousel-blog-card {
    aspect-ratio: auto;
  }
}
  {% end_scope_css %}
</style>
{% end_require_css %}
