body:not(.logged-in) .add_to_wishlist,
body:not(.logged-in) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.single-product .atih-watch-link {
    color: var(--ast-global-color-0);
    text-decoration: none;
}

.single-product .atih-watch-link:hover {
    color: var(--ast-global-color-1);
    text-decoration: none;
}

/* Ajustar visualización de caja de busqueda */

.dgwt-wcas-style-pirx .dgwt-wcas-search-wrapp,
.dgwt-wcas-search-wrapp,
.dgwt-wcas-sf-wrapp {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-search-wrapp:focus-within,
.dgwt-wcas-search-wrapp:focus-within,
.dgwt-wcas-sf-wrapp:focus-within {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.dgwt-wcas-search-input,
.dgwt-wcas-search-input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}



/* Ajuste de botones en solicitud de nuevo recurso */

.atih-public-form-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-top:18px;
    flex-wrap:wrap;
}

.atih-public-form-submit,
.atih-public-form-cancel{
    appearance:none;
    -webkit-appearance:none;
    border:0;
    border-radius:6px;
    padding:12px 28px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.atih-public-form-submit{
    background:#0d6efd;
    color:#fff;
}

.atih-public-form-cancel{
    background:#5fa8ff;
    color:#fff;
}



