.footers-section-nexus-funnel .hs_cos_wrapper_type_logo img {
  display: inline-block;
}


.footers-section-nexus-funnel .copyright p:last-child {
  margin-bottom: 0; 
}

.footers-section-nexus-funnel .author-button a {
  display: inline-flex;  
  width: 170px;
  position: relative;
  background-color: #E8E8E8;
  border-radius: 8px;
  color: #000000;
}



.footers-section-nexus-funnel .author-button .main-text {
  display: inline-flex;
}

{## Remove Hover Styling From Footer

.footers-section-nexus-funnel .author-button a:hover {
  color: #8E2C9B;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.footers-section-nexus-funnel .author-button a .hover-text {
  display: none; 
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0,-48px);
  background-color: #E8E8E8;
  border-radius: 8px;
  border-bottom: 1px solid #EEEEEE;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #000000;
}


.footers-section-nexus-funnel .author-button a:hover .hover-text {
  display: block; 
  text-decoration: underline;
} ##}
