/* Abrigo com Deus — Núcleo v0.10.30
 * Ajuste final do botão Fechar no modal de vídeos.
 */

.acd-video-dialog{
  padding-top:24px;
}

.acd-video-dialog h2{
  margin-right:72px;
}

.acd-video-close{
  appearance:none;
  -webkit-appearance:none;
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  min-width:48px;
  min-height:48px;
  padding:0;
  margin:0;
  border:1px solid rgba(231,190,82,.78);
  border-radius:999px;
  background:rgba(20,37,49,.96);
  color:#fff7e8;
  box-shadow:0 8px 22px rgba(0,0,0,.24);
  font-family:Arial,Helvetica,sans-serif;
  font-size:28px;
  font-weight:400;
  line-height:1;
  text-align:center;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.acd-video-close:hover{
  background:#e2b83e;
  color:#10202b;
  border-color:#f4d77c;
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(0,0,0,.3);
}

.acd-video-close:focus-visible{
  outline:3px solid #f4d77c;
  outline-offset:3px;
}

.acd-video-close:active{
  transform:translateY(0) scale(.97);
}

@media (max-width:620px){
  .acd-video-dialog{
    padding-top:18px;
  }
  .acd-video-dialog h2{
    margin-right:58px;
  }
  .acd-video-close{
    top:10px;
    right:10px;
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
    font-size:26px;
  }
}
