/** Shopify CDN: Minification failed

Line 64:19 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.table-container {
    overflow-x: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    max-width: 1420px;
    padding: 0 20px;
}
.service-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}
.service-comparison-table thead {
    background-color: #1E4620;
    color: #ffffff;
    text-align: center;
}
.service-comparison-table th {
    padding: 15px 12px;
    font-weight: 600;
    font-size: 0.95em;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
}
.service-comparison-table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}
.service-comparison-table td:first-child {
    text-align: left;
    font-weight: 700;
    background-color: #ffffff;
    position: sticky;
    left: 0;
    z-index: 1;
}
.check {
    color: #99CC33;
    font-size: 1.2em;
    font-weight: bold;
}
@media (max-width: 768px) {
    .service-comparison-table th,
    .service-comparison-table td {
        padding: 10px 8px;
        font-size: 0.85em;
    }
}
.table-button-wrapper {
    text-align: center;
    margin: 40px 0;