.rubric-lists-block {
    background: linear-gradient(76.1deg, #e9f4f6, #ecf7ed);
    border: 0;
    border-radius: 16px;
    height: 580px;
    padding: 24px;
    width: 100%;
}
.rubric-lists-block__title {
    color: #53a77a;
    font-family: Philosopher, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
    text-align: left;
}
.rubrics-list {
    list-style-type: none;
    padding: 0;
}
.rubric-item__url {
    font-size: 1.1rem;
    color: #373c45;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 8px;
    transition: .3s;
}

.book-views {
    align-items: center;
    color: #aaa;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    line-height: 100%;
    margin: 0;
}


/* Домалақ чат батырмасы */
#kitap-chat-button {
    position: fixed;
    bottom: 25px;
    right: 100px;
    background: #096262;
    color: #e2c559;
    padding: 16px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: 0.2s;
}
#kitap-chat-button:hover {
    transform: scale(1.08);
}

#kitap-chat-widget {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 320px;
    max-height: 480px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    z-index: 10000;
    display: none;
    overflow: hidden;
    font-size: 14px;
}
#kitap-chat-widget .kcw-header {
    background: #606c38;
    color: #fff;
    padding: 10px 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#kcw-close {
    cursor: pointer;
    font-size: 18px;
}
#kitap-chat-widget .kcw-body {
    padding: 10px 14px 12px;
    background: #f9f9f4;
    max-height: 420px;
    overflow-y: auto;
}
#kitap-chat-widget p {
    margin: 0 0 8px;
}
.kcw-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 10px;
}
.kcw-options label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e0e4d8;
    padding: 4px 8px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
}
.kcw-options input[type="checkbox"] {
    accent-color: #283618;
}
.kcw-next, .kcw-back {
    background: #283618;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 4px;
    margin-right: 6px;
}
.kcw-back {
    background: #6c757d;
}
#kcw-results a {
    display: block;
    margin-bottom: 4px;
    color: #283618;
    text-decoration: none;
}
#kcw-results a:hover {
    text-decoration: underline;
}
#kcw-results p {
    margin-bottom: 6px;
}
