#download_orderform #right {
  color: #12324a;
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}

#download_orderform #right h2 {
  margin: 34px 0 16px;
  padding: 11px 14px;
  border-left: 5px solid #00a99d;
  background: #f1f7f8;
  color: #082f49;
  font-size: 19px;
  line-height: 1.45;
}

#download_orderform .nsp-download-sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 32px;
}

#download_orderform .nsp-download-sheet-grid--single {
  grid-template-columns: minmax(0, 340px);
}

#download_orderform .nsp-download-sheet-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #b8cad5;
  border-radius: 6px;
  background: #fff;
  color: #082f49;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#download_orderform .nsp-download-sheet-card:hover,
#download_orderform .nsp-download-sheet-card:focus-visible {
  border-color: #008f86;
  box-shadow: 0 8px 20px rgba(8, 47, 73, 0.13);
  transform: translateY(-2px);
}

#download_orderform .nsp-download-sheet-card:focus-visible {
  outline: 3px solid rgba(0, 169, 157, 0.28);
  outline-offset: 2px;
}

#download_orderform .nsp-download-sheet-preview {
  display: block;
  width: 100%;
  aspect-ratio: 210 / 297;
  border: 0;
  border-bottom: 1px solid #d7e2e8;
  background: #edf2f4;
  object-fit: contain;
}

#download_orderform .nsp-download-sheet-meta {
  display: grid;
  gap: 4px;
  padding: 13px 14px 15px;
}

#download_orderform .nsp-download-sheet-title {
  color: #082f49;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

#download_orderform .nsp-download-sheet-action {
  color: #007d75;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

@media screen and (max-width: 750px) {
  #download_orderform #right h2 {
    margin-top: 26px;
    padding: 10px 12px;
    font-size: 17px;
  }

  #download_orderform .nsp-download-sheet-grid,
  #download_orderform .nsp-download-sheet-grid--single {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  #download_orderform .nsp-download-sheet-card {
    width: min(100%, 360px);
    justify-self: center;
  }
}
