/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.image-gallery-block{width:100%;margin:1.5rem 0;}.image-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}@media (max-width:768px){.image-gallery__grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:480px){.image-gallery__grid{grid-template-columns:1fr;}}.image-gallery__item{display:block;overflow:hidden;border-radius:4px;position:relative;aspect-ratio:4 / 3;background:#e0e0e0;cursor:pointer;}.image-gallery__item:hover .image-gallery__thumb{transform:scale(1.04);opacity:0.9;}.image-gallery__thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.25s ease,opacity 0.25s ease;}.image-gallery__empty{color:#666;font-style:italic;}
.block-sport-hero{position:relative;left:50%;right:50%;width:100vw;margin-left:-50vw;margin-right:-50vw;background-color:#fff;overflow:hidden;}.sport-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start;}.sport-hero__image{overflow:hidden;background:#700000;display:flex;justify-content:center;}.sport-hero__img{width:auto;height:100%;max-height:480px;display:block;}.sport-hero__content{display:flex;flex-direction:column;justify-content:center;padding:4rem 5rem;background-color:#fff;}.sport-hero__title{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:700;color:#700000;margin:0 0 1.25rem 0;line-height:1.1;}.sport-hero__description{font-size:1.05rem;line-height:1.75;color:#444;}.sport-hero__description p{margin:0 0 1rem 0;}.sport-hero__description p:last-child{margin-bottom:0;}@media (max-width:968px){.sport-hero{grid-template-columns:1fr;min-height:auto;}.sport-hero__image{width:100%;}.sport-hero__content{padding:2.5rem 2rem;}.sport-hero__title{font-size:2rem;}}@media (max-width:576px){.sport-hero__image{width:100%;}.sport-hero__content{padding:2rem 1.25rem;}.sport-hero__title{font-size:1.75rem;}}
