.icon-with-text .icon {
  font-size: 1.2em;
}
.icon-with-text.bigger-icon .icon {
  font-size: 1.5em;
}
.icon-with-text .text p {
  margin-top: 0;
  margin-bottom: 0;
}
.icon-with-text.default .icon {
  color: #fff;
}
.icon-with-text.default .text,
.icon-with-text.default .text a {
  color: #fff;
  text-decoration: none;
}
.block-editor .icon-with-text.default .text,
.block-editor .icon-with-text.default .text a {
  color: #fff;
}
.icon-with-text.default .text a:hover {
  color: #fff;
  text-decoration: underline;
}
.icon-with-text.black .icon {
  color: #000;
}
.icon-with-text.black .text,
.icon-with-text.black .text a {
  color: #000;
  text-decoration: none;
}
.block-editor .icon-with-text.black .text,
.block-editor .icon-with-text.black .text a {
  color: #000;
}
.icon-with-text.black .text a:hover {
  color: #000;
  text-decoration: underline;
}
.icon-with-text.white .icon {
  color: #fff;
}
.icon-with-text.white .text,
.icon-with-text.white .text a {
  color: #fff;
  text-decoration: none;
}
.block-editor .icon-with-text.white .text,
.block-editor .icon-with-text.white .text a {
  color: #fff;
}
.icon-with-text.white .text a:hover {
  color: #fff;
  text-decoration: underline;
}