/* your styles go here */


a {
    text-decoration: none !important;
}

.text {
    text-align: right !important;
}

a:hover {
    color: #999 !important;
}

/* .icon.next {
    margin-right: 20px;
    margin-left: 0px;
}

.icon.prev {
    margin-left: 20px;
    margin-right: 0px;
} */

.posts-nav, .prev-post, .next-post {
    flex-direction: row-reverse !important;
    
}

.pagination {
    flex-direction: row-reverse;
    gap: 10px;
    text-align: center;
    padding-left: 0;
    list-style: none;
    list-style-image: initial;
}


.page-link {
    position: relative;
    display: block;
    color: #343a40;
    background-color: transparent;
    border: 0 solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.rtl-placeholder {
    direction: rtl;
    text-align: right;
    /* Add any additional styles for RTL placeholders */
}