.bbp-love-hate-buttons {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.bbp-love-hate-buttons .lh-button {
    color: #222;
    font-size: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 8px 12px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.bbp-love-hate-buttons .lh-button:hover {
    background-color: #e0e0e0;
}

.bbp-love-hate-buttons .lh-button .icon {
    margin-right: 5px;
}

.bbp-love-hate-buttons .lh-button.active {
    background-color: #0073aa;
    /* WordPress admin blue */
    color: #222;
    border-color: #005f8b;
}

.bbp-love-hate-buttons .lh-button.love-button.active {
    background-color: #d32f2f;
    /* Red for love */
    color: #fff;
    border-color: #c62828;
}

.bbp-love-hate-buttons .lh-button.hate-button.active {
    background-color: #333;
    /* Dark for hate */
    color: #fff;
    border-color: #000;
}


.bbp-love-hate-buttons .lh-message {
    /* font-style: italic; */
    color: #555;
}

/* bbp-lh-style.css 또는 테마의 CSS 파일에 추가 */
li.bbp-topic-voice-count {
    display: none;
}

li.bbp-topic-view {
    float: left;
    width: 10%;
    text-align: center;
}

span.icon-plus {
    width: 45%;
    float: left;
    text-align: right;
}

span.seperator {
    width: 10%;
    float: left;
    text-align: center;
}

span.icon-minus {
    width: 45%;
    float: left;
    text-align: left;
}

/* 카운트가 0일 때의 스타일 */
span.bbp-lh-count-value.bbp-lh-love-num.bbp-lh-count-zero,
span.seperator,
.bbp-lh-count-zero {
    color: #999999;
    /* 예: 회색으로 변경 */
    /* 또는 다른 스타일: font-weight: normal; opacity: 0.7; 등 */
}

/* 기본적으로 Love/Hate 레이블 또는 아이콘을 표시하는 CSS (예시) */
.bbp-lh-love-num::before {
    content: "+";
    /* 또는 아이콘 font, background-image 등 */
    margin-right: 1px;
    color: rgb(255, 0, 0)
}

.bbp-lh-hate-num::before {
    content: "-";
    margin-right: 1px;
    color: blue;
    /* 레이블도 파란색으로 (예시) */
}

/* 카운트가 0일 때 (bbp-lh-count-zero 클래스가 있을 때) ::before 내용을 숨김 */
.bbp-lh-count-value.bbp-lh-count-zero::before {
    content: "";
    /* 내용을 비움 */
    /* 또는 display: none; 으로 완전히 숨길 수도 있습니다. */
    /* display: none; */
    margin-right: 0;
    /* 필요하다면 마진도 제거 */
}

.bbp-lh-love-num {
    color: red;
}

/* 관련 토픽 목록에서 현재 보고 있는 토픽을 강조 */
.bbp-related-topics-list ul.current-in-related > li.bbp-topic-title-list {
    background-color: #f0f8ff; /* 원하는 배경색 */
    border-left: 3px solid #0073aa; /* 원하는 강조선 */
}

.bbp-related-topics-list ul.current-in-related a.bbp-topic-permalink {
    font-weight: bold; /* 글씨 굵게 */
    color: #005075; /* 원하는 글씨색 */
    margin-left: 5px;
}

/* 또는 간단하게 ul 태그 자체에 스타일을 줄 수도 있습니다. */
.bbp-related-topics-list ul.current-in-related {
    /* box-shadow: 0 0 5px rgba(0, 115, 170, 0.5); */
    /* padding-left: 10px; */
}

/* 관련 토픽 섹션 제목 */
.bbp-related-topics-wrapper h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

/* 관련 토픽 목록 기본 스타일 (선택 사항) */
.bbp-related-topics-list {
    list-style: none;
    padding-left: 0;
}
.bbp-related-topics-list ul.bbp-topic-title { /* loop-single-topic2의 ul에 적용될 스타일 */
    margin-bottom: 5px; /* 각 관련 토픽 항목 간 간격 */
}

/*edit-post button*/
.bbp-topic-cancel-edit{
    padding: 10px 30px !important;
}
a.button,
/*.bbp-topic-cancel-edit,*/
.bbp-submit-wrapper .bbp-button,
.bbp-submit-wrapper .button {
    border: solid 1px #333 !important;
    padding: 9px 30px;
    border-radius: 6px;
    outline: none;
    border: solid 1px #666;
background-color: #fff !important;
color: #333 !important;
}
a.button:hover,
.bbp-submit-wrapper .bbp-button:hover,
.bbp-submit-wrapper .button:hover {
    /*background-color: #0073aa;*/
    /*color: #fff; */
    /*padding: 10px 15px;*/
    /*font-size: 13px;*/
    /*line-height: 18px;*/
    border: solid 1px #333;
    background-color: #eee !important;
    color: #000 !important;
}

/*.bbp-submit-wrapper .bbp-button{*/
/*    background-color: blue;*/
/*    padding: 11px 15px;*/
/*}*/
/* 버튼 간 간격 */
.bbp-submit-wrapper .button + .button,
.bbp-submit-wrapper .bbp-button + .button,
.bbp-submit-wrapper .button + .bbp-button {
    margin-left:5px;
}


#bbpress-forums div.bbp-topic-content ul.bbpdu-attachments-list li img, #bbpress-forums div.bbp-reply-content ul.bbpdu-attachments-list li img{
    height:150px;
}

@media screen and (min-width: 200px) and (max-width: 782px) {
    .lh-message{
        display:block;
    }
    li.bbp-forum-info, li.bbp-topic-title {
        width:100%;
    }
    #bbpress-forums li ul.topic .bbp-topic-title a {
        font-size:14px;
    }

    #bbpress-forums div.bbp-topic-content ul.bbpdu-attachments-list li img, #bbpress-forums div.bbp-reply-content ul.bbpdu-attachments-list li img{
        width:100px;
        height:100px;
    }
}