.tags-chipset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
  justify-content: center; }

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 2px solid #121212;
  text-decoration: none;
  cursor: pointer;
  user-select: none; }

.other-events .find-out-more {
  text-align: center;
  font-weight: 400; }

body.events .pfr-wrap {
  margin-top: 50px;
  margin-bottom: 50px; }
  body.events .title-centered {
    text-align: center; }
  body.events .mod-articlescategory.events {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 50px; }
    body.events .mod-articlescategory.events li .item-image {
      overflow: hidden; }
      body.events .mod-articlescategory.events li .item-image > a {
        display: flex; }
      body.events .mod-articlescategory.events li .item-image img {
        transition: all 0.3s ease;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      body.events .mod-articlescategory.events li:hover .item-image img {
        transform: scale(1.1); }
      body.events .mod-articlescategory.events li .card .event-date {
        margin-top: 8px; }
      body.events .mod-articlescategory.events li .card a.mod-articles-category-title {
        display: block;
        font-weight: bold;
        font-size: 21px;
        color: #121212;
        margin-top: 8px; }
    body.events .mod-articlescategory.events .intro-image-container {
      background: #000; }
    body.events .mod-articlescategory.events.events-next {
      grid-template-columns: 1fr; }
      body.events .events-highlight {
        width: 100%;
        max-width: 750px;
        margin: auto; }
    body.events .events-highlight li .item-image {
      width: 100%; }
    body.events .events-highlight .event-container {
      position: relative; }
      body.events .events-highlight .event-container .highlight-title {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: bold;
        margin: 0;
        padding: 15px 10px;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0; }
    body.events .events-highlight .mod-articlescategory {
      margin-top: 0; }
  body.events .events-past .item-image {
    position: relative; }
    body.events .events-past .item-image::after {
      content: '';
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }

body.events-article .photo .pull-left.item-image {
  width: 100%;
  height: 700px; }
  body.events-article .photo .pull-left.item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  body.events-article .details ul {
    padding: 8px 0;
    margin: auto;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd; }
  body.events-article .details ul li {
    display: flex;
    align-items: center;
    border: 1px solid #cdcdcd; }
  body.events-article .details ul li .field-entry {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    flex: 1 0 0; }
  body.events-article .details ul li .field-value {
    padding: 8px 10px 8px 0;
    font-weight: bold; }
  body.events-article .container .body-container .body .item-page {
    padding: 40px 20px; }
  body.events-article .container .body-container .body .item-page .title {
    font-size: 32px;
    text-align: center; }

@media screen and (max-width: 1200.98px) {
  body.events .mod-articlescategory.events {
    grid-template-columns: repeat(2, 1fr); } }



@media screen and (max-width: 769.98px) {
  body.events .mod-articlescategory.events {
    grid-template-columns: 1fr; } }
