.scrollable-recent-posts {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

.scrollable-recent-posts::-webkit-scrollbar {
    width: 8px;
}

.scrollable-recent-posts::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-recent-posts::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scrollable-recent-posts::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.accordion .card {
    border: none;
}

.accordion .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #eee;
}

.accordion .btn-link {
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
}

.accordion .card-body {
    padding: 0;
}

.list-group-item {
    border: none;
    margin-bottom: 5px;
}

.list-group-item a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}
.scrollable-post-content {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

.scrollable-post-content::-webkit-scrollbar {
    width: 8px;
}

.scrollable-post-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-post-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scrollable-post-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Scrollbar Styling */
.scrollable-recent-posts {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

.scrollable-recent-posts::-webkit-scrollbar {
    width: 8px;
}

.scrollable-recent-posts::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-recent-posts::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scrollable-recent-posts::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Tibetan Text Support */
.tibetan-text {
    font-family: 'Jomolhari', 'Tibetan Machine Uni', sans-serif;
}

/* List Item Styling */
.list-group-item a {
    transition: background-color 0.3s;
}

.list-group-item a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}
@font-face {
    font-family: 'Jomolhari';
    src: url('https://cdn.jsdelivr.net/npm/jomolhari@1.0/fonts/jomolhari.woff2') format('woff2');
}
.tibetan-text {
    font-family: 'Jomolhari', 'Tibetan Machine Uni', sans-serif;
}