.bhowco-gallery-upload-guide{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:10px 0 12px;
  padding:10px 12px;
  border:1px solid #d7e5f0;
  border-radius:8px;
  background:#f4f9fd;
  color:#39536b;
  font-size:12px;
  line-height:1.55;
}
.bhowco-gallery-info-icon{
  display:inline-flex;
  flex:0 0 17px;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  border-radius:50%;
  background:#0b5e99;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:700;
  line-height:1;
}
.bhowco-gallery-meta-source .uppy-Dashboard-inner{
  height:auto!important;
  min-height:390px!important;
  max-height:980px;
}
.bhowco-gallery-meta-source .uppy-Dashboard-files{
  display:flex!important;
  flex-direction:column;
  gap:14px;
  padding:14px!important;
}
.bhowco-gallery-meta-source .uppy-Dashboard-Item.bhowco-gallery-item-with-meta{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(190px,280px) minmax(0,1fr);
  align-items:stretch;
  width:100%!important;
  height:auto!important;
  min-height:350px;
  margin:0!important;
  padding:12px!important;
  border:1px solid #d8e3ec;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 14px rgba(10,43,74,.06);
}
.bhowco-gallery-meta-source .bhowco-gallery-item-with-meta>.uppy-Dashboard-Item-preview{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  grid-column:1;
  grid-row:1;
  width:100%!important;
  height:100%!important;
  min-height:300px;
  margin:0!important;
  border-radius:9px;
  overflow:hidden;
}
.bhowco-gallery-meta-source .bhowco-gallery-item-with-meta>.uppy-Dashboard-Item-preview img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.bhowco-gallery-meta-source .bhowco-gallery-item-with-meta>.uppy-Dashboard-Item-fileInfoAndButtons{
  position:absolute!important;
  left:18px!important;
  right:auto!important;
  bottom:18px!important;
  z-index:4;
  width:250px!important;
  max-width:calc(100% - 36px);
  padding:8px 10px!important;
  border-radius:7px;
  background:rgba(5,31,54,.82);
  color:#fff!important;
  backdrop-filter:blur(3px);
}
.bhowco-gallery-meta-source .bhowco-gallery-item-with-meta .uppy-Dashboard-Item-name,
.bhowco-gallery-meta-source .bhowco-gallery-item-with-meta .uppy-Dashboard-Item-status{
  color:#fff!important;
}
.bhowco-gallery-meta-source .bhowco-gallery-item-with-meta>.uppy-Dashboard-Item-action--remove{
  z-index:7;
}
.bhowco-gallery-meta-panel{
  position:relative;
  grid-column:2;
  grid-row:1;
  display:grid;
  grid-template-rows:auto auto auto;
  gap:12px;
  min-width:0;
  padding:8px 10px 8px 22px;
  text-align:left;
}
.bhowco-gallery-meta-panel.has-error{
  border-radius:9px;
  box-shadow:0 0 0 2px rgba(201,53,53,.28);
}
.bhowco-gallery-image-number{
  position:absolute;
  top:7px;
  right:10px;
  padding:3px 8px;
  border-radius:20px;
  background:#edf5fb;
  color:#0b5e99;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.bhowco-gallery-meta-field{
  display:block;
  min-width:0;
  margin:0;
}
.bhowco-gallery-field-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 5px;
  padding-right:74px;
  color:#173b5d;
  font-size:13px;
}
.bhowco-gallery-counter{
  color:#708398;
  font-size:11px;
  font-weight:500;
  white-space:nowrap;
}
.bhowco-gallery-counter.is-near-limit{color:#b35a17;font-weight:700}
.bhowco-gallery-meta-field input,
.bhowco-gallery-meta-field textarea{
  box-sizing:border-box;
  display:block;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:10px 12px!important;
  border:1px solid #cbd9e5!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#172b3f!important;
  font-size:13px!important;
  line-height:1.45!important;
  box-shadow:none!important;
}
.bhowco-gallery-meta-field input{height:42px!important}
.bhowco-gallery-meta-field textarea{
  min-height:82px!important;
  resize:vertical;
}
.bhowco-gallery-meta-field input:focus,
.bhowco-gallery-meta-field textarea:focus{
  border-color:#0b6fb6!important;
  box-shadow:0 0 0 2px rgba(11,111,182,.12)!important;
  outline:0;
}
.bhowco-gallery-help{
  display:flex;
  align-items:flex-start;
  gap:6px;
  margin-top:6px;
  color:#687b8d;
  font-size:11px;
  font-weight:400;
  line-height:1.45;
}
.bhowco-gallery-help .bhowco-gallery-info-icon{
  flex-basis:14px;
  width:14px;
  height:14px;
  margin-top:1px;
  font-size:9px;
}
.bhowco-gallery-rights-row{
  padding:10px 12px;
  border:1px solid #d7e5dc;
  border-radius:8px;
  background:#f6fbf8;
}
.bhowco-gallery-rights{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0;
  color:#253f37;
  font-size:12px;
  font-weight:600;
  line-height:1.45;
}
.bhowco-gallery-rights input{
  flex:0 0 auto;
  width:17px!important;
  height:17px!important;
  margin:1px 0 0!important;
}
@media(max-width:760px){
  .bhowco-gallery-meta-source .uppy-Dashboard-inner{max-height:none}
  .bhowco-gallery-meta-source .uppy-Dashboard-Item.bhowco-gallery-item-with-meta{
    display:block!important;
    min-height:0;
    padding:10px!important;
  }
  .bhowco-gallery-meta-source .bhowco-gallery-item-with-meta>.uppy-Dashboard-Item-preview{
    height:220px!important;
    min-height:220px;
  }
  .bhowco-gallery-meta-source .bhowco-gallery-item-with-meta>.uppy-Dashboard-Item-fileInfoAndButtons{
    top:174px!important;
    bottom:auto!important;
    left:16px!important;
    width:calc(100% - 32px)!important;
  }
  .bhowco-gallery-meta-panel{display:block;padding:16px 2px 2px}
  .bhowco-gallery-meta-field{margin-bottom:13px}
  .bhowco-gallery-field-head{padding-right:66px}
  .bhowco-gallery-image-number{top:15px;right:2px}
}
