/* Import modern widget styles */
@import url('widget-styles.css');

/* Legacy styles for backward compatibility */
.iek_form_group { margin-bottom: 15px; }
.iek_form_group label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }
.iek_form_group .iek_form_control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
.iek_button { background-color: #337ab7; color: #fff; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid #2e6da4; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; border-radius: 4px; user-select: none; }
.elementor-label-inline>.elementor-control-content>.elementor-control-field>.elementor-control-input-wrapper{ min-width: 150px; }