.goog-logo-link { display: none !important;}
.skiptranslate  { display:none !important;}
.pc-transl-warn { color:#333; font-size:100%; font-family: "Courier new", Courier}

body {
    top: 0px !important;
    font-family:'Inter UI', sans-serif;
    color:#000;
    font-size:90% !important;
    line-height:150%;
    text-align: justify;
}
table {
    border:1px solid #C9C9C9;
    border-collapse:collapse;
}
td {
    border:1px solid #C9C9C9;
    font-size:100% !important;
    line-height:180%;
    padding: 3px;
}

img {
    max-width:90%;
    height:auto;
}









/* Base: Grid for desktop (40%/60%) */
.product-features .data-sheet {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    /*font-size: 90%;*/
}

/* Cells – minimal padding, thin borders */
.product-features .data-sheet dt,
.product-features .data-sheet dd {
    margin: 0;
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    word-wrap: break-word;
}

/* Label – bold, light bg */
.product-features .data-sheet dt {
    font-weight: 600;
    background-color: #f9f9f9;
    text-align: left;
}

/* Value – white bg */
.product-features .data-sheet dd {
    background-color: #ffffff;
}

/* Responsive: 1 column on mobile (≤600px) */
@media (max-width: 400px) {
    .product-features .data-sheet {
        grid-template-columns: 1fr; /* 100% width */
    }

    .product-features .data-sheet dt,
    .product-features .data-sheet dd {
        padding: 5px 6px;
        font-size: 12px;
    }

    .product-features .data-sheet dt {
        background-color: #f5f5f5;
        font-weight: 700;
    }
}
