.resource-cta-card .resource-cta-card__item {
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.resource-cta-card .resource-cta-card__item:hover {
  transform: translateY(-2px);
}

.resource-cta-card .resource-cta-card__button {
  border: none;
  background: #f2f5f7;
  display: block;
  text-align: inherit;
}

.resource-cta-card .resource-cta-card__link {
  display: block;
}

.resource-cta-card .resource-cta-card__item--disabled {
  opacity: 0.7;
}

.resource-cta-card .resource-cta-card__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #2c3e50;
}

.resource-cta-card .resource-cta-card__svg-icon svg {
  max-width: 100%;
}

.resource-cta-card .resource-cta-card__image-icon {
  max-width: 85%;
}

.resource-cta-modal__close-mobile {
  position: sticky;
  top: 0;
  z-index: 5;
  margin-left: auto;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(44, 62, 80, 0.2);
  border-radius: 999px;
  background: #fff;
  color: #2c3e50;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
}
