/**
 * Lessons Events - Frontend Styles
 * RTL Support for Hebrew
 */

/* Base styles are embedded in templates for better encapsulation */
/* This file can be used for global overrides */

.lessons-registration-form {
    direction: rtl;
    text-align: right;
}

.lessons-registration-form * {
    box-sizing: border-box;
}

.lessons-registration-form input::placeholder,
.lessons-registration-form textarea::placeholder {
    text-align: right;
}

/* Dashicons support */
.lessons-registration-form .dashicons {
    font-family: dashicons;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
