/* Isolated from gallery/form styles and excluded from LiteSpeed CSS reduction. */
.product-quote-oem-comparison {
  container-type: inline-size;
  width: 100%;
  min-width: 0;
  margin: 8px 0 18px;
}
.product-quote-oem-comparison .product-quote-oem-comparison-table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: #475569;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.product-quote-oem-comparison .product-quote-oem-comparison-table:last-child {
  margin-bottom: 0;
}
.product-quote-oem-comparison-table th,
.product-quote-oem-comparison-table td {
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #D8E3EF;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: inherit;
  line-height: inherit;
}
.product-quote-oem-comparison-table thead th {
  background: #EEF6FF;
  color: #004B8D;
  font-weight: 600;
}
.product-quote-oem-comparison-table .product-quote-oem-comparison-label {
  width: 28%;
  color: #0F172A;
  font-weight: 600;
}
.product-quote-oem-comparison-table tbody th {
  background: #F5F8FC;
}
.product-quote-oem-comparison-table td {
  background: #FFFFFF;
}
.product-quote-oem-comparison-table .product-quote-oem-list {
  margin: 0;
  padding-left: 18px;
}
.product-quote-oem-comparison-table .product-quote-oem-token {
  white-space: normal;
}
.product-quote-oem-comparison-model {
  display: none;
}
@container (max-width: 560px) {
  .product-quote-oem-comparison .product-quote-oem-comparison-table,
  .product-quote-oem-comparison-table tbody,
  .product-quote-oem-comparison-table tr {
    display: block;
    width: 100%;
  }
  .product-quote-oem-comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .product-quote-oem-comparison-table tbody tr {
    box-sizing: border-box;
    margin-bottom: 14px;
    border: 1px solid #D8E3EF;
  }
  .product-quote-oem-comparison-table tbody .product-quote-oem-comparison-label,
  .product-quote-oem-comparison-table td {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 0;
  }
  .product-quote-oem-comparison-table td + td {
    border-top: 1px solid #D8E3EF;
  }
  .product-quote-oem-comparison-table .product-quote-oem-comparison-model {
    display: block;
    margin-bottom: 4px;
    color: #004B8D;
    font-size: 13px;
    font-weight: 600;
  }
}
