/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-settings/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.topbuddy-post-settings {
  margin: 20px 0;
}

#topbuddy-post-settings-root {
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

#topbuddy-post-settings-root a {
  color: var(--topbuddy-color-primary);
}

.topbuddy-component-settings {
  --wp-admin-theme-color: var(--topbuddy-color-primary);
}

.topbuddy-settings-tabs {
  position: relative;
}

.topbuddy-settings-tabs hr {
  color: #dcdcde;
}

.topbuddy-settings-tabs .topbuddy-tab-panel {
  display: flex;
  gap: 0;
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tabs {
  flex: 0 0 200px;
  border-right: 1px solid #ddd;
  background: #f6f7f7;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tabs button.components-tab-panel__tabs-item {
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  border: none;
  border-bottom: 1px solid #ddd;
  border-left: 3px solid transparent;
  background: transparent;
  color: #2c3338;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tabs button.components-tab-panel__tabs-item .dashicons {
  margin-right: 8px;
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tabs button.components-tab-panel__tabs-item:hover {
  background: #fff;
  color: #1d2327;
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tabs button.components-tab-panel__tabs-item.is-active {
  background: #fff;
  color: var(--topbuddy-color-primary);
  font-weight: 600;
  border-left: 3px solid var(--topbuddy-color-primary);
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tabs button.components-tab-panel__tabs-item:after {
  visibility: hidden;
}

.topbuddy-settings-tabs .topbuddy-tab-panel .components-tab-panel__tab-content {
  flex: 1;
  padding: 0;
}

.topbuddy-settings-tabs .topbuddy-tab-content {
  padding: 20px;
  min-height: 300px;
  background-color: #fff;
}

.topbuddy-settings-tabs .topbuddy-tab-content h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1d2327;
}

.topbuddy-settings-tabs .topbuddy-tab-content p {
  color: #646970;
}

.topbuddy-settings-tabs .topbuddy-back-to-dashboard {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  margin-top: auto;
  background: #f6f7f7;
  border-top: 1px solid #ddd;
  color: #2c3338;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

.topbuddy-settings-tabs .topbuddy-back-to-dashboard .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.topbuddy-settings-tabs .topbuddy-back-to-dashboard:hover {
  background: #fff;
  color: #1d2327;
}

.topbuddy-settings-tabs .topbuddy-back-to-dashboard:focus {
  box-shadow: none;
  outline: none;
}

/**
 * Metabox Styles
 * 
 * @package TopBuddy
 */

.topbuddy-metabox {
  margin: -6px -12px -12px;
  padding: 16px;
  background: #fff;
}

.topbuddy-metabox__header {
  margin-bottom: 16px;
}

.topbuddy-metabox__header .description {
  margin: 0;
  color: #646970;
  font-size: 13px;
}

.topbuddy-metabox__empty {
  padding: 32px 16px;
  text-align: center;
  color: #646970;
  background: #f6f7f7;
  border: 1px dashed #c3c4c7;
  border-radius: 4px;
}

.topbuddy-metabox__empty p {
  margin: 0;
}

.topbuddy-metabox__footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dcdcde;
}

.topbuddy-metabox__sortable-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px;
  background: #f6f6f6;
}

.topbuddy-metabox__sortable-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.topbuddy-sortable-item {
  position: relative;
  flex: 0 0 auto;
  min-width: 200px;
  max-width: 250px;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.topbuddy-sortable-item:hover {
  border-color: var(--topbuddy-color-primary);
}

.topbuddy-sortable-item.is-dragging {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.topbuddy-sortable-item__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.topbuddy-sortable-item__drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: grab;
  color: #8c8f94;
  flex-shrink: 0;
  transition: color 0.2s ease;
  touch-action: none;
}

.topbuddy-sortable-item__drag-handle:hover {
  color: var(--topbuddy-color-primary);
}

.topbuddy-sortable-item__drag-handle:active {
  cursor: grabbing;
}

.topbuddy-sortable-item__drag-handle .dashicon {
  width: 20px;
  height: 20px;
}

.topbuddy-sortable-item__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.topbuddy-sortable-item__icon {
  display: none;
}

.topbuddy-sortable-item__name {
  font-weight: 500;
  font-size: 13px;
  color: #1d2327;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.topbuddy-sortable-item__badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  flex-shrink: 0;
}

.topbuddy-sortable-item__badge--pro {
  background: #f0c33c;
  color: #1d2327;
}

.topbuddy-sortable-item__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.topbuddy-sortable-item__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  color: #50575e;
  transition: all 0.2s ease;
}

.topbuddy-sortable-item__action:hover {
  background: #f0f0f1;
  border-color: #c3c4c7;
  color: var(--topbuddy-color-primary);
}

.topbuddy-sortable-item__action--remove:hover {
  background: #d63638;
  border-color: #d63638;
  color: #fff;
}

.topbuddy-sortable-item__action .dashicon {
  font-size: 18px;
}

.topbuddy-pro-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  background: #f0b849;
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
}

.topbuddy-component-settings {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin-top: 18px;
  min-width: 300px;
  background: #f6f7f7;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.topbuddy-component-settings__arrow {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c3c4c7;
  z-index: 1;
}

.topbuddy-component-settings__arrow::after {
  content: "";
  position: absolute;
  top: 1px;
  left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.topbuddy-component-settings__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #dcdcde;
}

.topbuddy-component-settings__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1d2327;
}

