/* Utilities */
main {
    background: linear-gradient(
        180deg,
        rgba(3, 145, 223, 0.05) 0%,
        rgba(3, 145, 223, 0) 113.65%
    ) !important;
    background-size: 100% 40% !important;
    background-repeat: no-repeat !important;
}
/* End Utilities */


/* Header */
.page-header {
    padding-bottom: 0;
}

.header-search-container {
    border-radius: 2rem !important;
}
/* End Header */


/* List Template */
.listemp-button {
    background-color: #e5dbdb;
    color: var(--black);
}

.listemp-button.active {
    background-color: #fd6a02 !important;
    color: white;
}

.listemp-image {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
/* EndList Template */

@media only screen and (max-width: 768px) {

    /* List Template */
    .listemp-image {
        height: auto;
    }
    /* End List Template */

    /* Button */
    .btn-back,
    .btn-see-website {
        width: 100%;
    }

    .btn-nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
    /* End Button */

}
