@charset "UTF-8";
.rh-icon-panel--component {
  container-name: rh-icon-panel--component;
  container-type: inline-size;
}

.rh-icon-panel-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.rh-icon-panel-wrapper[data-rh-align~=left] {
  list-style-position: outside;
  text-align: left;
}

.rh-icon-panel-wrapper[data-rh-align~=right] {
  text-align: right;
  list-style-position: inside;
}

.rh-icon-panel-wrapper[data-rh-align~=center] {
  text-align: center;
  list-style-position: inside;
}
.rh-icon-panel-wrapper[data-rh-align~=center] > ul {
  padding-left: 0;
}

.rh-icon-panel-wrapper[data-rh-align=stacked] {
  width: 100%;
  display: block;
  height: auto;
}
.rh-icon-panel-wrapper[data-rh-align=stacked] .rh-icon-panel-svg {
  margin-right: auto;
}
.rh-icon-panel-wrapper[data-rh-align="stacked left"] {
  width: 100%;
  display: block;
  height: auto;
}
.rh-icon-panel-wrapper[data-rh-align="stacked left"] .rh-icon-panel-svg {
  margin-right: auto;
}
.rh-icon-panel-wrapper[data-rh-align="stacked right"] {
  width: 100%;
  display: block;
  height: auto;
}
.rh-icon-panel-wrapper[data-rh-align="stacked right"] .rh-icon-panel-svg {
  margin-left: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .rh-icon-panel-wrapper[data-rh-align~=left-mobile] {
    list-style-position: outside;
    text-align: left;
  }
  .rh-icon-panel-wrapper[data-rh-align~=right-mobile] {
    text-align: right;
    list-style-position: inside;
  }
  .rh-icon-panel-wrapper[data-rh-align~=center-mobile] {
    text-align: center;
    list-style-position: inside;
  }
  .rh-icon-panel-wrapper[data-rh-align~=center-mobile] > ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .rh-icon-panel-wrapper[data-rh-align=left-desktop] {
    list-style-position: outside;
    text-align: left;
  }
  .rh-icon-panel-wrapper[data-rh-align=right-desktop] {
    text-align: right;
    list-style-position: inside;
  }
}
.rh-icon-panel-wrapper[data-rh-align=center] {
  align-items: center;
}

.rh-icon-panel-wrapper[data-rh-align=right] {
  align-items: flex-end;
}

[data-rh-justify=justify] .rh-icon-panel-wrapper {
  flex-grow: 0;
}

@container rh-icon-panel--component (min-width: 450px) {
  .rh-icon-panel-wrapper {
    flex-direction: row;
  }
  .rh-icon-panel-wrapper[data-rh-align=center] {
    flex-direction: column;
  }
  .rh-icon-panel-wrapper[data-rh-align=right] {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
[data-rh-content-item] .rh-icon-panel-wrapper {
  flex-grow: 0;
}

.rh-icon-panel-svg {
  padding: 8px;
  margin-bottom: 24px;
  width: 60px;
  height: 60px;
}
[data-rh-align=left] .rh-icon-panel-svg {
  margin-right: 24px;
}

[data-rh-align=center] .rh-icon-panel-svg {
  margin-bottom: 24px;
}

[data-rh-align=right] .rh-icon-panel-svg {
  margin-left: 24px;
}

.rh-icon-panel-svg:last-child {
  margin-bottom: 0;
}
[data-rh-icon-size=small] .rh-icon-panel-svg {
  width: 60px;
  height: 60px;
}

[data-rh-icon-size=large] .rh-icon-panel-svg {
  width: 100px;
  height: 100px;
}

@container rh-icon-panel--component (min-width: 320px) {
  .rh-icon-panel-svg {
    width: 80px;
    height: 80px;
  }
}
@container rh-icon-panel--component (min-width: 350px) {
  .rh-icon-panel-svg {
    flex-shrink: 0;
  }
}
.rh-icon-panel-svg path,
.rh-icon-panel-svg polygon,
.rh-icon-panel-svg rect {
  fill: #292929;
}
a:hover .rh-icon-panel-svg path,
a:hover .rh-icon-panel-svg polygon,
a:hover .rh-icon-panel-svg rect {
  fill: #4d4d4d;
}
[data-rh-theme^=dark] .rh-icon-panel-svg path,
[data-rh-theme^=dark] .rh-icon-panel-svg polygon,
[data-rh-theme^=dark] .rh-icon-panel-svg rect {
  fill: #292929;
}
a:hover [data-rh-theme^=dark] .rh-icon-panel-svg path, [data-rh-theme^=dark] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-theme^=dark] .rh-icon-panel-svg polygon,
[data-rh-theme^=dark] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-theme^=dark] .rh-icon-panel-svg rect,
[data-rh-theme^=dark] a:hover .rh-icon-panel-svg rect {
  fill: #4d4d4d;
}

