.cd-download-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.cd-download-wrapper {
  width: calc(33.333% - 20px);
}

.cd-download-wrapper-video-9-16 {
  width: calc(25% - 20px);
}

.cd-download-wrapper-video-16-9 {
  width: calc(33.333% - 20px);
}

.cd-download-item {
  background: #ffffff;
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 200px;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.cd-download-item-video {
  padding: 0;
  height: 395px;
  width: 100%;
}

.cd-download-wrapper-video-16-9 .cd-download-item-video {
  height: 228px;
}

.cd-download-image {
  max-width: 100%;
  height: 100% !important;
  border-radius: 5px;
  margin-bottom: 15px;
  object-fit: contain;
  height: 100%;
}

.cd-video-image {
  object-fit: contain !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.cd-info-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #015ca5;
  color: white;
  padding: 4px;
  height: 33px;
}

.cta-button-download {
  display: inline-block;
  padding: 0px 30px;
  background-color: #015ca5;
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 50px;
}

.cta-button-download:hover {
  background-color: #124f91;
  color: white;
}

.cta-button-download .icon {
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 18px;
}

.cd-pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 5px;
}

.cd-pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #015ca5;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.cd-pagination .page-numbers:hover,
.cd-pagination .page-numbers:focus {
  background-color: #015ca5;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cd-pagination .page-numbers.current {
  background-color: #015ca5;
  color: #fff;
  border-color: #015ca5;
  cursor: default;
}

.cd-pagination .next {
  background-color: #015ca5;
  color: #fff;
  border: 1px solid #015ca5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.cd-pagination .next:hover,
.cd-pagination .next:focus {
  background-color: #015ca5;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cd-pagination .disabled {
  color: #aaa;
  border-color: #ddd;
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.cd-pagination .disabled:hover {
  background-color: #f8f8f8;
  color: #aaa;
  box-shadow: none;
}

@media screen and (max-width: 1430px) {
  .cd-download-wrapper {
    width: calc(50% - 20px);
  }

  .cd-download-wrapper-video-9-16 {
    width: calc(33.3333% - 20px);
  }

  .cd-download-wrapper-video-16-9 {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 900px) {
  .cd-download-wrapper-video-9-16 {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 900px) {
  .cd-download-wrapper-video-9-16 {
    width: 100%;
  }
}

@media screen and (max-width: 466px) {
  .cd-download-wrapper {
    width: 100%;
  }

  .cd-download-wrapper-video-16-9 {
    width: 100%;
  }
}
