﻿
/*
    Hides the date & time for related auctions, because the value is currently hard-coded in UsTwo's codebase.
    This hack should be removed once that's fixed - 
*/
chr-launchpad-carousel-items[data-type="auction"] .chr-feature-card-next__meta time {
    display: none;
}
chr-launchpad-carousel-items[data-type="feature"] .chr-feature-card-next__meta time {
    display: none;
}

.chr-specialist-hl__arrow-link {
    display:none;
}

/* Sale Alert Message */
chr-global-notice[a11y-title="sale-alert"] .chr-global-notice.chr-body-s {
    color: #b30900;
    line-height: 1.3;
}

chr-global-notice[a11y-title="sale-alert"] .chr-global-notice.chr-body-s a {
    padding-left: 5px;
    font-weight: 400;
}

chr-global-notice[a11y-title="sale-alert"] .chr-global-notice.chr-body-s a:focus,
chr-global-notice[a11y-title="sale-alert"] .chr-global-notice.chr-body-s a:hover {
    color: #b30900;
    text-decoration: underline;
}

chr-global-notice + chr-global-notice .chr-global-notice.chr-body-s {
    padding-top: 0;
}