/* ORDO v3.05 · Controles icon-only centrados geometricamente */

/* Selector cuadrícula/lista de Documentos */
#documentosModule .ordo-documents-view-switch{
  display:grid!important;
  grid-template-columns:44px 44px!important;
  grid-auto-rows:44px!important;
  align-items:center!important;
  justify-items:center!important;
  gap:3px!important;
  padding:4px!important;
  box-sizing:border-box!important;
}
#documentosModule .ordo-documents-view-switch button{
  position:relative!important;
  display:block!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-sizing:border-box!important;
  line-height:0!important;
  font-size:0!important;
  text-align:center!important;
}
#documentosModule .ordo-documents-view-switch button::before{
  content:''!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  display:block!important;
  background:currentColor!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center!important;
  -webkit-mask-repeat:no-repeat!important;
  mask-repeat:no-repeat!important;
  -webkit-mask-position:center!important;
  mask-position:center!important;
  -webkit-mask-size:18px 18px!important;
  mask-size:18px 18px!important;
  pointer-events:none!important;
}
#documentosModule #ordoDocumentsGridView::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/g%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/g%3E%3C/svg%3E")!important;
}
#documentosModule #ordoDocumentsListView::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13' stroke-width='2.2'/%3E%3Ccircle cx='3.5' cy='6' r='1.35' fill='black' stroke='none'/%3E%3Ccircle cx='3.5' cy='12' r='1.35' fill='black' stroke='none'/%3E%3Ccircle cx='3.5' cy='18' r='1.35' fill='black' stroke='none'/%3E%3C/g%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13' stroke-width='2.2'/%3E%3Ccircle cx='3.5' cy='6' r='1.35' fill='black' stroke='none'/%3E%3Ccircle cx='3.5' cy='12' r='1.35' fill='black' stroke='none'/%3E%3Ccircle cx='3.5' cy='18' r='1.35' fill='black' stroke='none'/%3E%3C/g%3E%3C/svg%3E")!important;
  transform:translate(calc(-50% - 1px),-50%)!important;
}
#documentosModule .ordo-documents-view-switch button.is-active{
  display:block!important;
}

/*
 * Cierres globales ORDO.
 * Se oculta el glifo × porque sus métricas tipográficas no están centradas.
 * La cruz se dibuja con dos barras que se cruzan en el centro matemático.
 */
:where(button.close-btn,button.ordo-doc-close,button[aria-label="Cerrar"]){
  position:relative!important;
  display:block!important;
  padding:0!important;
  line-height:0!important;
  font-size:0!important;
  text-align:center!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
:where(button.close-btn,button.ordo-doc-close,button[aria-label="Cerrar"])::before,
:where(button.close-btn,button.ordo-doc-close,button[aria-label="Cerrar"])::after{
  content:''!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:15px!important;
  height:2.25px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background:currentColor!important;
  transform-origin:50% 50%!important;
  pointer-events:none!important;
}
:where(button.close-btn,button.ordo-doc-close,button[aria-label="Cerrar"])::before{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}
:where(button.close-btn,button.ordo-doc-close,button[aria-label="Cerrar"])::after{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

@media(max-width:760px){
  #documentosModule .ordo-documents-view-switch{grid-template-columns:42px 42px!important;grid-auto-rows:42px!important}
  #documentosModule .ordo-documents-view-switch button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
}
