/* Portal Blessed · Compras · dock flotante de proveedor v1 */
.purchasing-screen .supplier-selection-dock-placeholder{
  display:block;
  width:100%;
}
.purchasing-screen .supplier-selection-dock-placeholder[hidden]{display:none!important}

.purchasing-screen .supplier-selection-dock.is-floating{
  position:fixed!important;
  top:88px!important;
  right:auto!important;
  bottom:auto!important;
  z-index:95!important;
  margin:0!important;
  box-sizing:border-box;
  border-color:#9fcdb9;
  background:rgba(250,253,251,.985);
  box-shadow:0 16px 40px rgba(18,47,34,.20);
}

.purchasing-screen .supplier-selection-dock.is-floating .supplier-selection-dock-copy small{
  display:none;
}

.purchasing-screen .supplier-selection-dock.is-floating .supplier-picker-actions{
  margin-top:5px;
}

.purchasing-screen .supplier-selection-dock.is-floating .supplier-quick-feedback{
  min-height:0;
  margin-top:3px;
}

@media(max-width:640px){
  .purchasing-screen .supplier-selection-dock.is-floating{
    top:auto!important;
    bottom:10px!important;
    border-radius:14px;
    padding:10px!important;
    max-height:52vh;
    overflow:auto;
    box-shadow:0 18px 48px rgba(18,47,34,.28);
  }
  .purchasing-screen .supplier-selection-dock.is-floating .supplier-selection-dock-copy{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .purchasing-screen .supplier-selection-dock.is-floating .supplier-selection-dock-provider select{
    min-height:42px;
  }
  .purchasing-screen .supplier-selection-dock.is-floating .supplier-selection-dock-submit{
    min-height:42px!important;
  }
}
