/* W3D Beleuchtung Unlock – responsive, keine Rechts-Verschiebung */
#w3d-unlock-wrap.w3d-unlock-wrap{
  clear: both;
  float: none !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 12px 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(0,0,0,0.03);
  border-radius: 10px;
  font-size: 13px; /* etwas kleiner */
  line-height: 1.35;
  position: relative;
  left: 0;
  right: auto;
}

#w3d-unlock-wrap .w3d-unlock-msg{
  margin: 0 0 8px;
}

#w3d-unlock-wrap .w3d-unlock-sub{
  margin-top: 6px;
  opacity: 0.9;
}

#w3d-unlock-wrap .w3d-unlock-form{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

#w3d-unlock-wrap .w3d-unlock-code{
  flex: 1 1 260px;
  min-width: 180px;
  box-sizing: border-box;
}

#w3d-unlock-wrap .w3d-unlock-btn{
  flex: 0 0 auto;
  white-space: nowrap;
}

#w3d-unlock-wrap .w3d-unlock-feedback{
  margin-top: 8px;
  font-size: 13px;
}

#w3d-unlock-wrap .w3d-unlock-feedback.is-error{
  color: #b00020;
}

#w3d-unlock-wrap .w3d-unlock-feedback.is-ok{
  color: #0a7a2a;
}

@media (max-width: 600px){
  #w3d-unlock-wrap.w3d-unlock-wrap{
    padding: 10px;
  }
  #w3d-unlock-wrap .w3d-unlock-form{
    flex-direction: column;
    align-items: stretch;
  }
  #w3d-unlock-wrap .w3d-unlock-code,
  #w3d-unlock-wrap .w3d-unlock-btn{
    width: 100%;
  }
}
