.elementor-237788 .elementor-element.elementor-element-a67dac{--display:flex;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-22a94d21 *//* 기존 waze svg 숨기기 */
.e-contact-buttons__chat-button .e-fab-waze {
  display: none !important;
}

/* 카카오톡 노란 배경 + 카카오톡 아이콘 */
.e-contact-buttons__chat-button {
  background: #FEE500 url('https://www.svgrepo.com/show/368251/kakaotalk.svg') no-repeat center center;
  background-size: 70% auto; /* 아이콘 크기 조정 */
  border-radius: 50%;        /* 둥근 버튼 */
  width: 60px;               /* 버튼 크기 */
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.e-contact-buttons__chat-button:hover {
  background-color: #FFD600; /* 조금 더 어두운 노란색 */
}/* End custom CSS */