.pretty-link-inserter {
	.block-editor-url-popover__settings {
		display: block;
	}
	.pretty-link-inserter-form-container {
		margin-top: 30px;
	}
}
.prli-input__suggestions {
	> button {
		display: flex;
		align-items: center;
		justify-content: space-between;

		> span {
			display: flex;
			flex-shrink: 0;

			> span {
				color: #fff;
				background-color: #0074A2;
				padding: 4px;
				border-radius: 4px;
				font-size: 11px;
			}
		}
	}
}
