/* ===============================
   Global Reset & Base
================================= */

/* iOS 버튼 텍스트 색 강제 유지 */
.cc-step button,
.cc-step .step-btn{
  color:#111 !important;
  -webkit-text-fill-color:#111;
}

/* iOS 터치 하이라이트 제거 */
.cc-card-actions .cc-btn,
.cc-main-cta,
.openLeadModal,
.openLeadModalHeader,
.cc-list-card{
  -webkit-tap-highlight-color: transparent;
}