.topbuddy-component-settings__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #50575e;
  transition: all 0.2s ease;
}

.topbuddy-component-settings__close:hover {
  background: #f0f0f1;
  color: #d63638;
}

.topbuddy-component-settings__close .dashicon {
  width: 18px;
  height: 18px;
}

.topbuddy-component-settings__body {
  padding: 16px;
}

.topbuddy-component-settings__tabs .components-tab-panel__tabs {
  display: flex;
  gap: 0;
  margin: -16px -16px 20px !important;
  padding: 0 16px !important;
  border-bottom: 1px solid #dcdcde !important;
  background: #fff !important;
}

.topbuddy-component-settings__tabs .components-tab-panel__tabs-item {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #50575e;
  background: transparent;
  border: none;
  border-left: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  justify-content: center;
}

.topbuddy-component-settings__tabs .components-tab-panel__tabs-item:hover {
  color: var(--topbuddy-color-primary);
}

.topbuddy-component-settings__tabs .components-tab-panel__tabs-item.is-active {
  color: var(--topbuddy-color-primary) !important;
  border-bottom-color: var(--topbuddy-color-primary) !important;
  border-left: 0 !important;
}

.topbuddy-component-settings__tab-content {
  display: flex;
  flex-direction: column;
}

.topbuddy-component-settings__empty {
  margin: 0;
  padding: 16px;
  text-align: center;
  color: #646970;
  font-size: 13px;
}

.topbuddy-component-settings-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: transparent;
}

.topbuddy-settings-field {
  margin-bottom: 16px;
}

.topbuddy-settings-field:last-child {
  margin-bottom: 0;
}

.topbuddy-settings-field__label {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  padding: 0px;
}

.topbuddy-settings-field__description {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #757575;
}

.topbuddy-settings-field__textarea {
  resize: vertical;
  min-height: 60px;
}

.topbuddy-settings-field--checkbox .topbuddy-settings-field__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
}

.topbuddy-settings-field--checkbox .topbuddy-settings-field__label span {
  flex: 1;
}

.topbuddy-settings-field--checkbox .topbuddy-settings-field__checkbox {
  width: auto;
  margin: 0;
  cursor: pointer;
}

.topbuddy-settings-field--radio .components-radio-control__group-wrapper {
  flex-direction: row !important;
  justify-content: flex-start;
  gap: 16px;
}

.topbuddy-settings-field--radio .components-radio-control__group-wrapper label {
  margin-bottom: 0;
}

.topbuddy-settings-field--tinymce .topbuddy-tinymce-editor {
  width: 100%;
  max-width: 600px;
}

.topbuddy-settings-field--tinymce .wp-editor-container {
  border: 1px solid #8c8f94;
  border-radius: 4px;
  overflow: hidden;
}

.topbuddy-settings-field--tinymce .wp-editor-container:focus-within {
  border-color: var(--topbuddy-color-primary);
  box-shadow: 0 0 0 1px var(--topbuddy-color-primary);
}

.topbuddy-settings-field--tinymce .wp-editor-tools {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}

.topbuddy-settings-field--tinymce .mce-toolbar-grp {
  background: #f9f9f9;
}

.topbuddy-settings-field--tinymce .wp-editor-area {
  width: 100% !important;
  min-height: 150px;
  font-size: 13px;
  line-height: 1.4;
}

