.tls-detail-card > div.tls-detail-expired {
    position: relative;
    background: linear-gradient(145deg, #fff8f8, #ffebed);
    box-shadow: inset 0 0 0 1px rgba(199, 54, 62, .24);
}

.tls-detail-card > div.tls-detail-expired .tls-detail-icon {
    background: #fde2e5;
    color: #b5262f;
}

.tls-detail-card > div.tls-detail-expired span:not(.tls-detail-icon) {
    color: #9e2830;
    font-weight: 700;
}

.tls-detail-card > div.tls-detail-expired strong {
    color: #a7222d;
    font-weight: 900;
}
