/* Dominium Ações Globais
   Arquivo sugerido: /css/dominium-acoes.css
*/

.dominium-acoes-topo {
  position:absolute;
  top:14px;
  right:18px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  font-family:'Segoe UI',Roboto,Arial,sans-serif;
}

.dominium-favorito,
.dominium-compartilhar {
  width:34px;
  height:34px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(203,213,225,0.95);
  box-shadow:0 6px 16px rgba(15,23,42,0.12);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#061833;
  text-decoration:none;
  box-sizing:border-box;
  cursor:pointer;
  padding:0;
  line-height:1;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.dominium-favorito:hover,
.dominium-compartilhar:hover {
  transform:translateY(-1px);
  box-shadow:0 9px 20px rgba(15,23,42,0.16);
  border-color:#9fb5ca;
}

.dominium-favorito:focus,
.dominium-compartilhar:focus {
  outline:2px solid rgba(0,85,160,0.25);
  outline-offset:2px;
}

.dominium-icone-estrela {
  font-size:22px;
  line-height:1;
  color:#061833;
  margin-top:-1px;
}

.dominium-favorito-salvo .dominium-icone-estrela {
  color:#C5A059;
}

.dominium-compartilhar img {
  width:20px !important;
  height:20px !important;
  max-width:20px !important;
  max-height:20px !important;
  display:block;
  object-fit:contain;
  border:0;
  margin:0;
  padding:0;
}

@media (max-width:720px) {
  .dominium-acoes-topo {
    top:10px;
    right:12px;
    gap:7px;
  }

  .dominium-favorito,
  .dominium-compartilhar {
    width:32px;
    height:32px;
  }

  .dominium-icone-estrela {
    font-size:21px;
  }

  .dominium-compartilhar img {
  width:20px !important;
  height:20px !important;
  max-width:20px !important;
  max-height:20px !important;
  display:block;
  object-fit:contain;
  border:0;
  margin:0;
  padding:0;
}
}


/* Blindagem contra imagem/ícone estourado no painel */
.dominium-compartilhar img {
  width:20px !important;
  height:20px !important;
  max-width:20px !important;
  max-height:20px !important;
  display:block !important;
  object-fit:contain !important;
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
}
