/*------------------------------------------------------------[Spec Highlight]*/
/*
File: spec-highlight.css
Author: Evert Amsenga
Created: 2026-06-24
Updated: 2026-06-24
*/
.spec-highlight {
    background: #ed1c24;
    background: -moz-linear-gradient(top, #ed1c24 0%, #eb1c24 25%, #cd181f 83%, #c2171e 92%, #c2171e 100%);
    background: -webkit-linear-gradient(top, #ed1c24 0%, #eb1c24 25%, #cd181f 83%, #c2171e 92%, #c2171e 100%);
    background: linear-gradient(to bottom, #ed1c24 0%, #eb1c24 25%, #cd181f 83%, #c2171e 92%, #c2171e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#c2171e', GradientType=0);
    border: 1px solid #b40b11;
    color: white;
}
