/* Admin styles for wt-address-autocomplete */

.wootweaks .wt-adau .wootweaks-header {
  padding: 20px;
  background: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
}

.wootweaks .wt-adau .wootweaks-tabs {
  margin-bottom: 20px;
}

.wootweaks .wt-adau .wootweaks-form {
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.wt-adau-tab-general .wt-toggle-container {
  display: none;
}

.wt-adau-tab-apitoken .regular-text {
  width: 25em;
  padding-right: 30px; /* Add padding to prevent overlap with the eye icon */
  box-sizing: border-box; /* Ensure padding doesn't increase width */
}

.wt-adau-tab-general .css-editor .CodeMirror {
  height: 300px;
  border: 1px solid #ddd;
}