.topbuddy-settings-field--tinymce .mce-content-body {
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.topbuddy-settings-field--code .topbuddy-settings-field__code {
  width: 100%;
  min-height: 150px;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 13px;
  line-height: 1.5;
  padding: 12px;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  background-color: #f9f9f9;
  resize: vertical;
}

.topbuddy-settings-field--code .topbuddy-settings-field__code:focus {
  outline: none;
  border-color: var(--topbuddy-color-primary);
  box-shadow: 0 0 0 1px var(--topbuddy-color-primary);
}

.topbuddy-add-component {
  position: relative;
}

.topbuddy-add-component__dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
  min-width: 300px;
  max-width: 400px;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.topbuddy-add-component__dropdown-header {
  padding: 12px 16px;
  background: #f6f7f7;
  border-bottom: 1px solid #dcdcde;
  font-size: 13px;
  font-weight: 600;
  color: #1d2327;
}

.topbuddy-add-component__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
}

.topbuddy-add-component__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f1;
}

.topbuddy-add-component__item:last-child {
  border-bottom: none;
}

.topbuddy-add-component__item.is-disabled {
  opacity: 0.5;
}

.topbuddy-add-component__item.is-disabled .topbuddy-add-component__item-button {
  cursor: not-allowed;
}

.topbuddy-add-component__item.is-disabled .topbuddy-add-component__item-button:hover {
  background: transparent;
}

.topbuddy-add-component__item.is-disabled .topbuddy-pro-badge {
  background: #dba617;
}

.topbuddy-add-component__item-button {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.topbuddy-add-component__item-button:hover:not(:disabled) {
  background: #f6f7f7;
}

.topbuddy-add-component__item-button:disabled {
  cursor: not-allowed;
}

.topbuddy-add-component__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  background: #f0f0f1;
  border-radius: 4px;
  color: #50575e;
}

.topbuddy-add-component__item-icon .dashicon {
  width: 20px;
  height: 20px;
}

.topbuddy-add-component__item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.topbuddy-add-component__item-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #1d2327;
}

.topbuddy-add-component__item-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f0c33c;
  color: #1d2327;
  border-radius: 3px;
}

.topbuddy-add-component__item-description {
  font-size: 12px;
  line-height: 1.4;
  color: #646970;
}

.topbuddy-add-component-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--topbuddy-color-primary);
  background: #f6f7f7;
  border: 1px solid var(--topbuddy-color-primary);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.topbuddy-add-component-button:hover:not(:disabled) {
  background: var(--topbuddy-color-primary);
  color: #fff;
}

.topbuddy-add-component-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.topbuddy-add-component-button .dashicon {
  width: 18px;
  height: 18px;
}

.topbuddy-icon-radio-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.topbuddy-icon-radio-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.topbuddy-icon-radio-option:hover {
  border-color: var(--topbuddy-color-primary);
  background-color: #f0f6fc;
}

.topbuddy-icon-radio-option.is-selected {
  border-color: var(--topbuddy-color-primary);
  background-color: #f0f6fc;
}

.topbuddy-icon-radio-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.topbuddy-icon-radio-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.topbuddy-icon-radio-preview svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.topbuddy-settings-field--color {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}

.topbuddy-settings-field--color label {
  margin-bottom: 0;
}

.topbuddy-settings-field--color .components-color-picker .components-base-control__field {
  margin-bottom: 0;
}

.topbuddy-color-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  min-width: 110px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.topbuddy-color-dropdown__toggle:hover {
  border-color: var(--topbuddy-color-primary);
}

.topbuddy-color-dropdown__toggle:focus {
  outline: none;
  border-color: var(--topbuddy-color-primary);
  box-shadow: 0 0 0 1px var(--topbuddy-color-primary);
}

.topbuddy-color-dropdown__toggle .components-color-indicator {
  flex-shrink: 0;
}

.topbuddy-color-dropdown__label {
  flex: 1;
  text-align: left;
  font-size: 13px;
  color: #2c3338;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.topbuddy-color-dropdown__content {
  padding: 16px;
}

