/*!
Theme Name: BuildIcon
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: BuildIcon theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buildicon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: buildicon
Template Id: prod-25518
*/
/* Выравниваем весь список кнопок влево */
.elementor-widget-jet-button {
    text-align: left !important;
}

/* Растягиваем кнопку на всю ширину */
.elementor-widget-jet-button .jet-button__instance {
    width: 100%;
    justify-content: flex-start !important;
}

/* Контейнер кнопки */
.jet-button__container {
    display: flex;
    justify-content: flex-start !important;
}

/* Состояния кнопки */
.jet-button__state {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left;
}

/* Иконка слева */
.jet-button__icon {
    margin-right: 12px;
    margin-left: 0 !important;
}

/* Текст */
.jet-button__label {
    text-align: left;
}

/* Убираем возможное центрирование plane */
.jet-button__plane {
    left: 0 !important;
}
