/* ==========================================================================
   Dorano Base — RTL Overrides
   ========================================================================== */

/* Lists */
ul, ol {
    padding-left: 0;
    padding-right: 1.5em;
}

/* Blockquote */
blockquote {
    border-left: none;
    border-right: 4px solid var(--dorano-gold);
}

/* Table */
th, td {
    text-align: right;
}

/* Alignment */
.alignleft {
    float: right;
    margin-right: 0;
    margin-left: 1.5em;
}

.alignright {
    float: left;
    margin-left: 0;
    margin-right: 1.5em;
}

/* Comment children */
.comment-list .children {
    padding-left: 0;
    padding-right: 2em;
}

/* Comment avatar */
.comment-author img {
    margin-right: 0;
    margin-left: 10px;
}

/* Search form */
.search-form .search-field {
    border-radius: 0 4px 4px 0;
}

.search-form .search-submit {
    border-radius: 4px 0 0 4px;
}

/* Sidebar */
#secondary {
    text-align: right;
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-left: none;
    border-right: 4px solid var(--dorano-gold);
}

.woocommerce-error {
    border-right-color: var(--dorano-accent);
}

/* Post navigation */
.post-navigation .nav-next {
    text-align: left;
}

@media (max-width: 768px) {
    .post-navigation .nav-next {
        text-align: right;
    }
}
