/* Working as of April 1, 2025 */

#search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
}

#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}

#listings {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
}

#main.product-results {
    background-color: transparent;
}

#search-form .search-form-container {
    padding: 10px;
    margin-left: -45px;
}

#search-form .search-form-filters {
    background-color: transparent;
    padding-bottom: 0px;
}

.product-dates.home-page-tile-browse-text {
    display: block;
}

#feature {
    background: transparent;
    margin: 0px auto;
    padding: 0px 1.5rem;
    max-width: 1188px;
}

#search-form.callout-region {
    background-color: #77B900;
    margin: 0px auto;
    max-width: 1141px;
}

/*Change Browse Courses color in tiles*/
.product-tile .product-footer {
    color: #003865;
}

/*Change Login Name Color*/
.css-zi7qzf-view-link {
    color: #003865;
}

/* Hide Search All Courses */
button#search-refine-button--categories {
    display: none;
}

/* Hide Button Links */
.search-refine-button__text {
    display: none;
}