.download-key-facts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 13px 0 0 !important;
  padding: 0 !important;
}

.download-key-facts .info-card {
  display: flex !important;
  min-width: 0;
  min-height: 64px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1px solid #d9e6f8 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow: 0 5px 14px rgba(40, 92, 170, 0.055) !important;
  box-sizing: border-box;
}

.download-key-facts .info-card .icon {
  position: relative;
  display: grid !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, #e8f2ff 0%, #cfe3ff 72%, #b9d6ff 100%) !important;
  box-shadow: 0 4px 10px rgba(36, 104, 242, 0.1) !important;
  color: #2f67c8 !important;
}

.download-key-facts .info-card .icon::before {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(47, 103, 200, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  color: #2f67c8;
  content: "V";
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

.download-key-facts .info-card[data-meta="price"] .icon::before {
  content: "$";
  font-size: 0.82rem;
}

.download-key-facts .info-card .text {
  display: grid !important;
  min-width: 0;
  gap: 2px;
  text-align: left !important;
}

.download-key-facts .info-card .text span {
  color: #62748f !important;
  font-size: 0.66rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.055em;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

.download-key-facts .info-card .text strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #10203a !important;
  font-size: 0.94rem !important;
  font-weight: 850 !important;
  line-height: 1.16 !important;
  white-space: normal !important;
}

@media (max-width: 380px) {
  .download-key-facts {
    gap: 7px !important;
  }

  .download-key-facts .info-card {
    min-height: 58px !important;
    padding: 8px !important;
    gap: 7px !important;
  }

  .download-key-facts .info-card .icon {
    flex-basis: 36px !important;
    width: 36px !important;
    height: 36px !important;
  }

  .download-key-facts .info-card .icon::before {
    width: 20px;
    height: 20px;
  }

  .download-key-facts .info-card .text strong {
    font-size: 0.82rem !important;
  }
}
