.zwsf-body {
    background-image: url(../image/common/bg-mini.png?v=1.0);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
}

.zwsf-section-zwsf {
    background: url(../image/nav5.ssfw/bg1.jpg) no-repeat center center;
    background-size: cover;
}

.zwsf-title {
    color: #121212;
    font-size: 34px;
    line-height: 1.4;
    margin: 30px 0 16px;
}

.zwsf-status {
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
}

.zwsf-list {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d9d9d9;
}

.zwsf-item {
    display: grid;
    grid-template-columns: 56px 1fr 320px;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #ececec;
}

.zwsf-item:last-child {
    border-bottom: 0;
}

.zwsf-item-index {
    color: #666666;
}

.zwsf-item-title {
    color: #121212;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwsf-item-title a {
    color: inherit;
    text-decoration: none;
}

.zwsf-item-title a:hover {
    text-decoration: underline;
}

.zwsf-item-id {
    color: #888888;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 知味书房 - 仅屏幕阅读器可见 */
.zwsf-search-bar .sr-only,
.zwsf-pagination .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 输入框 + 搜索：同一胶囊组 */
.zwsf-search-group {
    display: flex;
    align-items: stretch;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #C9A89F;
    border-radius: 40px;
    box-shadow: 0 1px 10.6px 6px #DCD3CF;
    overflow: hidden;
    background: #ffffff;
}

.zwsf-search-input {
    color: #121212;
    background: #ffffff;
    border: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.zwsf-search-group .zwsf-search-input {
    border-radius: 40px 0 0 40px;
}

.zwsf-search-input::placeholder {
    color: #999999;
}

.zwsf-search-input:focus,
.zwsf-search-input:focus-visible,
.zwsf-search-input:active {
    outline: none;
    box-shadow: none;
}

/* 去掉 WebKit 搜索框自带的清除按钮 */
.zwsf-search-input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.zwsf-search-btn {
    color: #ffffff;
    background-color: #996F66;
    border: 1px solid #996F66;
    box-sizing: border-box;
    font-family: inherit;
}

/* 组内「搜索」：右侧圆角 40px，与组轮廓一致 */
.zwsf-search-btn--inline {
    border: none;
    border-left: 1px solid #C9A89F;
    border-radius: 40px;
    align-self: stretch;
    height: auto;
    min-height: 50px;
}

.zwsf-search-btn:hover {
    opacity: 0.92;
}

.zwsf-search-btn:active {
    opacity: 0.85;
}

/* 知味书房 - 分页 */
.zwsf-pagination-select {
    appearance: auto;
    font-family: inherit;
}

.zwsf-pagination-select:focus {
    outline: 2px solid #996F66;
    outline-offset: 1px;
}

.zwsf-pagination-num {
    color: #121212;
    background-color: #ffffff;
    border-color: #C9A89F;
}

.zwsf-pagination-num:hover:not(.zwsf-pagination-num--active) {
    background-color: #f5f0ee;
}

.zwsf-pagination-num--active {
    color: #ffffff;
    background-color: #996F66;
    border-color: #996F66;
}

.zwsf-pagination-arrow:hover:not(:disabled) {
    background-color: #f5f0ee;
}