.insight-downloads {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.insight-downloads-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 35px;
}

.insight-downloads-filter button {
  border: 2px solid #E0E0E0 !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-size: 20px;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.insight-downloads-filter button:hover,
.insight-downloads-filter button.active {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.insight-downloads-list {
  position: relative;
  transition: opacity 0.25s ease;
}

.insight-downloads-list.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.insight-downloads-card {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}

.insight-downloads-card__thumb {
  width: 240px;
  height: 100%;
  background: #dddddd;
  overflow: hidden;
}

.insight-downloads-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}

.insight-downloads-card__content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #000000;
  font-weight: 700;
}

.insight-downloads-card__body {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.insight-downloads-card__body p:last-child {
  margin-bottom: 0;
}

.insight-downloads-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 8px 14px;
  background: #008ca5;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 2px;
  transition: background 0.25s ease;
  white-space: nowrap;
}

.insight-downloads-card__button:hover {
  background: #006f83;
}

.insight-downloads-empty {
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .insight-downloads-card {
    grid-template-columns: 1fr;
}

.woocommerce.elementor-grid-tablet-2 .elementor-grid {
  grid-template-columns: 1fr !important;
}

}

@media (max-width: 767px) {
  .insight-downloads-card {
    gap: 18px;
    align-items: start;
  }

  .insight-downloads-card__thumb {
    width: 110px;
    height: 85px;
  }

  .insight-downloads-card__action {
    grid-column: 1 / -1;
    padding-left: 128px;
  }
}

@media (max-width: 480px) {
  .insight-downloads-card {
    grid-template-columns: 1fr;
  }

  .insight-downloads-card__thumb {
    width: 130px;
    height: 95px;
  }

  .insight-downloads-card__action {
    padding-left: 0;
  }
}
