[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, 
button:focus, button:hover {
    color: #fff;
    background-color: var(--bs-btn-active-bg);
    text-decoration: none;
}

ul.ahds-photos-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ahds-photo-list-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.ahds-photo-list-item:hover .overlay{
    opacity: 1 !important;
}

.grid-item {
  width: 29%;
  margin: 10px;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Asegúrate de que la lista de sugerencias se muestre */
.ac_results {
    position: absolute;
    z-index: 9999;
    border: 1px solid #ccc;
    background: #fff;
    width: auto;
    max-height: 150px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ac_results li {
    padding: 5px;
    cursor: pointer;
}

.ac_results li:hover {
    background: #e2e2e2;
}

.tagchecklist span {
    background-color: #eaeaea;
    border-radius: 3px;
    border: 1px solid var(--bs-success);
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: 3px 10px;
    font-size: .85rem;
}

.tagchecklist span a.ntdelbutton {
    border-right: 1px solid #333;
    border-right-width: thin;
    padding-right: 8px;
    font-weight: bold;
    cursor: pointer;
}

.form-label {
    font-weight: 500;
}