/* HomeInterior content icons: match the approved homepage and soundproofing masters. */
body#top svg.hi-content-icon{
  display:block;
  flex:none;
  width:auto;
  height:40px;
  max-width:none;
  overflow:visible;
  color:#ceb072;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7px;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:900px){
  body#top svg.hi-content-icon{height:36px;}
}
