.vardering-no-current,.vardering-no-score,.vardering-score {display: none;}
.vardering a{text-decoration:underline;}
.vardering-form-wrapper{margin-top:2rem;}
.asx {  position: relative; margin:0 !important;}
.asx__inputWrap { position: relative;width:100%;max-width: 520px !important; }
.asx__input {box-sizing: border-box; 
    width: 100%;
    border-radius: 0;
    padding: 1rem !important;
    padding-right: 1rem !important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: normal;
    border: 0 !important;
    background-color: #fff !important;
    margin:0 !important;
    min-height:56px;
    outline: none !important;
}
    
.asx__inputWrap span{
    position: absolute;
    right:1rem;
    top: 1rem;
}
.asx__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  pointer-events: none; 
}
.asx__loadingIcon {
   width: 30px;
  height: 50px;
  background-image: url('BS_black.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.asx__list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  max-height: 280px;
  overflow: auto;
  max-width: 520px !important;
}
.asx__link {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  color:#111;
  text-transform: none;
font-size: inherit;
letter-spacing: 0;
font-weight: 400;display:block; padding: 15px; text-decoration: none; 
  transition: background-color 0.15s ease;
}
.asx__item.is-active .asx__link, .asx__link:hover { background: #f5f5f5; }
.asx__link:focus {
  outline: none;
  background: #eaeaea;
}
.asx__orgnr, .asx__addr{font-size: 0.75rem;letter-spacing: 0.02rem;display:inline-block;}
.asx__name  {
margin-bottom:5px;
}
.asx__addr {
  padding-left:6px;
}
.asx__noresults {
  padding: 1rem 0 0.8rem;
  font-size: 0.85rem;
  cursor: default;
  color:#111;
  text-align: center;
}
.asx__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom:2rem;
}

.asx__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  margin-bottom:0;
}

.asx__checkbox input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.asx__checkbox span {
  flex:1;
}
#asx-modal { display: none; position: fixed; inset: 0; z-index: 99999; }
#asx-modal.is-open { display: block; }
.asxModal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.asxModal__dialog {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 24px));
  background: #fff;
  padding: 2.2rem 1.8rem 1.8rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.asxModal__title { font-weight: 600; margin-bottom: 10px; }
.asxModal__body { margin-bottom: 1.5rem; line-height: 1.4; }
.asxModal__btn { border: 0; padding: 1rem 1.5rem; cursor: pointer; }

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    padding: 0.5rem .625rem .125rem;
    height: 42px;
}
textarea {
    min-height: 6rem;
    max-height: 7.125rem;
}
.vardering-score .wp-block-list{
margin-left:1.25rem !important;
}
.vardering-score p + h5{margin-top:1.5rem;}