/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/swift/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.
 */
.widget-swift-list + * {
  margin-top: 20px;
}
.widget-swift-list li {
  display: flex;
  align-items: center;
  position: relative;
}
.widget-swift-list li + li {
  margin-top: 12px;
}
.widget-swift-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #ECECEC;
  position: relative;
}
.widget-swift-icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #FF750C;
  position: absolute;
  right: 0px;
  top: 0px;
}
.widget-swift-icon.on::before {
  background-color: #34C891;
}
.widget-swift-icon.off::before {
  background-color: #EA1C48;
}
.widget-swift-icon picture {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.widget-swift-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.widget-swift-bank a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
.widget-swift-bank a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0;
}
.widget-swift-bank span {
  display: block;
  font-size: 13px;
  color: #B1B1B1;
}

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