.wp-block-cpt-group-single-resource-section .single-resource-preview {
  pointer-events: none; /* Disable clicks */
  cursor: not-allowed; /* Optional: change the cursor to indicate it's disabled */
}

.single-resource-section {
  padding-top: 0 !important;
}
.single-resource-section .single-resource-preview {
  text-decoration: none;
  display: inline-block;
  width: calc(33.333% - 15px);
  margin-right: 15px;
  font-size: 16px;
  margin-bottom: 30px;
  transition: all var(--transition-timing) var(--transition-ease);
}
.single-resource-section .single-resource-preview .card-content {
  background: var(--offWhite);
}
.single-resource-section .single-resource-preview:after {
  display: none;
}
.single-resource-section .single-resource-preview:hover .card-image img {
  transform: scale(1.05);
}
.single-resource-section .card-image {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.single-resource-section .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--transition-timing) var(--transition-ease);
}
.single-resource-section .categories-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 7px;
}
.single-resource-section .categories-row span {
  display: inline-block;
  margin: 0 6px;
}
.single-resource-section .resource-category {
  color: var(--color1);
  margin: 0px;
}
.single-resource-section .card-content {
  padding: 30px 30px 30px 30px;
  background: var(--white);
  transition: all var(--transition-timing) var(--transition-ease);
}
.single-resource-section .card-content .headline {
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-resource-section .body-copy {
  margin-bottom: 20px;
}
.single-resource-section .seemax-link:after {
  height: 1px;
  background-color: var(--black);
}