/* WP WHMCS Pro Styles */
.whmcs-dashboard {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.whmcs-product {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.whmcs-product h3 {
  margin-top: 0;
}
.whmcs-product .price {
  font-weight: bold;
  color: #0073aa;
}
.whmcs-table {
  width: 100%;
  border-collapse: collapse;
}
.whmcs-table th,
.whmcs-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.whmcs-ticket-reply {
  margin-top: 20px;
}

/* Clickable Rows */
.whmcs-clickable-row {
  cursor: pointer;
  transition: background 0.2s ease;
}
.whmcs-clickable-row:hover td {
  background-color: #f5f5f5;
}
