/* theme01: Standard Clean */
body[data-template="theme01"]{
  --theme-outline: 1px solid var(--line);
}
body[data-template="theme01"] .clean-card,
body[data-template="theme01"] .feature-card,
body[data-template="theme01"] .strength-row,
body[data-template="theme01"] .clean-content,
body[data-template="theme01"] .voice-card,
body[data-template="theme01"] .news-card,
body[data-template="theme01"] .qa-item,
body[data-template="theme01"] .contact-form-wrap,
body[data-template="theme01"] .teacher-card{
  border-radius: 30px !important;
  border: var(--theme-outline) !important;
}
body[data-template="theme01"] .btn,
body[data-template="theme01"] .header-cta{
  border-radius: 999px !important;
}
