.lau-events-programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
  padding: 40px 0;
}

.lau-events-programs .lau-placeholder-image {
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 2 / 1.25!important;
	position: relative;
}

.lau-events-programs.featured figure {
	gap:1rem;
	padding:2rem 1rem 4rem 1rem
}

.lau-events-programs .lau-card-link {
  text-decoration: none!important;
  color: inherit;
  display: block;
	outline:none;
}

.lau-events-programs figure {
  margin: 0;
}

.lau-events-programs img {
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
	aspect-ratio:2/1.25;
}

.lau-events-programs figcaption {
  text-align: center;
  margin-top: 18px;
}

.lau-events-programs .name {
  font-size: 20px;
  font-weight: 700;
  color: #293540;
  margin: 0;
}

.lau-events-programs .lau-card-link:hover img {
  transform: scale(1.03);
}

.lau-events-programs img {
  transition: transform 0.3s ease;
}

/**Featured Ones*/
.lau-events-programs.featured .event-description {
	font-size:16px;
}

.lau-events-programs.featured a:hover button {
    text-decoration: underline;
}

.lau-events-programs.featured {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 70px;
}

p.event-location::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/astra-child/assets/svg/location.svg) no-repeat center;
    background-size: contain;
}

.lau-events-programs.featured figcaption {
    text-align: left;
}

.lau-events-programs.featured .swiper-wrapper {
  align-items: center;
}

.lau-events-programs.featured .lau-card-link {
  text-decoration: none;
  color: inherit;
}

.lau-events-programs.featured figure {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  margin: 0;
}

.lau-events-programs.featured img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.lau-events-programs.featured figcaption {
  max-width: 560px;
}

.lau-events-programs.featured .name {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 30px;
  color: #293540;
}

.lau-events-programs.featured .events-programs-meta {
  line-height: 1.35;
  color: #293540;
}

.event-date,
.event-location {
  margin: 0 0 14px;
	color:#293540;
	font-size:16px;
	display:flex;
	align-items:center;
	gap:0.25rem;
}

.lau-events-programs.featured .ast-custom-button {
  margin-top: 35px;
  background: #11876f;
  color: #fff;
  border: 0;
  border-radius: 22px;
  padding: 20px 42px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.lau-events-programs.featured .swiper-pagination {
  bottom: 15px;
}

.lau-events-programs.featured .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #d6d6d6;
  opacity: 1;
}

.lau-events-programs.featured .swiper-pagination-bullet-active {
  background: #26323f;
}

/**Singular Event /Programs */
body.single-events-programs h2 {
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 35px;
	color:#293540;
}

body.single-events-programs table thead th {
    background-color: #0c7d66;
    color: white;
}