﻿/* 嚷嚷報列表桌機顯示桌機段、隱藏手機段 */
@media (min-width: 768px) {
    .pager-mobile-only {
        display: none !important;
    }
}

/* 手機顯示手機段、隱藏桌機段 */
@media (max-width: 767.98px) {
    .pager-desktop-only {
        display: none !important;
    }
}

/* 有空間但看不到文字（版面不會縮） */
.performanceBoxWantCount.is-empty {
    visibility: hidden; /* 或改成 opacity: 0 也可以 */
}
.messageBoardSingleList > .messageBoardReplyItem > .reply-section.child-reply-section > .reply-form-container {
  width: calc(100% - 52px);
  margin: 16px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .messageBoardSingleList > .messageBoardReplyItem > .reply-section.child-reply-section > .reply-form-container {
    width: calc(100% - 44px);
  }
}
/*.performanceIndexListTitle {
    color: #FFE500;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 2.5rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -1.5rem;
    z-index: 2;
    line-height: 1;
}

@media screen and (max-width: 1500px) {
    .performanceIndexListTitle {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        position: relative;
    }
}

@media screen and (max-width: 1280px) {
    .performanceIndexListTitle {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .performanceIndexListTitle {
        font-size: 2rem;
        margin: 20px 0 0;
    }
}*/
