.jantrapati-feature-list {
    list-style-type: disc;
  	text-align: left;
    padding-left: 18px;
    margin: 8px 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.jantrapati-feature-list li {
    margin-bottom: 4px;
}

.jantrapati-divider {
    margin: 10px 0;
    border-top: 1px solid #ddd;
}

.wd-product.wd-hover-standard .wd-add-btn>a {
    width: 100%;
}

.product-grid-item .wd-entities-title {
    text-align: left;
}

.product-grid-item .wd-entities-title a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-grid-item .wd-entities-title a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--wd-primary-color); /* Replace with your color if variable doesn't exist */
  transition: width 0.3s ease;
}

.product-grid-item .wd-entities-title a:hover {
  color: var(--wd-primary-color); /* Optional: Change text color */
}

.product-grid-item .wd-entities-title a:hover::after {
  width: 100%;
}



.dwspecs-product-table-group {
  padding: 0 16px;
}

.dwspecs-product-table .group-title {
  padding: 10px 14px;
  background-color: #007bff21;
  border-radius: 4px;
  font-weight: bold;
  color: #007bff;
}

/* Table styling */
.dwspecs-product-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

/* Table rows and cells */
.dwspecs-product-table tr {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.dwspecs-product-table tr td {
  padding: 12px 16px;
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
}

.dwspecs-product-table tr:hover td {
  background-color: #fafafa;
  transition: background-color 0.2s ease;
}


/* Remove last row bottom border */
.dwspecs-product-table table tr:last-child td {
  border-bottom: none;
}

/* Highlighted row background */
.dwspecs-product-table tr.highlighted-row td {
  background-color: #f7f7f7;
  border-radius: 6px;
}

/* Left column (label) */
.dwspecs-product-table td:first-child {
  width: 30%;
  color: #65666a;
}

/* Right column (value) */
.dwspecs-product-table td:last-child {
  color: #444;
}

/* Tick icon cell */
.dwspecs-product-table td.yes svg {
  width: 20px;
  height: 20px;
  fill: #007bff;
  display: inline-block;
  vertical-align: middle;
}


@media (max-width: 576px) {
  .dwspecs-product-table table,
  .dwspecs-product-table tbody,
  .dwspecs-product-table tr,
  .dwspecs-product-table td {
    display: block;
    width: 100%;
  }

  .dwspecs-product-table tr {
    padding-top: 10px;
    border-radius: 0px;
        padding-bottom: 10px;
border-bottom: 1px solid #f0f0f0;
  }

  .dwspecs-product-table td {
    padding: 2px 16px;
    border-bottom: none !important;
  }
  
  .dwspecs-product-table tr td {
  padding: 0px 16px;
}
 

  .dwspecs-product-table td:first-child {
    width: 100%;
  }

  .dwspecs-product-table td:last-child {
    color: #333;
  }

  .dwspecs-product-table td.yes {
    text-align: left;
  }

  .dwspecs-product-table td.yes svg {
    margin-top: 6px;
  }
}

