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

.ProductIcon__LargeCircle--course, 
.callout-region,
.css-1m7ihhq-view-heading,
.ProductEnrollment__Notice
{
    display: none !important;
}

.product-account-logo 
{
height: 20px !important; 
}

.product-description.no-instructor {
  display: none;
}


/* 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;
}

body {
    font-size: 16px !important;
}
