.fives-tiles-button {
    background-color: #dc3545;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.fives-tiles-button:hover {
    background-color: #bd2439 !important;
}

.badge-search-bar {
    cursor: pointer;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.badge-search-bar:hover,
.badge-search-bar:focus-visible {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.fives-search-tag-icon {
    filter: brightness(0) invert(1);
}

.search-bar-button {
    width: 20%;
}

@media (max-width: 992px) {
    .search-bar-button {
        width: 30%;
    }
}

.fives-search-spinner[hidden] {
    display: none !important;
}

.fives-pagination .fives-page-link {
    background-color: rgb(0 0 0 / 35%);
    border: 1px solid rgb(220 53 69 / 45%);
    border-radius: 0.5rem !important;
    color: #fff;
    font-weight: 500;
    margin: 0 0.25rem;
}

.fives-pagination .page-item:first-child .fives-page-link {
    margin-right: 0.75rem;
}

.fives-pagination .page-item:last-child .fives-page-link {
    margin-left: 0.75rem;
}

.fives-pagination .fives-page-link:hover,
.fives-pagination .fives-page-link:focus {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.fives-pagination .page-item.active .fives-page-link {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    font-weight: 700;
}

.fives-pagination .page-item.disabled .fives-page-link {
    background-color: rgb(255 255 255 / 8%);
    border-color: rgb(255 255 255 / 12%);
    color: rgb(255 255 255 / 60%);
}

@media (prefers-reduced-motion: reduce) {
    .fives-tiles-button,
    .badge-search-bar {
        transition: none;
    }
}
