/* ==========================================================================
   Dorano Footer — RTL Overrides
   ========================================================================== */

/* Quick links hover — logical properties handle RTL automatically now */

/* Newsletter input */
.dorano-footer__newsletter-input {
    border-right: 1px solid rgba(201, 168, 76, 0.3);
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.dorano-footer__newsletter-btn {
    border-radius: 4px 0 0 4px;
}

/* Back-to-top */
.dorano-back-to-top {
    right: auto;
    left: 24px;
}

/* Mobile */
@media (max-width: 544px) {
    .dorano-footer__menu a:hover {
        padding-inline-start: 0;
    }

    .dorano-footer__newsletter-input {
        border: 1px solid rgba(201, 168, 76, 0.3);
        border-radius: 4px;
    }

    .dorano-footer__newsletter-btn {
        border-radius: 4px;
    }

    .dorano-back-to-top {
        left: 16px;
        right: auto;
    }
}