.topbuddy-settings-field-group {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.topbuddy-settings-field-group:last-child {
  margin-bottom: 0;
}

.topbuddy-settings-field-group .topbuddy-settings-field {
  flex: 1;
  margin-bottom: 0;
  min-width: 0;
}

/**
 * Settings/Styling Nested Tabs Styles
 * 
 * @package TopBuddy
 */

.topbuddy-settings-nested-tabs .components-tab-panel__tabs {
  display: flex;
  gap: 0;
  margin-bottom: 20px !important;
  padding: 0 !important;
  border-bottom: 1px solid #dcdcde !important;
  border-right: none !important;
  background: transparent !important;
}

.topbuddy-settings-nested-tabs .components-tab-panel__tabs-item {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #50575e;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  width: auto !important;
  flex: 0 0 auto !important;
}

.topbuddy-settings-nested-tabs .components-tab-panel__tabs-item:hover {
  color: var(--topbuddy-color-primary);
}

.topbuddy-settings-nested-tabs .components-tab-panel__tabs-item.is-active {
  color: var(--topbuddy-color-primary) !important;
  border-bottom-color: var(--topbuddy-color-primary) !important;
  border-left: 0 !important;
}

.topbuddy-settings__tab-content {
  padding: 10px 0;
}

.topbuddy-settings__field {
  margin-bottom: 20px;
}

.topbuddy-settings__field input[type=text],
.topbuddy-settings__field input[type=number],
.topbuddy-settings__field input[type=url],
.topbuddy-settings__field input[type=email],
.topbuddy-settings__field select,
.topbuddy-settings__field .components-text-control__input,
.topbuddy-settings__field .components-select-control__input,
.topbuddy-settings__field .components-input-control__container {
  max-width: 400px;
}

.topbuddy-settings__field:last-child {
  margin-bottom: 0;
}

.topbuddy-settings__field .components-radio-control__group-wrapper {
  flex-direction: row !important;
  justify-content: flex-start;
  gap: 16px;
}

.topbuddy-settings__field .components-radio-control__group-wrapper label {
  margin-bottom: 0;
}

/**
 * Display Rules Styles
 * 
 * @package TopBuddy
 */

.topbuddy-display-rules {
  padding: 15px 0;
}

.topbuddy-display-rules__field {
  margin-bottom: 20px;
}

.topbuddy-display-rules__field:last-child {
  margin-bottom: 0;
}

.topbuddy-display-rules__field input[type=text],
.topbuddy-display-rules__field input[type=number],
.topbuddy-display-rules__field select,
.topbuddy-display-rules__field .components-text-control__input,
.topbuddy-display-rules__field .components-input-control__container,
.topbuddy-display-rules__field .components-form-token-field__input-container {
  max-width: 400px;
}

.topbuddy-display-rules__field .components-base-control__help {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  color: #757575;
}

.topbuddy-display-rules__general-pages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  padding: 12px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 400px;
  overflow-y: auto;
}

.topbuddy-display-rules__general-pages-grid .components-checkbox-control {
  margin: 0;
}

.topbuddy-display-rules__general-pages-grid .components-base-control__field {
  margin-bottom: 0;
}

.topbuddy-display-rules__specific-pages .components-form-token-field {
  max-width: 400px;
}

.topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__input-container {
  border-color: #8c8f94;
  border-radius: 4px;
  padding: 4px 8px;
}

.topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__input-container:focus-within {
  border-color: var(--topbuddy-color-primary);
  box-shadow: 0 0 0 1px var(--topbuddy-color-primary);
}

.topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__token {
  background: var(--topbuddy-color-primary);
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
}

.topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__token .components-button {
  color: #fff;
}

.topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__token .components-button:hover, .topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__token .components-button:focus {
  color: #f0f0f0;
}

.topbuddy-display-rules__specific-pages .components-form-token-field .components-form-token-field__suggestions-list {
  max-height: 250px;
  overflow-y: auto;
}

.topbuddy-display-rules__specific-pages-loading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: #757575;
  font-size: 12px;
}

.topbuddy-display-rules .components-input-control__container,
.topbuddy-display-rules .components-select-control__input {
  max-width: 400px;
}

/**
 * Schedule Control Styles
 * 
 * @package TopBuddy
 */

.topbuddy-schedule-control__field {
  margin-bottom: 20px;
}

.topbuddy-schedule-control__field:first-child {
  margin-bottom: 10px;
}

.topbuddy-schedule-control__field:last-child {
  margin-bottom: 0;
}

.topbuddy-schedule-control__header {
  margin-bottom: 16px;
}

.topbuddy-schedule-control__title {
  margin: 0 0 8px 0;
}

/*# sourceMappingURL=style-post-settings.css.map*/