/* line 4, components/button/button.scss */
.btn-avatar {
  background-color: #E6F2F0;
  color: #007A5F;
  display: flex;
  gap: 8px;
  border-radius: 40px;
  padding: 4px;
  align-items: center;
  text-decoration: none;
}

/* line 14, components/button/button.scss */
.btn-avatar .button-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "Raleway", arial, sans-serif;
}

/* line 22, components/button/button.scss */
.btn-avatar .field--name-field-image {
  width: 80px;
  overflow: hidden;
  border-radius: 60px;
}

/* line 28, components/button/button.scss */
.btn-avatar .button-link-arrow {
  color: #f49f29;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 39, components/button/button.scss */
.btn-primary .button-text {
  display: flex;
  gap: 12px;
}

/*# sourceMappingURL=button.css.map */