/*
 Theme Name:   kadence Child
 Theme URI:    https://luxdigest.com/
 Description:  kadence 자식 테마
 Author:       JIHOON KIM
 Author URI:   https://luxdigest.com
 Template:     kadence
 Version:      1.0.0
*/

/* 🌈 소제목 꾸미기 (H2) - !important 강제 적용 */
.single article .entry-content h2 {
    margin: 2em 0 0.6em 0 !important;
    font-weight: bold !important;
    position: relative !important;
    font-size: 25px !important;
    line-height: 40px !important;
    background: linear-gradient(to right, #C5E1A5 0%, #F1F8E9 70%, rgba(255,255,255,0) 100%) !important;
    border: 0px solid #1B5E20 !important;
    padding: 10px 18px !important;
    color: #444444 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    font-family: inherit !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important;
}

/* 🌟 h3 스타일 - !important 강제 적용 */
.single article .entry-content h3 {
    color: #444444 !important;
    padding: 5px 12px !important;
    text-align: left !important;
    border-left: #1B5E20 5px solid !important;
    margin: 2em 0 0.5em 0 !important;
    background: linear-gradient(to right, #F1F8E9 0%, rgba(255,255,255,0) 100%) !important;
    border-bottom: 0.1em solid #1B5E20 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    font-family: inherit !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
}