.mod_street_element, .mod_street_list{
  
  .subheadline{
    color: #FF8000;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .ceb_button, .ceb_back_button > a{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px calc(clamp(3.125rem, 12.5vw - 1.563rem, 9.375rem));
    background: #3D3D3C;
    color: white;
    width: fit-content;
    transition: 0.3s;
          
    &:hover, &:focus, &:focus-within, &:focus-visible{
      scale: 1.02;
      cursor: pointer;
      background: #FF8000;
      color: #3D3D3C;
    }
    
  }
  
  .ceb_back_button > a{
    background: #262626;
    &:hover, &:focus, &:focus-within, &:focus-visible{
      color: #262626;
    }
  }
  
  .divider{
    width: 100%;
    height: 1px;
    background: #3D3D3C;
    opacity: 0.2;
    margin-bottom: 30px;
  }
}
