/* 诗文详情页 PDF 侧栏；自 Detail.cshtml 外提，DOM id/class 与老站一致 */
.pdf {
    width: 260px;
    height: 44px;
    background: #5D6146;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.wenzi {
    width: 63px;
    height: 21px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
}

.wenzi2 {
    width: 95px;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #5D6146;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.pdf-settings-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.pdf-settings-container::before,
.pdf-settings-container::after {
    content: '';
    flex: 1;
    height: 0;
    border-top: 1px solid #DAD9D1;
}

.pdf-settings-container::before {
    margin-left: 18px;
    margin-right: 12px;
}

.pdf-settings-container::after {
    margin-left: 11px;
    margin-right: 20px;
}

.pdfshezhi {
    width: 63px;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0F0F0F;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

#shiwen-detail-pdf-panel input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-image: url('/img/shiwen/nocheck.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    vertical-align: bottom;
}

#shiwen-detail-pdf-panel input[type="checkbox"]:checked {
    background-image: url('/img/shiwen/check.png');
}

#shiwen-detail-pdf-panel input[type="checkbox"]:disabled {
    filter: grayscale(100%) opacity(0.6);
    cursor: not-allowed;
}

.disabled-text {
    color: #aaa !important;
    cursor: not-allowed;
}

.wenzi3 {
    width: 63px;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0F0F0F;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 3px;
}

.clickable {
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.clickable:hover {
    background-color: #555b3e !important;
    border-color: #4a4c3a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#viewPdf:hover {
    background-color: #e0dfd7 !important;
    border-color: #4a4c3a !important;
    color: #4a4c3a;
}

.clickable:active {
    transform: translateY(1px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
