.tag-cloud-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 30px;
  margin: 10px 0;
  gap: 5px;
}


.tag-cloud-item {
  background-color: #279fff;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  border-radius: 10px;
}

.items-ajax-container {
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 3px;
}

.items-ajax-container::-webkit-scrollbar {
  width: 8px;
}

.items-ajax-container::-webkit-scrollbar-thumb {
  background-color: #279fff;
  border: 2px solid #fff;
  border-radius: 4px;
}

.items-ajax-container::-webkit-scrollbar-thumb:hover {
  background-color: #135e96;
}

.repeater-row {
  border: 1px solid #ccd0d4;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.repeater-row-header {
  background: #f6f7f7;
  padding: 10px 15px;
  border-bottom: 1px solid #ccd0d4;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.repeater-row-header h4 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 13px;
}

.repeater-row.is-open .repeater-row-header {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}


.repeater-row-content {
  display: none; 
}


.toggle-indicator::before {
  content: "\f140"; 
  font-family: dashicons;
  color: #8c8f94;
}

.is-open .toggle-indicator::before {
  content: "\f142"; 
}

.remove-repeater-row {
  color: #a00;
  cursor: pointer;
  font-size: 18px;
  margin-right: 10px;
}

.remove-repeater-row:hover {
  color: #f00;
}

.repeater-row h4 {
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.add-repeater-row {
  margin-top: 10px !important;
  width: 100%;
  text-align: center;
}

.selected-names-field {
  background: #f0f0f1;
  border-color: #ddd;
  color: #666;
  font-size: 12px;
}

.add-footer-column-wrapper {
  margin-top: 15px;
}

.add-footer-column {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
