/* Full supplied logo: preserve the cog and the complete Live Love Ride slogan. */
.cycleworks-logo{
  position:relative;
  display:block;
  width:min(340px,100%);
  max-width:100%;
  flex:0 0 auto;
  padding:6px;
  overflow:visible;
  margin:0 auto;
  background:#000;
}
.cycleworks-logo>img{
  display:block;
  position:static;
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.cycleworks-preview-top,
.cycleworks-brand-header{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#000;
}
.cycleworks-brand-header{flex-wrap:wrap}
.cycleworks-brand-header>nav{
  flex-wrap:wrap;
  justify-content:center;
  max-width:100%;
}
@media(max-width:760px){
  .cycleworks-logo{width:min(280px,100%)}
  .cycleworks-brand-header{gap:1.25rem}
}
