
.template-section.call-for-papers .template-title {
  color: #0b4dc7;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;

  background: #f5f5f5;
  padding: 20px;
}

.template-section.call-for-papers .template-top {
  font-size: 15px;
}
.template-section.call-for-papers .template-block {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  p {
    font-size: 15px;
    margin-top: 15px;
  }
}

.template-section.call-for-papers .template-block-bottom {
  background: #f5f5f5;
  border-left: 4px solid #0b4dc7;
  padding: 20px;
  margin: 20px 0;

  color: rgba(0, 0, 0, 0.87);
  p {
    font-size: 15px;
  }
}
.template-section.call-for-papers .template-subtitle {
  color: #0b4dc7;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.8em;
  margin-top: 0;
}

.template-section.call-for-papers .template-list {
  list-style: none;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  font-size: 15px;
}

.template-section.call-for-papers .template-list li {
  padding: 12px 16px;
  background: #fff;

  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.template-section.call-for-papers .template-list li:before {
  content: "✓";
  color: #0b4dc7;
  font-weight: bold;
  margin-right: 12px;
  font-size: 18px;
}

.template-section.call-for-papers .template-list li:hover {
  transform: translateX(5px);
  background: #e6f2ff;
}
.template-section.call-for-papers .template-highlight {
  background: #f5f5f5;
  border-left: 4px solid #0b4dc7;
  padding: 20px;
  margin: 20px 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
}

.template-section.call-for-papers a {
  color: #0b4dc7;

  font-weight: 500;
}

.template-section.call-for-papers strong {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .template-section.call-for-papers .template-title {
    font-size: 17px;
    margin: 15px 0;
    padding: 15px;
  }
  .template-section.call-for-papers .template-top {
    font-size: 14px;
  }
  .template-section.call-for-papers .template-subtitle {
    font-size: 16px;
  }
  .template-section.call-for-papers .template-highlight {
    padding: 15px;
    margin: 15px 0;
    font-size: 14px;
  }
  .template-section.call-for-papers .template-list li {
    padding: 15px;

    font-size: 14px;
  }
  .template-section.call-for-papers .template-block {
    padding: 15px;
    margin-bottom: 15px;
    p {
      font-size: 14px;
      margin-top: 10px;
    }
  }
  .template-section.call-for-papers .template-block-bottom {
    padding: 15px;
    margin: 15px 0;
    p {
      font-size: 14px;
    }
  }
}
