/* 
 * Winit Addon CSS
 * Imported from Onbu-News-Theme
 */

/* 부제목 스타일 */
.post-subtitle {
    font-size: 20px;
    color: #323232;
    display: block;
    text-align: left !important;
    border-left: 5px solid #323232;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* =========================================================
   완전 통합 캡션 스타일 (썸네일 + 자동 캡션 + 수동 캡션)
   ========================================================= */

/* 모든 종류의 캡션 텍스트 디자인 통일 */
.wp-caption-text,
.thumbnail-caption,
.wp-block-image figcaption,
figcaption {
    background-color: #f8f6f2;
    /* 아이보리 배경 */
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 10px !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: block;
}

/* 이미지 아래 여백 제거하여 캡션과 밀착 */
.wp-caption img,
.post-image img,
.featured-image img,
.wp-block-image img,
figure img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0 !important;
}

/* 캡션 컨테이너 레이아웃 잡기 */
.wp-caption,
.wp-block-image,
figure {
    display: table;
    margin: 0 auto 1.5em;
    /* 가운데 정렬 및 아래 여백 */
    max-width: 100%;
    border: none;
}

/* 썸네일 캡션 위치 보정 */
.thumbnail-caption {
    clear: both;
}