/* ND Restaurant Facets R1 1.1.3 — Explore Restaurant Design */
#nd-restaurant-explore{
  max-width:980px;
  margin:54px auto 30px;
  padding:28px 0;
  border-top:1px solid rgba(0,0,0,.14);
  border-bottom:1px solid rgba(0,0,0,.08);
}
#nd-restaurant-explore h2{
  margin:0 0 18px;
  font-size:24px;
  font-weight:500;
}
#nd-restaurant-explore details{
  border-top:1px solid rgba(0,0,0,.08);
  padding:0;
}
#nd-restaurant-explore details:last-of-type{
  border-bottom:1px solid rgba(0,0,0,.08);
}
#nd-restaurant-explore summary{
  cursor:pointer;
  list-style:none;
  padding:14px 34px 14px 0;
  position:relative;
  font-weight:500;
}
#nd-restaurant-explore summary::-webkit-details-marker{
  display:none;
}
#nd-restaurant-explore summary:after{
  content:"+";
  position:absolute;
  right:4px;
  top:12px;
  font-size:20px;
  font-weight:300;
}
#nd-restaurant-explore details[open] summary:after{
  content:"−";
}
#nd-restaurant-explore .nd-rf-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  padding:2px 0 16px;
}
#nd-restaurant-explore .nd-rf-links a{
  text-decoration:none;
}
#nd-restaurant-explore .nd-rf-links a.is-active,
#nd-restaurant-quick-explore a.is-active{
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:1020px){
  #nd-restaurant-explore{
    margin-left:20px;
    margin-right:20px;
  }
}
@media(max-width:640px){
  #nd-restaurant-explore{
    margin-top:38px;
  }
  #nd-restaurant-explore .nd-rf-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 18px;
  }
}
