.panel-body.orcastra-os-host,
.form-group.orcastra-os-host,
.section-body.orcastra-os-host{
  display:block !important;
  flex-wrap:wrap;
  align-items:stretch;
}
.orcastra-os-wrap{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:148px;
  flex:1 1 100%;
  margin:8px 0 4px;
  box-sizing:border-box;
}
.orcastra-os-search.form-control,
input.orcastra-os-search{
  display:block;
  width:100%;
  max-width:320px;
  margin:0 0 12px;
  box-sizing:border-box;
}
.section--config-options .orcastra-os-grid,
.panel--main .orcastra-os-grid,
.panel-body .orcastra-os-grid,
.orcastra-os-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(148px,1fr));
  gap:12px;
  margin:0;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:148px;
  flex:1 1 100%;
  box-sizing:border-box;
}
.section--config-options .orcastra-os-card,
.panel--main .orcastra-os-card,
.orcastra-os-card{
  border:1px solid #e4e4e7;
  border-radius:12px;
  padding:12px;
  background:#fff;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:140px;
  box-shadow:0 1px 2px rgba(17,24,39,.04);
  transition:border-color .15s,box-shadow .15s,transform .15s;
}
.orcastra-os-card:hover{
  transform:translateY(-3px);
  border-color:#c4b5fd;
  box-shadow:0 10px 24px rgba(124,58,237,.12);
}
.orcastra-os-card.is-active{
  border-color:#7c3aed;
  box-shadow:0 0 0 2px #7c3aed;
  transform:none;
}
.orcastra-os-card.is-custom{
  border-style:dashed;
  border-color:#c4b5fd;
  background:#faf8ff;
}
.orcastra-os-card.is-custom.is-active{
  border-style:dashed;
  border-color:#7c3aed;
}
.orcastra-os-logo{
  width:40px;
  height:40px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:transparent;
  font-size:0;
  flex:0 0 auto;
  background:#F6F7FB;
  overflow:hidden;
}
.orcastra-os-logo img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}
.orcastra-os-name{
  font-weight:600;
  font-size:14px;
  color:#111;
  line-height:1.3;
}
.section--config-options .orcastra-os-card select,
.panel--main .orcastra-os-card select,
.orcastra-os-card select.form-control,
.orcastra-os-card select{
  width:100%;
  border:1px solid #e4e4e7;
  border-radius:8px;
  padding:4px 8px;
  font-size:13px;
  line-height:1.4;
  height:auto;
  min-height:32px;
  background:#fafafa;
  margin:auto 0 0;
}
.panel-range-slider .orcastra-os-grid,
.panel-range-slider .orcastra-os-wrap,
.irs .orcastra-os-grid{
  display:none !important;
}
