/**
 * @file
 * Button — Modal component styles.
 *
 * This file only adds the plus glyph and keeps the label + icon row aligned.
 */

.button-modal__label {
  line-height: 1;
}

.button-modal__icon {
  display: block;
  inline-size: 24px;
  block-size: 24px;
  flex: 0 0 24px;
  background: url('../../images/icons/icon-plus-coral.svg') center / contain no-repeat;
}

@media (max-width: 767px) {
  .btn.button-modal {
    display: flex;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
