.rh-icon-embed-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
  width: 40px;
}
.rh-icon-embed-icon:last-child {
  margin-bottom: 0;
}
.rh-icon-embed-icon[data-rh-size=full] {
  width: 100%;
}

.rh-icon-embed-icon[data-rh-size=small] {
  width: 40px;
}

.rh-icon-embed-icon[data-rh-size=medium] {
  width: 80px;
}

.rh-icon-embed-icon[data-rh-size=large] {
  width: 120px;
}

.rh-icon-embed-icon svg {
  width: 100%;
  height: auto;
  shape-rendering: geometricprecision;
}
.rh-icon-embed-icon svg:not(.rh-multicolor-icon) path,
.rh-icon-embed-icon svg:not(.rh-multicolor-icon) polygon,
.rh-icon-embed-icon svg:not(.rh-multicolor-icon) rect {
  fill: #292929;
}
a:hover .rh-icon-embed-icon svg:not(.rh-multicolor-icon) path,
a:hover .rh-icon-embed-icon svg:not(.rh-multicolor-icon) polygon,
a:hover .rh-icon-embed-icon svg:not(.rh-multicolor-icon) rect {
  fill: #4d4d4d;
}

.rh-icon-embed-link {
  color: inherit;
  text-decoration: none;
}
.rh-icon-embed-link {
  color: #292929;
}

[data-rh-theme$=subtle] .rh-icon-embed-link {
  color: #a3a3a3;
}

[data-rh-theme^=dark] .rh-icon-embed-link {
  color: #ffffff;
}

[data-rh-theme^="dark subtle"] .rh-icon-embed-link {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-icon-embed-link {
  color: #292929;
}

[data-rh-theme^="light subtle"] .rh-icon-embed-link {
  color: #a3a3a3;
}

.rh-icon-embed-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.rh-icon-embed-link:hover {
  color: #a3a3a3;
}

[data-rh-theme$=subtle] .rh-icon-embed-link:hover {
  color: #292929;
}

[data-rh-theme^=dark] .rh-icon-embed-link:hover {
  color: #c7c7c7;
}

[data-rh-theme^="dark subtle"] .rh-icon-embed-link:hover {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-icon-embed-link:hover {
  color: #a3a3a3;
}

[data-rh-theme^="light subtle"] .rh-icon-embed-link:hover {
  color: #292929;
}

.rh-icon-embed-link:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-icon-embed-link:focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-icon-embed-link:focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-icon-embed-link:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-icon-embed-link:focus {
  outline-color: #0066cc;
}

.rh-icon-embed-text {
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  font-weight: 300;
  font-weight: var(--pfe-theme--font-weight--light, 300);
  text-decoration: none;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
}
.rh-icon-embed-text[data-rh-align=left] {
  text-align: left;
}

.rh-icon-embed-text[data-rh-align=center] {
  text-align: center;
}

.rh-icon-embed-text[data-rh-align=right] {
  text-align: right;
}