.comparison-table, .district-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
    font-size: 14px;
}

.comparison-table th, .district-table th {
    background-color: #2c3e50;
    color: white;
    padding: 12px;
    text-align: left;
}

.comparison-table td, .district-table td {
    padding: 10px;
    border: 1px solid #eee;
}

.comparison-table tr:nth-child(even), .district-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.troubleshooting-box {
    border-left: 5px solid #e74c3c !important;
    background-color: #fffaf9 !important;
}

.troubleshooting-box h3 {
    color: #c0392b;
    margin-top: 0;
}

.author-box {
    border: 2px solid #e8f5e9 !important;
    background-color: #f9fdf9 !important;
}

.scroll-box {
    overflow-x: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* FAQ Enhancements */
.block-2 {
    transition: transform 0.2s;
}

.block-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
