/* NS4400-FIVE-AREAS-PERMANENT-V5 */
.ns-five-row-v5{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  overflow:visible!important;
}
.ns-five-row-v5 .ns-five-area-v5{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 10px!important;
  box-sizing:border-box!important;
  visibility:visible!important;
  opacity:1!important;
  white-space:nowrap!important;
}
.ns-five-row-v5 [data-ns-five-v5="Eiendom"]{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  cursor:pointer!important;
}
@media(max-width:760px){
  .ns-five-row-v5{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .ns-five-row-v5 [data-ns-five-v5="Eiendom"]{
    grid-column:1/-1!important;
  }
}