[data-rh-theme^=light] .rh-icon-panel-svg path,
[data-rh-theme^=light] .rh-icon-panel-svg polygon,
[data-rh-theme^=light] .rh-icon-panel-svg rect {
  fill: #292929;
}
a:hover [data-rh-theme^=light] .rh-icon-panel-svg path, [data-rh-theme^=light] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-theme^=light] .rh-icon-panel-svg polygon,
[data-rh-theme^=light] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-theme^=light] .rh-icon-panel-svg rect,
[data-rh-theme^=light] a:hover .rh-icon-panel-svg rect {
  fill: #4d4d4d;
}

[data-rh-icon-background] .rh-icon-panel-svg {
  padding: 14px;
}

[data-rh-icon-background=black] .rh-icon-panel-svg {
  background-color: #292929;
  border: 1px solid #292929;
}
a:hover [data-rh-icon-background=black] .rh-icon-panel-svg, [data-rh-icon-background=black] a:hover .rh-icon-panel-svg {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #292929;
}
[data-rh-icon-background=black] .rh-icon-panel-svg path,
[data-rh-icon-background=black] .rh-icon-panel-svg polygon,
[data-rh-icon-background=black] .rh-icon-panel-svg rect {
  fill: #ffffff;
}
a:hover [data-rh-icon-background=black] .rh-icon-panel-svg path, [data-rh-icon-background=black] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-background=black] .rh-icon-panel-svg polygon,
[data-rh-icon-background=black] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-background=black] .rh-icon-panel-svg rect,
[data-rh-icon-background=black] a:hover .rh-icon-panel-svg rect {
  fill: #292929;
}

[data-rh-icon-background=white] .rh-icon-panel-svg {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
a:hover [data-rh-icon-background=white] .rh-icon-panel-svg, [data-rh-icon-background=white] a:hover .rh-icon-panel-svg {
  background-color: rgba(41, 41, 41, 0.3);
  border: 1px solid #ffffff;
}
[data-rh-icon-background=white] .rh-icon-panel-svg path,
[data-rh-icon-background=white] .rh-icon-panel-svg polygon,
[data-rh-icon-background=white] .rh-icon-panel-svg rect {
  fill: #292929;
}
a:hover [data-rh-icon-background=white] .rh-icon-panel-svg path, [data-rh-icon-background=white] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-background=white] .rh-icon-panel-svg polygon,
[data-rh-icon-background=white] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-background=white] .rh-icon-panel-svg rect,
[data-rh-icon-background=white] a:hover .rh-icon-panel-svg rect {
  fill: #ffffff;
}

