/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/author-profile-short/_author-profile-short-styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Grid Breakpoints
 */
/*
 * Global mixins
 */
/*
 * Header mixins
 */
/*
 * Blocks mixins
 */
.b-author-profile-short {
  display: flex;
  gap: 1.5rem;
}
.b-author-profile-short__photo {
  display: block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--color-ventures);
  border-radius: 50%;
  box-shadow: 0 0 32px 0 rgba(var(--color-ventures-rgb), 1);
}
.b-author-profile-short__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-author-profile-short__data {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.b-author-profile-short__name {
  margin: 0;
  color: var(--color-white);
  font-size: var(--text-large);
  line-height: 1.75;
}
.b-author-profile-short__label {
  margin: 0;
  color: var(--color-gray-40);
  font-size: var(--text-regular);
  line-height: 1.5;
}

/*# sourceMappingURL=block_author-profile-short.css.map*/