.ln-town-center-events-section {
   overflow: hidden;
}

.ln-town-center-events-section {
   position: relative;
}

.ln-town-center-events-section::before {
   content: '';
   width: 100%;
   height: 10px;
   background: white;
   position: absolute;
   top: 0;
   pointer-events:none;
}

.ln-town-center-events.swiper {
    overflow: unset !important;
}

.ln-town-center-events .ln-town-center-events-inner {
   display: flex;
   gap: 93px;
}

.ln-town-center-events .ln-tc-event {
   max-width: 925px;
   min-width: 925px;
}

.ln-town-center-events .ln-tc-event-details {
   margin-top: 32px;
   display: flex;
   gap: 135px;
   margin-bottom: 71px;
}

.ln-town-center-events .ln-tc-event-details .ln-tc-event-details-flex-col-1 {
   min-width: max-content;
}

.ln-town-center-events .ln-tc-event-details .ln-tc-event-details-flex-col-1 .ln-tc-event-title {
   margin-bottom: 24px;
   font-size: 30px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%; /* 45px */
   color: #fff;
}

.ln-town-center-events .ln-tc-event-image img {
   min-width: 929px;
   border-radius: 20px;
   min-height: 543px;
   max-height: 543px;
   object-fit: cover;
}

.ln-town-center-events .ln-tc-event-date {
   font-size: 14px;
   font-style: normal;
   font-family: Avenir800;
   /* font-weight: 800; */
   line-height: 24px; /* 171.429% */
   letter-spacing: 1.12px;
   text-transform: uppercase;
   color: #fff;
}

.ln-town-center-events .ln-tc-event-description {
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 26px; /* 144.444% */
   margin-bottom: 32px;
   color: #fff;
}

.ln-town-center-events .ln-tc-event-link {
   font-size: 14px;
   font-style: normal;
   font-family: Avenir900;
   /* font-weight: 900; */
   line-height: 24px; /* 171.429% */
   letter-spacing: 2.24px;
   text-transform: uppercase;
   color: #fff;
}

.ln-town-center-events .ln-tc-flex {
   display: flex;
   gap: 16px;
   cursor: pointer;
   max-width: 420px;
}

img.ln-tc-arrow {
    width: 37px!important;
    height: 24px!important;
}

.ln-town-center-events .ln-tc-swiper-controllers {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
}

.ln-town-center-events .ln-tc-event-btn-prev,
.ln-town-center-events .ln-tc-event-btn-next {
   cursor: pointer;
   width: 48px;
   height: 48px;
   border: 1px solid #fff;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
	color:transparent;
}

.ln-town-center-events .ln-tc-event-btn-prev::before {
   display: block;
   content: url(/wp-content/uploads/2024/06/white-chevron-left.svg);
   position: relative;
   top: -1px;
   right: 0px;
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   text-transform: none !important;
   letter-spacing: 0;
   text-transform: none;
   font-variant: initial;
   line-height: 0;
}

.ln-town-center-events .ln-tc-event-btn-prev:hover::before {
   animation: MoveLeftInitial .25s forwards, MoveLeftEnd .25s forwards .25s;
}

.ln-town-center-events .ln-tc-event-btn-next:hover::before {
   animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s;
}

.ln-town-center-events .ln-tc-event-btn-next::before {
   display: block;
   content: url(/wp-content/uploads/2024/06/white-chevron-right.svg);
   position: relative;
   top: -1px;
   right: -2px;
   font-family: swiper-icons;
   font-size: var(--swiper-navigation-size);
   text-transform: none !important;
   letter-spacing: 0;
   line-height: 0;
}

.ln-tc-zindex-1 {
   z-index: 1;
}

.ln-tc-event-link svg path {
	stroke: #fff !important;
}

.ln-town-center-events .swiper-slide {
   user-select: none !important; 
}

@media screen and (max-width: 780px) {
   .ln-town-center-events .ln-town-center-events-inner {
      /* gap: 54px; */
      gap: 10%;
   }

   .ln-town-center-events .ln-tc-event {
      min-width: auto;
      min-height: auto;
   }

   .ln-town-center-events .ln-tc-event-image img {
        min-height: 237px;
        max-height: 237px;
        object-fit: cover;
	    min-width: auto !important;
        max-width: 100%;
   }

   .ln-town-center-events .ln-tc-event-details {
      flex-direction: column;
      gap: 22px;
      align-items: flex-start;
   }

   .ln-town-center-events .ln-tc-event-date,
   .ln-town-center-events .ln-tc-event-description,
   .ln-town-center-events .ln-tc-event-title {
      text-align: start;
   }

   .ln-town-center-events .ln-tc-event-title {
      max-width: 80%;
   }

   .ln-town-center-events .ln-tc-event-details .ln-tc-event-details-flex-col-1 .ln-tc-event-title {
      margin-bottom: 14px;
   }

   .ln-town-center-events .ln-tc-event-details {
      margin-top: 18px;
   }


   .ln-town-center-events .ln-tc-event-details .ln-tc-event-details-flex-col-1 {
      min-width: 100%;
   }
}