[data-rh-icon-background=red] .rh-icon-panel-svg {
  background-color: #ee0000;
  border: 1px solid #ee0000;
}
a:hover [data-rh-icon-background=red] .rh-icon-panel-svg, [data-rh-icon-background=red] a:hover .rh-icon-panel-svg {
  background-color: #ffffff;
  border: 1px solid #292929;
}
[data-rh-icon-background=red] .rh-icon-panel-svg path,
[data-rh-icon-background=red] .rh-icon-panel-svg polygon,
[data-rh-icon-background=red] .rh-icon-panel-svg rect {
  fill: #ffffff;
}
a:hover [data-rh-icon-background=red] .rh-icon-panel-svg path, [data-rh-icon-background=red] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-background=red] .rh-icon-panel-svg polygon,
[data-rh-icon-background=red] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-background=red] .rh-icon-panel-svg rect,
[data-rh-icon-background=red] a:hover .rh-icon-panel-svg rect {
  fill: #292929;
}

[data-rh-icon-background=gray] .rh-icon-panel-svg {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
a:hover [data-rh-icon-background=gray] .rh-icon-panel-svg, [data-rh-icon-background=gray] a:hover .rh-icon-panel-svg {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #292929;
}
[data-rh-icon-background=gray] .rh-icon-panel-svg path,
[data-rh-icon-background=gray] .rh-icon-panel-svg polygon,
[data-rh-icon-background=gray] .rh-icon-panel-svg rect {
  fill: #292929;
}
a:hover [data-rh-icon-background=gray] .rh-icon-panel-svg path, [data-rh-icon-background=gray] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-background=gray] .rh-icon-panel-svg polygon,
[data-rh-icon-background=gray] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-background=gray] .rh-icon-panel-svg rect,
[data-rh-icon-background=gray] a:hover .rh-icon-panel-svg rect {
  fill: #ffffff;
}

[data-rh-icon-background] .rh-icon-panel-svg {
  border-radius: 100%;
}

[data-rh-icon-color=black] .rh-icon-panel-svg path,
[data-rh-icon-color=black] .rh-icon-panel-svg polygon,
[data-rh-icon-color=black] .rh-icon-panel-svg rect {
  fill: #292929;
}
a:hover [data-rh-icon-color=black] .rh-icon-panel-svg path, [data-rh-icon-color=black] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-color=black] .rh-icon-panel-svg polygon,
[data-rh-icon-color=black] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-color=black] .rh-icon-panel-svg rect,
[data-rh-icon-color=black] a:hover .rh-icon-panel-svg rect {
  fill: #292929;
}

[data-rh-icon-color=white] .rh-icon-panel-svg path,
[data-rh-icon-color=white] .rh-icon-panel-svg polygon,
[data-rh-icon-color=white] .rh-icon-panel-svg rect {
  fill: #ffffff;
}
a:hover [data-rh-icon-color=white] .rh-icon-panel-svg path, [data-rh-icon-color=white] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-color=white] .rh-icon-panel-svg polygon,
[data-rh-icon-color=white] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-color=white] .rh-icon-panel-svg rect,
[data-rh-icon-color=white] a:hover .rh-icon-panel-svg rect {
  fill: #292929;
}

[data-rh-icon-color=red] .rh-icon-panel-svg path,
[data-rh-icon-color=red] .rh-icon-panel-svg polygon,
[data-rh-icon-color=red] .rh-icon-panel-svg rect {
  fill: #ee0000;
}
a:hover [data-rh-icon-color=red] .rh-icon-panel-svg path, [data-rh-icon-color=red] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-color=red] .rh-icon-panel-svg polygon,
[data-rh-icon-color=red] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-color=red] .rh-icon-panel-svg rect,
[data-rh-icon-color=red] a:hover .rh-icon-panel-svg rect {
  fill: #292929;
}

[data-rh-icon-color=gray] .rh-icon-panel-svg path,
[data-rh-icon-color=gray] .rh-icon-panel-svg polygon,
[data-rh-icon-color=gray] .rh-icon-panel-svg rect {
  fill: #707070;
}
a:hover [data-rh-icon-color=gray] .rh-icon-panel-svg path, [data-rh-icon-color=gray] a:hover .rh-icon-panel-svg path,
a:hover [data-rh-icon-color=gray] .rh-icon-panel-svg polygon,
[data-rh-icon-color=gray] a:hover .rh-icon-panel-svg polygon,
a:hover [data-rh-icon-color=gray] .rh-icon-panel-svg rect,
[data-rh-icon-color=gray] a:hover .rh-icon-panel-svg rect {
  fill: #292929;
}

