.dialog-type5 {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  z-index: 1000;
  position: fixed;
}

.dialog-type5 .feature-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.dialog-type5 .feature-table th,
.dialog-type5 .feature-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.dialog-type5 .feature-table th:first-child,
.dialog-type5 .feature-table td:first-child {
  text-align: left;
}

.dialog-type5 .feature-table th {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.dialog-type5 .feature-table td {
  font-size: 14px;
  background: #f0f6ff; 
}

.dialog-type5 .feature-table tbody tr:last-child td {
  background: #e6edfa; 
}

/* Responsive adjustments */
@media (min-width: 1366px) {
  .dialog-type5 {
    max-width: 800px;
  }
  .dialog-type5 .feature-table th,
  .dialog-type5 .feature-table td {
    padding: 12px;
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .dialog-type5 {
    max-width: 900px;
  }
  .dialog-type5 .feature-table th,
  .dialog-type5 .feature-table td {
<<<<<<< HEAD
    padding: 11px;
=======
    padding: 18px;
>>>>>>> 98ec4fe (Initial project push to latest-v branch)
    font-size: 16px;
  }
}
