/* wire-watch-page-layout-reflow-303f1h497 */
.wvl-action-column{
  display:grid!important;
  align-content:start!important;
  gap:8px!important;
  min-width:0!important;
  width:100%!important;
  max-height:100%!important;
  overflow:auto!important;
  margin:0!important;
  padding:0!important;
}

.wvl-action-column > *{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.wvl-action-column [data-wvl-add-collection]{
  cursor:pointer!important;
}

.wvl-fallback-action{
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  width:100%;
  min-height:44px;
  padding:0 12px;
  border:1px solid #31536b;
  border-radius:10px;
  background:#10283a;
  color:#edf4f9;
  text-align:left;
  cursor:pointer;
}

.wvl-fallback-action small{
  color:#9eb1c0;
}

.wvl-recommendation-destination{
  min-width:0!important;
  overflow:visible!important;
}

.wvl-recommendation-destination .wvl-autoplay-control{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  margin:0 0 10px!important;
  padding:0!important;
}

.wvl-recommendation-source{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:auto!important;
  max-height:calc(100vh - 150px)!important;
}

.wvl-recommendation-source .wvl-duplicate-heading{
  display:none!important;
}

.wvl-recommendation-source img{
  max-width:100%;
}

.wvl-modal-wrap{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:18px;
}

.wvl-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(1,7,12,.8);
  backdrop-filter:blur(6px);
}

.wvl-modal{
  position:relative;
  z-index:1;
  width:min(520px,100%);
  max-height:min(720px,90vh);
  overflow:auto;
  border:1px solid #31536b;
  border-radius:18px;
  background:#091827;
  color:#edf4f9;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}

.wvl-modal-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  padding:20px;
  border-bottom:1px solid #29485f;
}

.wvl-modal-head span{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:#8fd2ff;
  font-weight:900;
}

.wvl-modal-head h2{
  margin:4px 0 0;
  font-size:23px;
}

.wvl-modal-close{
  border:0;
  background:transparent;
  color:#edf4f9;
  font-size:28px;
  cursor:pointer;
}

.wvl-modal-message{
  min-height:18px;
  padding:10px 20px 0;
  color:#a8f0ce;
  font-size:13px;
}

.wvl-modal-list{
  display:grid;
  gap:8px;
  padding:14px 20px;
}

.wvl-modal-row{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:10px;
  align-items:center;
  text-align:left;
  border:1px solid #29485f;
  border-radius:12px;
  padding:11px;
  background:#0b1f2e;
  color:#edf4f9;
  cursor:pointer;
}

.wvl-modal-row.is-saved{
  border-color:#4f9c77;
  background:#103427;
}

.wvl-modal-check{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:9px;
  background:#17364c;
  font-weight:900;
}

.wvl-modal-row span:last-child{
  display:grid;
  gap:3px;
}

.wvl-modal-row small{
  color:#9eb1c0;
  text-transform:capitalize;
}

.wvl-modal-create{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  padding:16px 20px 20px;
  border-top:1px solid #29485f;
}

.wvl-modal-create input{
  min-width:0;
  border:1px solid #34566d;
  border-radius:10px;
  background:#06131e;
  color:#edf4f9;
  padding:11px 12px;
  font:inherit;
}

.wvl-modal-create button{
  border:1px solid #4c83a7;
  border-radius:10px;
  background:#2d9ed9;
  color:#04111a;
  padding:0 16px;
  font-weight:900;
  cursor:pointer;
}

.wvl-modal-empty{
  padding:22px;
  border:1px dashed #29485f;
  border-radius:12px;
  color:#9eb1c0;
  text-align:center;
}

@media(max-width:1100px){
  .wvl-action-column{
    max-height:none!important;
    overflow:visible!important;
  }

  .wvl-recommendation-source{
    max-height:none!important;
  }
}

@media(max-width:560px){
  .wvl-modal-wrap{
    padding:0;
    align-items:end;
  }

  .wvl-modal{
    width:100%;
    max-height:88vh;
    border-radius:18px 18px 0 0;
  }

  .wvl-modal-create{
    grid-template-columns:1fr;
  }

  .wvl-modal-create button{
    min-height:42px;
  }
}