﻿/*
//-----------------------------------------------------------------------
// <copyright file="footer-social-graphics.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the footer-social-graphics file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
li.shared img {
  margin-left: 5px;
}
li.shared:focus {
  background-color: #6BA2B9;
}
li.shared:hover {
  background-color: #6BA2B9;
}
li.shared:active {
  background-color: #6BA2B9;
}
li.shared:focus img {
  display: none;
}
li.shared:hover img {
  display: none;
}
li.shared:active img {
  display: none;
}
li.shared span {
  font-weight: 600;
  font-size: 11px;
  display: none;
}
li.shared:focus span {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  display: inline;
}
li.shared:hover span {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  display: inline;
}
li.shared:active span {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  display: inline;
}