/*incontent ad space remove*/
.article_dfp_ads {
  padding: 0px !important;
}
.custom-404-wrapper h1.oops-text {
    color: #a90f13 !important;
}
.custom-404-wrapper a.button-home:hover {
    background: #a90f13 !important;
}
.custom-404-wrapper a.button-home {
    background: #a90f13 !important;
}

.ao-form .ao-block-wrapper {
    margin-bottom: 10px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    #featured-content .featured_a .desc p {      
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #featured-content .featured_a .desc p  { display: none !important; }
}
/* Hide UserWay floating icon */
#userwayAccessibilityIcon {
      display: none !important;
}
#userwayAccessibilityIcon {
    
    position: absolute;
    top: auto !important;
    bottom: 0px !important;
    left: 8px !important;
    right: auto !important;
}

.userway_buttons_wrapper {
    top:unset;
    bottom:-50% !important;
    left: 0px !important
    right:unset;
}
.accessibility-btn-inline {
  width: 40px;  /* circle size */
  height: 40px;
  border-radius: 50%;
  background-color: #005FCC; /* button background */
  border: none;
  padding: 0;
  cursor: pointer;/* Make it inline */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle; 
  width: 20px; 
  height: 20px;
  background: url('https://virginiabusiness.com/files/1/2025/09/usericon.png') no-repeat center center; 
  background-size: contain;
  background-color: transparent;
  border: none;
}
.accessibility-btn-inline {
    width: 20px; /* adjust to match your design */
    height: 20px;
    background: url('https://virginiabusiness.com/files/1/2025/09/usericon.png') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    left: 20px;
}
.accessibility-btn-inline:hover {
    opacity: 0.85; /* optional hover effect */
}
button#accessibility-button:focus {
    background-color: transparent;
}
.accessibility-btn-inline img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.accessibility-btn-inline:hover {
    background-color: #0041a8 !important;
    color: #fff !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
.accessibility-btn-inline {
    /* left: 40px; */
    position: relative;
    float: left;
    margin-left: 35px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-template-template-homepage #featured-content .featured_a .desc p {
       /* display: none !important; */
    }
    .page-template-template-homepage #featured-content .other-top-stories {
        width: 100%;
    }
   .page-template-template-homepage #featured-content .featured_a .description-section
   {
        width: 100% !important;
        min-width: 168px !important;
        padding: 8px 8px;
    }
}
.page-template-template-homepage #featured-content .featured_a .h1-title {
    overflow: clip;
}