RELATED PRODUCT
olid #e2e8f0;
padding: 15px;
border-radius: 8px;
background: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
}
.scanner-card:hover {
border-color: #d62828;
background: #fdf2f2;
}
/* Nama scanner berwarna hitam */
.scanner-name {
text-decoration: none;
color: #000000 !important;
font-weight: 700;
font-size: 14px;
}
/* Gaya View Details kekal merah */
.view-btn {
text-decoration: none;
color: #d62828;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.5px;
display: flex;
align-items: center;
gap: 5px;
}
.view-btn:hover {
color: #991b1b;
}
RELATED PRODUCT