/* 模板样式 */
.template-business {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  color: #1a1a1a;
}

.template-business h3 {
  border-bottom: 2px solid #165DFF;
  padding-bottom: 6px;
}

.template-creative {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f7ff;
  color: #333;
}

.template-creative h3 {
  background-color: #5e72e4;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
}

.template-academic {
  font-family: 'Times New Roman', Times, serif;
  color: #222;
}

.template-academic h3 {
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  font-weight: bold;
}

.template-modern {
  font-family: 'Inter', 'Arial', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

.template-modern h3 {
  color: #36BFFA;
  padding-bottom: 4px;
  border-bottom: 1px dashed #36BFFA;
}