.design-select-template-page .page-description {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

.template-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.template-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.template-visual {
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5;
}
.template-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.template-meta {
  padding: 18px 2px 0;
}

.template-name {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 768px) {
  .template-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
