.component-download-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 16px;
  width: fit-content;
  margin: 0 auto;
  max-width: 332px;
}

.component-download-item.item-gray,
.grey-items .component-download-item {
  background-color: #eff3f8 !important;
}

.dark-items .component-download-item,
.component-download-item.item-dark {
  background-color: #1c2534;
}

.component-download-item .strategy-img {
  width: 300px;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #dee5ee;
}

.component-download-item .strategy-img.icon {
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 0;
}

.component-download-item h4.strategy-title,
.grey-items .component-download-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.28px;
  color: #111725;
  text-align: center;
  margin-bottom: 0;
}

.dark-items .component-download-item h4.strategy-title,
.component-download-item.item-dark h4.strategy-title {
  color: #ffffff;
}

.component-download-item .strategy-button,
.component-download-item .strategy-button:hover {
  background-color: #ffffff;
  padding: 16px 24px;
  height: 46px;
  gap: 8px;
  border-radius: 9999px;
  font-family: Host Grotesk;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #111725;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.component-download-item .strategy-button.btn-gradient,
.component-download-item .strategy-button.btn-gradient:hover {
  position: relative;
  z-index: 1;
  border-radius: 12px !important;
  background: transparent;
  color: #ffffff;
  height: 46px;
  border: none;
}

.component-download-item .strategy-button.btn-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.25px;
  background: linear-gradient(to right, #98d149, #03559a);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
  transform: none;
  width: 100%;
}

.component-download-item .strategy-button.btn-gradient:hover::before {
  animation: none;
}

.grey-items .component-download-item .strategy-button,
.grey-items .component-download-item .strategy-button:hover {
  background-color: #1c2534;
  color: #ffffff;
}

/* .page-dark .component-download-item .strategy-button,
.component-download-item.item-dark .strategy-button {
  background-color: #cfe472;
  color: #111725;
} */

.component-download-item .strategy-button::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/05/Frame-37.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* .page-dark .component-download-item .strategy-button::after,
.component-download-item.item-dark .strategy-button::after {
  background-image: url(/wp-content/uploads/2025/03/Frame-18.svg);
} */

/* .component-download-item.item-dark .strategy-button.arrow::after {
  background-image: url(/wp-content/uploads/2024/12/Frame-8.svg);
} */

/*** SMALL***/
.component-download-item.small {
  border-radius: 24px;
  margin: 0;
  min-width: 200px;
  width: 100%;
}

/*** LINE ***/
.documents-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.component-download-item.line {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
  border-radius: 24px;
}

.component-download-item.line .left-side {
  display: flex;
  gap: 16px;
  align-items: center;
}

.component-download-item.line .strategy-img.icon {
  width: 32px;
  height: 32px;
}