.rh-icon-panel-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  width: 100%;
}
.no-flexbox .rh-icon-panel-content {
  display: inline-block;
}
.no-flexbox .rh-icon-panel-content > * {
  float: left;
}
.rh-icon-panel-title {
  margin: 0 0 10px;
  font-family: "Red Hat Display", "RedHatDisplay", "Overpass", Overpass, Arial, sans-serif;
  font-family: var(--pfe-theme--font-family--heading, "Red Hat Display", "RedHatDisplay", "Overpass", Overpass, Arial, sans-serif);
  font-size: 1.5rem;
  font-size: var(--pf-c-title--m-2xl--FontSize, 1.5rem);
  line-height: 1.3;
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  text-transform: none;
}
.rh-icon-panel-title {
  color: #151515;
}

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

[data-rh-theme^=light] .rh-icon-panel-title {
  color: #151515;
}

.rh-icon-panel-title:last-child {
  margin-bottom: 0;
}
.rh-icon-panel-title a {
  text-decoration: none;
  color: inherit;
}
.rh-icon-panel-title a {
  --pfe-broadcasted--link--hover: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-title a {
  --pfe-broadcasted--link--hover: #c7c7c7;
}

[data-rh-theme^=light] .rh-icon-panel-title a {
  --pfe-broadcasted--link--hover: #004080;
}

.rh-icon-panel-title a {
  --pfe-broadcasted--link--focus: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-title a {
  --pfe-broadcasted--link--focus: #b9dafc;
}

[data-rh-theme^="dark desaturated"] .rh-icon-panel-title a {
  --pfe-broadcasted--link--focus: #c7c7c7;
}

[data-rh-theme^=light] .rh-icon-panel-title a {
  --pfe-broadcasted--link--focus: #004080;
}

.rh-icon-panel-title a:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-title a:hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-icon-panel-title a:hover {
  color: #004080;
}

.rh-icon-panel-title a:active, .rh-icon-panel-title a:focus {
  text-decoration: none;
}
.rh-icon-panel-title a:active, .rh-icon-panel-title a:focus {
  color: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-title a:active, [data-rh-theme^=dark] .rh-icon-panel-title a:focus {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-icon-panel-title a:active, [data-rh-theme^=light] .rh-icon-panel-title a:focus {
  color: #004080;
}

.rh-icon-panel-summary {
  margin-block: 0;
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  font-size: 1rem;
  font-size: var(--pf-global--FontSize--md, 1rem);
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  margin: 0 0 18px;
  flex-grow: 1;
}
.rh-icon-panel-summary:not(:last-child, :empty) {
  margin-bottom: 16px;
}
.rh-icon-panel-summary {
  color: #151515;
}

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

[data-rh-theme^="dark desaturated"] .rh-icon-panel-summary {
  color: #e0e0e0;
}

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

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

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

[data-rh-theme^=light] .rh-icon-panel-summary {
  color: #151515;
}

.rh-icon-panel-summary rh-cta > a {
  text-decoration: none;
}
.rh-icon-panel-summary a:not([data-analytics-linktype=cta]) {
  text-decoration: none;
}
.rh-icon-panel-summary a:not([data-analytics-linktype=cta]) {
  color: #0066cc;
}

[data-rh-theme^=dark] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]) {
  color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]) {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]) {
  color: #0066cc;
}

.rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):hover {
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, [data-rh-theme^=dark] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):hover {
  color: #b9dafc;
}

[data-rh-theme^="dark desaturated"] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, [data-rh-theme^="dark desaturated"] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, [data-rh-theme^=light] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):hover {
  color: #004080;
}

.rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, [data-rh-theme^=dark] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, [data-rh-theme^="dark desaturated"] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):active, [data-rh-theme^=light] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]):focus {
  outline-color: #0066cc;
}

[data-rh-theme~=desaturated] .rh-icon-panel-summary a:not([data-analytics-linktype=cta]) {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

@media (min-width: 768px) {
  .rh-icon-panel-summary {
    font-size: 1.125rem;
    font-size: var(--pf-global--FontSize--lg, 1.125rem);
  }
}
.rh-icon-panel-summary:last-child {
  margin-bottom: 0;
}
.rh-icon-panel-summary p:last-child {
  margin-bottom: 0;
}

.rh-icon-panel-cta-link {
  font-weight: 700;
  font-family: "Red Hat Display", "RedHatDisplay", Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-heading, "Red Hat Display", "RedHatDisplay", Helvetica, Arial, sans-serif);
  font-size: 18px;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 3px 0;
  position: relative;
}
.rh-icon-panel-cta-link {
  color: #0066cc;
}

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

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

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

.rh-icon-panel-cta-link svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -1px;
  fill: #0066cc;
  position: relative;
  left: 4px;
  top: 5px;
  stroke: #0066cc;
  stroke-width: 2px;
  transition: all 0.3s ease;
  vertical-align: baseline;
}
[data-rh-theme^=dark] .rh-icon-panel-cta-link svg {
  fill: #92c5f9;
  stroke: #92c5f9;
  stroke-width: 2px;
}
[data-rh-theme^=dark] [data-rh-theme^=light] .rh-icon-panel-cta-link svg {
  fill: #0066cc;
  stroke: #0066cc;
  stroke-width: 2px;
}
[data-rh-theme^=light] [data-rh-theme^=dark] .rh-icon-panel-cta-link svg {
  fill: #92c5f9;
  stroke: #92c5f9;
  stroke-width: 2px;
}
[data-rh-theme^="dark desaturated"] .rh-icon-panel-cta-link svg, [data-rh-theme^=light] [data-rh-theme^="dark desaturated"] .rh-icon-panel-cta-link svg {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 2px;
}
.rh-icon-panel-cta-link:hover {
  cursor: pointer;
  outline: 0;
}
.rh-icon-panel-cta-link:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-cta-link:hover {
  color: #b9dafc;
}

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

[data-rh-theme^=light] .rh-icon-panel-cta-link:hover {
  color: #004080;
}

.rh-icon-panel-cta-link:hover svg {
  position: relative;
  left: 8px;
  fill: #004080;
  stroke: #004080;
}
[data-rh-theme^=dark] .rh-icon-panel-cta-link:hover svg, [data-rh-theme^=light] [data-rh-theme^=dark] .rh-icon-panel-cta-link:hover svg {
  fill: #b9dafc;
  stroke: #b9dafc;
}
[data-rh-theme^=light] .rh-icon-panel-cta-link:hover svg, [data-rh-theme^=dark] [data-rh-theme^=light] .rh-icon-panel-cta-link:hover svg {
  fill: #004080;
  stroke: #004080;
}
[data-rh-theme^="dark desaturated"] .rh-icon-panel-cta-link:hover svg {
  fill: #c7c7c7;
  stroke: #c7c7c7;
}
.rh-icon-panel-cta-link:active, .rh-icon-panel-cta-link:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-icon-panel-cta-link:active, .rh-icon-panel-cta-link:focus {
  outline-color: #0066cc;
}

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

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

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

.rh-icon-panel-cta-link:focus {
  transition: none;
}
.rh-icon-panel-cta-link:focus {
  outline-color: #004080;
}

[data-rh-theme^=dark] .rh-icon-panel-cta-link:focus {
  outline-color: #b9dafc;
}

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

[data-rh-theme^=light] .rh-icon-panel-cta-link:focus {
  outline-color: #004080;
}