.term-additional-links {
  margin-top: 2rem;
  width: 100%;
}
.term-additional-links a {
  padding: 0.3rem 1rem;
  white-space: nowrap;
  border-radius: 2em;
  background-color: #f5f5f5 !important;
  color: var(--wd-title-color, #333);
  transition: all .2s ease;
}
.term-additional-links a:hover {
  background-color: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  color: var(--wd-link-color, #333);
}
.term-additional-links .link {
  padding: 0.5rem;
}
.term-additional-links .link.current a {
  background-color: #fff !important;
  color: var(--wd-link-color, #333);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, .14),
    inset 0 1px 0 rgba(255, 255, 255, .6);
  transform: translateY(-2px);
}
.term-additional-links .link.current {
  opacity: 1 !important;
}
.term-additional-links.simple-list {
  display: flex;
  flex-wrap: wrap;
}
.term-additional-links .taxonomy-data {
  margin-bottom: 0.5rem;
}
.term-additional-links .taxonomy-data.few-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.term-additional-links .taxonomy-data.few-values .taxonomy {
  margin-right: 1rem;
}
.term-additional-links .taxonomy {
  font-weight: 600;
}
.term-additional-links .terms {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.term-additional-links .term-additional-links-list {
  position: relative;
  overflow: hidden;
  transition: max-height 0.25s ease;
  display: flex;
  flex-wrap: wrap;
}
.term-additional-links .term-additional-links-list.has-fade:not(.is-expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.6rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
}
.term-additional-links .term-additional-links-list.is-expanded {
  overflow: visible;
}
.term-additional-links .term-links-toggle-button {
  padding: 0;
  padding-left: 0.5rem !important;
  border: 0;
  background: transparent;
  color: var(--wd-link-color, #333) !important;
  cursor: pointer;
  text-decoration: underline !important;
  text-transform: none !important;
  font-size: 15px;
}
.term-additional-links .term-links-toggle-button:hover,
.term-additional-links .term-links-toggle-button:focus {
  color: var(--wd-link-color-hover, #333) !important;
  background-color: transparent;
}

.form-table tr.term-additional-links {
  display: table-row;
}
.form-table tr.term-additional-links .add-new-handler {
  margin-bottom: 1rem;
}
.form-table tr.term-additional-links .add-new-handler-description {
  margin: 8px 0 0;
}
.form-table tr.term-additional-links .bulk-actions-handler {
  margin: 0 0 12px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.form-table tr.term-additional-links .wcs-inline-check {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.form-table tr.term-additional-links .term-additional-links {
  margin-top: 0;
  margin-bottom: 2rem;
}
.form-table tr.term-additional-links .wcs-metabox-title {
  margin-top: 0;
}
.form-table tr.term-additional-links .term-links-generation-settings {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #ccd0d4;
  background: #fff;
}
.form-table tr.term-additional-links .term-links-generation-settings > .header {
  margin-top: 0;
  font-weight: 600;
}
.form-table tr.term-additional-links .wcs-field-label {
  display: block;
  margin-top: 1em;
}
.form-table tr.term-additional-links .wcs-input-small {
  width: 7em;
}
.form-table tr.term-additional-links .wcs-input-full {
  width: 100%;
}
.form-table tr.term-additional-links .wcs-inline-button {
  margin-left: 8px;
}
.form-table tr.term-additional-links .wcs-inline-description {
  margin-left: 8px;
}
.form-table tr.term-additional-links .wcs-info-message {
  color: #2271b1;
}
.form-table tr.term-additional-links .term-links-generation-attributes {
  max-height: 16em;
  overflow-y: auto;
  border: 1px solid #ccd0d4;
  padding: 0.75rem 1rem;
  background: #f6f7f7;
  max-width: 40em;
}
.form-table tr.term-additional-links .wcs-attribute-item {
  display: block;
  margin: 0.35em 0;
}
.form-table tr.term-additional-links .wcs-attribute-code {
  font-size: 0.85em;
}
.form-table tr.term-additional-links .attribute-data {
  background-color: aliceblue;
}
.form-table tr.term-additional-links .attributes-values .wcs-link-sortable-placeholder {
  border: 1px dashed #c3c4c7;
  background: #f0f0f1;
  min-height: 3.5rem;
  margin-bottom: 12px;
  visibility: visible !important;
}
.form-table tr.term-additional-links .attributes-values .attribute-data.ui-sortable-helper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.form-table tr.term-additional-links .wcs-link-drag-handle {
  flex: 0 0 auto;
  cursor: move;
  color: #787c82;
}
.form-table tr.term-additional-links .wcs-link-drag-handle:hover {
  color: #1d2327;
}
.form-table tr.term-additional-links .wcs-link-accordion {
  margin: 0 0 12px 0;
  border: 1px solid #ccd0d4;
}
.form-table tr.term-additional-links .wcs-link-accordion-summary {
  display: block;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 600;
}
.form-table tr.term-additional-links .wcs-link-accordion-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-table tr.term-additional-links .wcs-link-accordion-row-top {
  margin-bottom: 8px;
}
.form-table tr.term-additional-links .wcs-link-accordion-row-top > span:not(.wcs-link-drag-handle) {
  font-weight: 600;
}
.form-table tr.term-additional-links .wcs-link-accordion-row-bottom > .button {
  margin-left: auto;
}
.form-table tr.term-additional-links .wcs-link-accordion-summary-main {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.form-table tr.term-additional-links .wcs-link-accordion-check {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.form-table tr.term-additional-links .wcs-link-accordion-check input[type="checkbox"] {
  margin-bottom: 0 !important;
}
.form-table tr.term-additional-links .wcs-link-accordion-summary-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.form-table tr.term-additional-links .wcs-link-visibility-check {
  padding-left: 10px;
  border-left: 1px solid #d0d7de;
}
.form-table tr.term-additional-links .wcs-link-open-link {
  font-weight: 400;
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.form-table tr.term-additional-links .wcs-select-description {
  padding-left: 1em;
}
.form-table tr.term-additional-links .wcs-link-accordion-content {
  padding: 10px 12px 12px;
}
.form-table tr.term-additional-links .attribute-data .header {
  padding: 0 5px;
  margin-top: 1em;
  font-weight: bold;
}
.form-table tr.term-additional-links .attribute-data .section {
  display: flex;
}
.form-table tr.term-additional-links .attribute-data .section > * {
  flex: auto;
  padding: 5px;
}
.form-table tr.term-additional-links .attribute-data label {
  white-space: nowrap;
  margin-bottom: 3px;
  display: inline-block;
}
.form-table tr.term-additional-links .attribute-data input[type=text],
.form-table tr.term-additional-links .attribute-data select,
.form-table tr.term-additional-links .attribute-data textarea {
  width: 100%;
  max-width: 100%;
  min-width: 20em;
}
.form-table tr.term-additional-links .attribute-data textarea {
  height: 10em;
}
.form-table tr.term-additional-links .attribute-data .attribute select {
  min-width: 20em;
}
.form-table tr.term-additional-links .attribute-data .attribute option[selected] {
  font-weight: 600;
}
.form-table tr.term-additional-links .attribute-data .values select {
  min-width: 20em;
}
.form-table tr.term-additional-links .attribute-data .values option[selected] {
  font-weight: 600;
}
.form-table tr.term-additional-links .wcs-link-status-value {
  font-weight: 600;
}
.form-table tr.term-additional-links .wcs-link-status-value.status-candidate {
  color: #dba617 !important;
}
.form-table tr.term-additional-links .wcs-link-status-value.status-approved {
  color: #15803d !important;
}
.form-table tr.term-additional-links .wcs-link-status-value.status-rejected {
  color: #b91c1c !important;
}
.form-table tr.term-additional-links .wcs-link-status-value.status-hidden {
  color: #6b7280 !important;
}/*# sourceMappingURL=style.css.map */