/* Merchant Landing Page - Base Styles */
/* Purple theme for Marshoppy */

/* RTL support for legacy elements */
.left_float { float: left; }
html[dir="rtl"] .left_float { float: right; }
.right_float { float: right; }
html[dir="rtl"] .right_float { float: left; }

.pl-18 { padding-left: 18px !important; }
html[dir="rtl"] .pl-18 { padding-left: 0 !important; padding-right: 18px !important; }

/* Pricing header min-height */
.pricing_header { min-height: 162px; }