/* Задайте своё человеческое название файла между '' */
/* --human-name-css: 'Forget About Shortcode Buttons - Кнопки плагина'; */

/* Укажите имя автора между '' */
/* --human-author-css: 'Перенос стилей'; */

/* Задайте путь до аватара автора между "" */
/* --human-author-image-css: "https://voiceacting.ru/wp-content/uploads/2025/08/mbl-support-ava.png"; */

/* Задайте своё человеческое описание файла между '' */
/* --human-description-css: ''; */

/* ------------------------- */
/* НЕ ТРОГАЙТЕ ВСЁ, ЧТО НИЖЕ */
/* ------------------------- */

/*СТИЛИ ДЛЯ КНОПОК ПЛАГИНА Forget About Shortcode Buttons*/

/*Отступы у кнопок разных размеров Forget About Shortcode Buttons*/

.fasc-size-xsmall {
    padding: 7px 14px;
    border-radius: 5px;
}

.fasc-size-small {
    padding: 9px 18px;
    border-radius: 5px;
}

.fasc-size-medium {
    padding: 11px 22px;
    border-radius: 5px;
}

.fasc-size-large {
    padding: 15px 30px;
    border-radius: 5px;
}

.fasc-size-xlarge {
    padding: 20px 40px;
    border-radius: 5px;
}

/*Стиль кнопок Forget About Shortcode Buttons по умолчанию*/
a.fasc-button {
    display: inline-block;
    transition: all 0.3s ease-in-out !important;
    margin: 10px 20px 10px 0px;
    text-transform: none;
    font-family: "Montserrat", "Inter", "Roboto", "Open Sans", "PT Sans", sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

[style="text-align: center;"] > a.fasc-button, .aligncenter > a.fasc-button {
    margin: 10px;
}

/*Отступы у иконок кнопок Forget About Shortcode Buttons*/

/*Отступ иконок, стоящих перед текстом*/

a.fasc-size-xsmall.fasc-ico-before:before {
    padding-right: 9px;
}

a.fasc-size-small.fasc-ico-before:before {
    padding-right: 10px;
}

a.fasc-size-medium.fasc-ico-before:before {
    padding-right: 11px;
}

a.fasc-size-large.fasc-ico-before:before {
    padding-right: 15px;
}

a.fasc-size-xlarge.fasc-ico-before:before {
    padding-right: 18px;
}

/*Отступ иконок, стоящих после текста*/

a.fasc-size-xsmall.fasc-ico-after:after {
    padding-left: 9px;
}

a.fasc-size-small.fasc-ico-after:after {
    padding-left: 10px;
}

a.fasc-size-medium.fasc-ico-after:after {
    padding-left: 11px;
}

a.fasc-size-large.fasc-ico-after:after {
    padding-left: 15px;
}

a.fasc-size-xlarge.fasc-ico-after:after {
    padding-left: 18px;
}

/*Кнопка темнее при наведении*/
.fasc-type-flat:hover {
    background-image: linear-gradient(to bottom, rgba(0 0 0 / 5%), rgba(0 0 0 / 5%));
}

/* --------------------------------------------------------------------------- */
/* Возможно, стили ниже относятся к скрипту для Forget About Shortcode Buttons */
/* --------------------------------------------------------------------------- */

/* Меняем цвет и контур кнопок Forget About Shortcode Buttons при наведении в зависимости от цвета кнопки и текста в ней */

a.fasc-type-flat {
    border: 1px solid transparent; /* Добавляем контур с толщиной 1px и цветом по умолчанию (прозрачным) */
  transition: all 0.3s ease-in-out;
}

a.fasc-type-flat:hover {
    border: 1px solid transparent; /* Добавляем контур с толщиной 2px и цветом по умолчанию (прозрачным) */
    background-image: linear-gradient(to bottom, #ffffff, #ffffff); /* Заливка становится белой при наведении */
}

/* --------------------------------------------------------------------------- */