.bettercx-widget-admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
}

.bettercx-widget-admin-info h2 {
  margin: 0 0 10px 0;
  color: #23282d;
}

.bettercx-widget-admin-info p {
  margin: 0;
  color: #666;
}

.bettercx-widget-admin-actions {
  display: flex;
  gap: 10px;
}

.bettercx-widget-admin-footer {
  margin-top: 30px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
}

.bettercx-widget-admin-footer h3 {
  margin-top: 0;
  color: #23282d;
}

.bettercx-widget-admin-footer code {
  background: #f1f1f1;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: Consolas, Monaco, monospace;
}

.bettercx-widget-admin-footer pre {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 3px;
  overflow-x: auto;
}

.bettercx-widget-admin-footer pre code {
  background: none;
  padding: 0;
}

.bettercx-widget-error {
  background: #fcf2f2;
  border: 1px solid #f0adad;
  color: #a94442;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
}

.form-table th {
  width: 200px;
}

.form-table td {
  padding: 15px 10px;
}

.form-table input[type='text'],
.form-table input[type='url'],
.form-table select,
.form-table textarea {
  width: 100%;
  max-width: 500px;
}

.form-table .description {
  font-style: italic;
  color: #666;
  margin-top: 5px;
}

#test-connection {
  margin-left: 10px;
}

#test-connection:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
