.aizen-update-price-wrapper {
  background-color: #3B0443;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  
}

.aizen-update-price-wrapper h2 {
  text-align: center;
  margin-bottom: 20px;
}

.aizen-update-price-wrapper label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color:#fff ;
}

.aizen-update-price-wrapper input[type="text"],
.aizen-update-price-wrapper select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  
}


.aizen-update-price-wrapper input[type="submit"] {
  background-color: #ffffff;
  color: #1A0730;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.aizen-update-price-wrapper input[type="submit"]:hover {
  background-color: #f2f2f2;
}

/* Table styles */
.aizen-update-price-wrapper .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px; /* separates the table from the form */
}

.aizen-update-price-wrapper table {
  table-layout: fixed;
  width: 100%;
}

.aizen-update-price-wrapper table th,
.aizen-update-price-wrapper table td {
  white-space: normal;        /* allow lines to break */
  word-wrap: break-word;      /* legacy name for overflow-wrap */
  overflow-wrap: break-word;  /* wrap long words */
  word-break: break-all;
}
.aizen-update-price-wrapper table th:first-child,
.aizen-update-price-wrapper table td:first-child{
      min-width: 150px;
}

/* Container for download buttons */
.aizen-download-buttons {
  text-align: center;
  margin-top: 20px;
}

/* Styling for both buttons */
.aizen-download-buttons button {
  background-color: #ffffff !important;
  color: #1A0730 !important;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}

/* Hover effect */
.aizen-download-buttons button:hover {
  background-color: #f2f2f2 !important;
}

