/* Hides product images and specific logos */
.product-account-image-wrapper,
.product-account-logo,
.ProductIcon__LargeCircle--course,
.jqFlag,
.product-value {
    display: none !important;
}

/* Hides the refine button on the search page */
#search-refine-button--refine {
    display: none !important;
}

/* Visual adjustments for product tiles */
.product-link {
    filter: drop-shadow(0 0 0.65rem grey);
}

.product-tile {
    border: 0px solid !important;
}

.product-tile .product-description {
    font-size: 14px;
}

.product-title {
    font-weight: bold;
}

/* Branding Regions */
.callout-region {
    background-color: #4a4b5a !important;
}

footer.callout-region {
    background-color: #f0f0f0 !important;
}

.feature-region {
 
    min-height: 6px !important;
}