#ncore-relationships {
	margin: 20px 0;
}

.ncore-relation-types {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.ncore-relation-type {
	border: 1px solid #dcdcde;
	border-radius: 2px;
	padding: 15px;
	background: #f6f7f7;
}

.ncore-relation-type h4 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcde;
	color: #1d2327;
	font-size: 14px;
	font-weight: 600;
}

.ncore-relations-list {
	min-height: 50px;
	margin-bottom: 15px;
}

.ncore-relation-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin-bottom: 8px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 2px;
}

.ncore-relation-item:hover {
	background: #f6f7f7;
}

.ncore-relation-title {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ncore-direction-indicator {
	color: #646970;
	font-size: 16px;
	font-weight: normal;
}

.ncore-relation-title a {
	text-decoration: none;
	color: #2271b1;
	font-weight: 500;
}

.ncore-relation-title a:hover {
	color: #135e96;
}

.ncore-relation-title small {
	color: #646970;
	margin-left: 5px;
}

.ncore-remove-relation {
	margin-left: 10px;
}

.ncore-add-relation,
.naticore-add-relation {
	position: relative;
}

.naticore-suggest-actions {
	margin: 0 0 10px 0;
}

.naticore-suggest-results {
	margin-bottom: 12px;
	padding: 8px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 2px;
	max-height: 200px;
	overflow-y: auto;
}

.naticore-suggest-results .naticore-search-result,
.naticore-suggest-results .ncore-search-result {
	padding: 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.naticore-suggest-results .naticore-search-result:last-child,
.naticore-suggest-results .ncore-search-result:last-child {
	border-bottom: none;
}

.naticore-suggest-results .naticore-loading,
.naticore-suggest-results .naticore-no-results,
.naticore-suggest-results .naticore-error {
	padding: 10px;
	text-align: center;
	color: #646970;
}

.ncore-search-input {
	width: 100%;
	padding: 8px;
	border: 1px solid #dcdcde;
	border-radius: 2px;
	font-size: 13px;
	background: #fff;
}

.ncore-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #dcdcde;
	border-top: none;
	border-radius: 0 0 2px 2px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 100;
	box-shadow: none;
}

.ncore-search-result {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.ncore-search-result:hover {
	background: #f0f0f0;
}

.ncore-search-result:last-child {
	border-bottom: none;
}

.ncore-search-result strong {
	display: block;
	color: #2271b1;
}

.ncore-search-result small {
	color: #646970;
}

.ncore-loading,
.ncore-no-results,
.ncore-error {
	padding: 10px;
	text-align: center;
	color: #646970;
}

.ncore-error {
	color: #d63638;
}

/* Manual order: sortable lists */
.naticore-sortable .naticore-relation-title {
	cursor: move;
}

.naticore-sortable-placeholder {
	height: 42px;
	margin-bottom: 8px;
	background: #f0f0f1;
	border: 1px dashed #c3c4c7;
	border-radius: 2px;
}
