/* ============================================================
   Comparison Tables – shortcode styles
   ============================================================ */

   .gibson-ct-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gibson-ct {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 3px solid #473814 !important;
    font-size: 13px;
    line-height: 1.45;
    table-layout: fixed;
    margin-bottom: 0 !important;
    min-width: 600px;
}

/* ---------- Header row ---------- */

.gibson-ct thead th {
    background: #E4002B;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 10px;
    border-right: 3px solid #473814;
    position: relative;
    font-family: Anton;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
}

/* ---------- Body cells ---------- */

.gibson-ct tbody td {
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    border-right: 3px solid #473814;
    border-bottom: 3px solid #473814;
    background: rgba(57, 56, 53, 0.1);
    color: #473814;
    font-size: 16px;
}

/* First-column row labels */
.gibson-ct tbody td.gibson-ct-row-label {
    font-weight: 700;
    text-align: center;
    color: #473814;
    font-size: 18px;
    position: sticky;
    left: 0;
    z-index: 1;
    background: #e8e8e7;
    border-left: 3px solid #473814;
}

/* Sticky first header cell */
.gibson-ct thead th.gibson-ct-feature-hdr {
    position: sticky;
    left: 0;
    z-index: 2;
    border-left: 3px solid #473814;
}

/* ---------- Links inside cells ---------- */

.gibson-ct tbody td a {
    color: #c62828;
    text-decoration: underline;
}


/* ---------- Responsive ---------- */

@media (max-width: 767px) {
    .gibson-ct {
        table-layout: auto;
    }

    .gibson-ct thead th {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .gibson-ct tbody td.gibson-ct-row-label,
    .gibson-ct tbody td {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .gibson-ct thead th,
    .gibson-ct tbody td {
        padding: 6px 5px;
    }
}
