.stx-icon-with-text.stx-variation-before-content {
  display: flex;
  align-items: flex-start; }
  .stx-icon-with-text.stx-variation-before-content .stx-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: .7em; }

.stx-icon-with-text.stx-variation-before-title .stx-m-title-inner {
  display: flex;
  align-items: center; }

.stx-icon-with-text.stx-variation-before-title .stx-m-title {
  line-height: 1; }

.stx-icon-with-text.stx-variation-before-title .stx-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: .15em;
  transition: color .2s ease-out; }

.stx-icon-with-text.stx-variation-before-title .stx-m-title-text {
  line-height: 1; }

.stx-icon-with-text.stx-variation-top {
  text-align: center; }
  .stx-icon-with-text.stx-variation-top .stx-m-title {
    margin-top: 1.3em; }

.stx-icon-with-text .stx-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .stx-icon-with-text .stx-m-content > .stx-m-text {
    margin: .5em 0 0; }

.stx-icon-with-text .stx-m-title {
  margin: 0; }

.stx-icon-with-text .stx-m-icon-holder {
  font-size: 1.4em;
  line-height: 1;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out; }

.stx-icon-with-text .stx-m-button {
  margin: 1.5em 0 0; }
