/**
 * ATH Polls - RTL Styles
 */

/* Alignment-specific option margins */
/* For right alignment in RTL mode */
[dir="rtl"] .ath-polls-container[style*="text-align: right"] .ath-polls-option label {
    margin-left: 0;
    margin-right: 12px;
}

/* For left alignment in RTL mode */
[dir="rtl"] .ath-polls-container[style*="text-align: left"] .ath-polls-option label {
    margin-left: 12px;
    margin-right: 0;
}

/* Results */
.ath-polls-results-fill {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 10px;
    text-align: left;
}

.ath-polls-results-label {
    flex-direction: row-reverse;
}

.ath-polls-total-votes {
    text-align: left;
}

/* Messages */
.ath-polls-message {
    border-left: none;
    border-right: 4px solid;
}

/* Text alignment */
.ath-polls-container[style*="text-align: left"] {
    text-align: right !important;
}

.ath-polls-container[style*="text-align: right"] {
    text-align: left !important;
} 