/* GENUINE INK CARDS */
.why-buy-genuine {
    text-align: center;
}

.genuine-ink-cards__card{
    background-color: #ffffff;
    padding: 25px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 10px;
}
.genuine-ink-cards__card > *{
    margin-bottom: 0;
    font-size: 14px;
}
.genuine-ink-cards__card-heading{
    font-weight: bold;
}
.genuine-ink-cards__card-image {
    width: 110px;
    margin: auto;
}
.genuine-ink-cards{
    padding-block: 40px;
    display: none;
}
.genuine-ink-slider{
    margin-bottom: 50px;
}
.genuine-ink-slider .genuine-ink-cards__card{
    width: 60%;
    margin-inline: auto;
}
@media screen and (min-width: 992px) {
    .genuine-ink-cards{
        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: auto!important;
    }
    .genuine-ink-slider{
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .genuine-ink-cards{
        /* grid-template-columns: repeat(5, 1fr); */
        column-gap: 20px;
        max-width: 800px;
        margin: auto!important;
    }
}

/* FEATURES */
.features-column li{
    text-align: left;
}
@media screen and (min-width: 992px) {
    .wide-caption .section__caption {
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .features-column{
        display: flex;
        justify-content: center;
    }
    .features-column > *{
        width: 49%;
    }
}

/* table */
.compat{
    overflow-x: scroll;
}
.compat-table{
    width: 100%;
}
#mytable .greybg, .dcp_table .greybg, .compat-table .greybg {
    background-color: #EEEEEE;
}
.darkgrey {
    color: #ffffff;
    background: #575756;
    font-weight: bold;
    font-size: 20px;
}

.dcp_table td,
.dcp_table th,
#mytable td,
#mytable th,
.compat-table td,
.compat-table th{
    padding: 15px;
}

.dcp_table_rowhead,
table .spec{
    text-align: left;
}

img.left-m,
table td img{
    width: 20px;
}

.dc-image{
    width: 85px;
}

.compat h3{
    text-align: left;
    color: #479900;
    font-weight: bold;
    font-size: 20px;
    padding-top: 50px;
}

#mytable td:has(img){
    text-align: center;
}

th.dcp_table_rowhead,
table .spec {
    font-weight: normal;
}


@media screen and (max-width: 767px) {
    .dcp_table th{
        padding-inline: 0;
    }
}

@media screen and (min-width: 992px) {
    .dc-image{
        width: 125px;
    }
}

@media screen and (min-width: 1200px) {
    .dcp_table,
    .compat-table{
        width: 800px;
    }
    th.dcp_table_rowhead, table .spec {
        min-width: 330px;
    }
}