/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/ufl-social-buttons/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.ufl-social-column {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ufl-social-column a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  position: relative;
  transition: all 0.2s ease-in-out;
  font-size: 21px;
}

.ufl-social-column a img, .ufl-social-column a svg {
  max-width: 25px;
  max-height: 25px;
}

.editor-styles-wrapper .visually-hidden {
  display: none;
}

.editor-styles-wrapper .ufl-brands {
  display: flex;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  max-width: 35px;
  max-height: 35px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style-index.css.map*/