.fcsa-events {
  display: grid;
  gap: 1rem;
}

.fcsa-events--cards {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.fcsa-events--rows {
  grid-template-columns: 1fr;
}

.fcsa-events__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.fcsa-events__image a {
  display: block;
  height: 100%;
}

.fcsa-events__image {
  overflow: hidden;
  background: #f5f5f5;
}

.fcsa-events--cards .fcsa-events__image {
  height: 330px;
}

.fcsa-events__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fcsa-events__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fcsa-events__title {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--e-global-color-primary, black);
}

.fcsa-events__title-link {
  color: inherit;
  text-decoration: none;
}

.fcsa-events__title-link:hover,
.fcsa-events__title-link:focus {
  text-decoration: underline;
}

.elementor-kit-11 .fcsa-events .fcsa-events__title .fcsa-events__title-link,
.elementor-kit-11 .fcsa-events .fcsa-events__title .fcsa-events__title-link:hover,
.elementor-kit-11 .fcsa-events .fcsa-events__title .fcsa-events__title-link:focus,
.elementor-kit-11 .fcsa-events .fcsa-events__title .fcsa-events__title-link:active,
.elementor-kit-11 .fcsa-events .fcsa-events__title .fcsa-events__title-link:visited {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.fcsa-events__date {
  font-size: 0.95rem;
  margin: 0 0 0.5rem;
}

.fcsa-events__excerpt {
  margin: 0 0 1rem;
}

.fcsa-events__cta {
  display: inline-flex;
  align-self: flex-start;
  text-decoration: none;
  margin-top: auto;
}

.fcsa-events--rows .fcsa-events__item {
  display: grid;
  grid-template-columns: 350px 1fr;
  min-height: 225px;
}

.fcsa-events--rows .fcsa-events__image {
  height: 100%;
}

@media (max-width: 767px) {
  .fcsa-events--rows .fcsa-events__item {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .fcsa-events--rows .fcsa-events__image {
    height: 225px;
  }
}

.fcsa-events__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 20px;
}

.elementor-pagination .elementor-screen-only {
  display: none;
}

.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0 10px;
  line-height: 24px;
  border: 1px solid #d7dbe0;
  background: #ffffff;
  color: #f15a29;
  text-decoration: none;
}

.elementor-pagination .page-numbers.current {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #171717;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers:focus {
  border-color: #d7dbe0;
  background: #f7f7f7;
  color: #f15a29;
}

.fcsa-event-registration-form input,
.fcsa-event-registration-form select,
.fcsa-event-registration-form textarea {
  width: 100%;
  max-width: 420px;
}
