.fanuus-related-box {
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 24px;
    background: #fefefe;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    direction: rtl;
    font-family: Tahoma, sans-serif;
    transition: all 0.3s ease;
}

.fanuus-rating-box h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 20px;
}

.fanuus-rating-box a,
.fanuus-rating-link {
    color: #000080;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

.fanuus-rating-box a:hover,
.fanuus-rating-link:hover {
    color: #0000cc;
    text-decoration: underline;
}

.fanuus-similar-books-title {
    font-size: 17px;
    color: #444;
    font-weight: bold;
    margin: 24px 0 10px;
    text-align: right;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.fanuus-current-book-tags {
    margin-top: 20px;
    text-align: right;
}

.fanuus-current-book-tags strong {
    display: block;
    margin-bottom: 8px;
    color: #444;
    font-size: 14px;
}

.current-book-concept-tags-container a {
    display: inline-block;
    color: #000080;
    font-size: 13px;
    margin-left: 0.4em;
    text-decoration: none;
}

.current-book-concept-tags-container a:hover {
    color: #0000cc;
    text-decoration: underline;
}

.fanuus-rated-books-list {
    direction: rtl;
    font-family: Tahoma, sans-serif;
    margin-top: 30px;
}

.fanuus-rated-book-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.fanuus-rated-book-item img {
    width: 40px;
    height: auto;
    border-radius: 4px;
    margin-left: 12px;
}

.rated-book-concept-tag {
    color: #0056b3;
    font-size: 13px;
    margin: 0 2px;
    text-decoration: none;
}

.rated-book-concept-tag:hover {
    color: #003a8c;
    text-decoration: underline;
}

/* ------------------- highlight blink animation ------------------- */
.highlight-book {
    border: 3px dashed #f1c40f !important;
    border-radius: 8px;
    padding: 12px;
    background-color: #fff9d6;
    animation: blink-border 0.8s ease-in-out 6;
}

@keyframes blink-border {
    0%   { box-shadow: 0 0 0 rgba(241, 196, 15, 0); }
    50%  { box-shadow: 0 0 10px 4px rgba(241, 196, 15, 0.8); }
    100% { box-shadow: 0 0 0 rgba(241, 196, 15, 0); }
}
