.compare-page {
    padding: 20px 0;
}
.page-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}
.comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.comparison-table th {
    background-color: #f8f9fa;
    vertical-align: middle;
    font-weight: 600;
}
.feature-group td {
    background-color: #fff4e0 !important;
	font-size: 16px;
	color: #000 !important;
}
.product-column {
    vertical-align: top;
}
.product-card {
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}
.product-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rating-small {
    font-size: 0.9rem;
}
.star {
    font-size: 1.1rem;
}
.empty-comparison {
    background: #f8f9fa;
    border-radius: 10px;
}
.empty-icon {
    opacity: 0.5;
}
.btn-outline-danger:hover {
    background-color: #dc3545;
    color: white;
}
tr.border {border-top:1px solid #eee}
.comparison-table strong {font-weight:normal}