/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child Theme
 Author:       ZSS
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* =========================================================
   답글 남기기 (댓글 작성 영역) 전용 디자인
   본문의 h2, h3 와 디자인 간섭을 없애고 독립적으로 꾸밈
========================================================= */
#reply-title.comment-reply-title {
    background-color: #fdfafb !important; /* 아주 옅은 핑크/그레이 톤 배경 */
    border-left: 5px solid #cc3366 !important; /* 링크/버튼 색상과 맞춘 핑크 포인트 바 */
    border-radius: 4px !important; /* 약간의 둥근 모서리 */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04) !important; /* 부드러운 그림자 */
    margin: 40px 0 20px 0 !important;
    padding: 10px 15px !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important; /* 짙은 남회색으로 가독성 확보 */
    border-bottom: none !important;
}