/* =========================================
   1. 기본 폰트 및 설정 (기존 코드)
   ========================================= */
body, button, input, select, textarea {
    font-family: Roboto, Nanum Gothic, sans-serif;
    font-size: 15px;
    font-size: 1.06rem;
    line-height: 2.3;
}

blockquote {
    font-size: inherit;
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* 숨김 처리 요소들 */
.swiper-button-pause {
    display: none !important;
}
.top-bar, #top-bar, .header-top, .site-header-top {
    display: none !important;
}

/* =========================================
   2. 디자인 요소 (왼쪽 라인, 태그 등)
   ========================================= */
.left-line {
    position: relative;
    padding-left: 15px;
    margin: 24px 0;
}

.left-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    bottom: 0.3em;
    width: 3px;
    background: #6AAEA0;
}

.wp-block-separator {
    width: 100% !important;
    max-width: 100% !important;
    border-top-width: 1px;
}

.wp-block-post-terms {
    margin-top: 12px;
}

.wp-block-post-terms a {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 6px 4px 0;
    background-color: #6AAEA0;
    color: #ffffff;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}

.wp-block-post-terms a:hover {
    background-color: #5a9d91;
}

.wp-block-post-terms a::before {
    content: "#";
    margin-right: 2px;
}

/* =========================================
   3. 작성자(Author) 박스 스타일
   ========================================= */
/* 아바타(사진) 설정 */
.custom-avatar-size .wp-block-post-author__avatar img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

/* 작성자 이름 (레이아웃 & 폰트) */
.custom-avatar-size .wp-block-post-author__name {
    display: block !important;
    width: 100% !important;
    padding-top: 2px !important;
    padding-bottom: 9px !important;
    line-height: 1.2 !important;
    font-family: sans-serif !important;
}

/* 작성자 이름 (링크 색상 & 스타일) */
.custom-avatar-size .wp-block-post-author__name a {
    font-size: 17px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-decoration: none;
}

/* 작성자 이름 - 마우스 올렸을 때 (Hover) */
.custom-avatar-size .wp-block-post-author__name a:hover {
    color: #333 !important;
    text-decoration: underline !important;
    text-decoration-style: solid;
    text-decoration-color: #6AAEA0 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}

/* 약력 내용 */
.custom-avatar-size .wp-block-post-author__content,
.custom-avatar-size .wp-block-post-author__content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666 !important;
    font-family: sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
