.poc-comparison-table table { width: 100%; border-collapse: collapse; }
.poc-comparison-table th, .poc-comparison-table td { border: 1px solid #ccc; padding: 12px; text-align: center; }
.poc-comparison-table th { background-color: #f4f4f4; cursor: pointer; }
.poc-comparison-table tbody tr:hover { background-color: #f9f9f9; transition: 0.3s ease; }
@media screen and (max-width: 768px) { 
    .poc-comparison-table table, .poc-comparison-table thead, .poc-comparison-table tbody, .poc-comparison-table th, .poc-comparison-table td, .poc-comparison-table tr { display: block; }
    .poc-comparison-table thead tr { position: absolute; top: -9999px; left: -9999px; }
    .poc-comparison-table td { position: relative; padding-left: 50%; }
    .poc-comparison-table td:before { position: absolute; top: 12px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; font-weight: bold; }
}
