/*Kontrast czcionka*/
.ulatwienia-wcag {
  margin-right: 16px;
  position: relative;
}
.ulatwienia-wcag > ul {
  display: none;
  right: 0;
  top: 56px;
  margin-top: 0px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  background-color: #138bc2;
  min-width: 300px;
  width: max-content;
  margin-top: -4px;
  color: white;
  z-index: 9;
}
.ulatwienia-wcag > ul > li {
  list-style: none;
}
.ulatwienia-wcag button{
  border: 0px none transparent;
  background-color: transparent;
  cursor: pointer;
  color: white;
}
.ulatwienia-wcag > button {

  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #0c7bb0;
}
.ulatwienia-wcag > button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  padding: 0 8px;
}
.ulatwienia-wcag li > button {
  margin: 2px 8px 2px 0;
  font-size: 14px;
  padding: 0;
}
.ulatwienia-wcag li > button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  display: inline-block;
  width: 24px;
  padding: 6px 2px;
  margin-right: 4px;
  text-align: center;
}
.ulatwienia-wcag > button::before {content: "\f29a"; color: white; font-size: 30px;}
.wcag-kontrast > button::before {content: "\f042";}
.wcag-czcionka > button::before {content: "\f034";}
.wcag-interlinia > button::before {content: "\f338";}
.wcag-odstepy > button::before {content: "\f337";}
.wcag-linki > button::before {content: "\f0cd";}
.wcag-reset > button::before {content: "\f2ea";}
.wcag-aktywna > button::before {background-color: rgba(0,0,0,0.2)}
.ulatwienia-wcag:hover > button{
  background-color: #138bc2;
}
.ulatwienia-wcag:hover * {
  /* background-color: #c42324;
  color: #fff; */
}
