.detail_page_options {
	&.spf-field-checkbox ul {
		max-height: none;
	}
}
.page_link_type .spf--sibling:nth-of-type(1) {
	pointer-events: auto;
}
.page_link_type .spf--sibling:nth-of-type(2),
.page_link_type .spf--sibling:nth-of-type(3) {
	position: relative;
	pointer-events: none;
	&::after {
		position: absolute;
      top: 1px;
      right: 1px;
      color: #a5a5a5;
      background-color: #e0e0e0;
      font-weight: 500;
      padding: 0 4px;
      content: 'PRO';
      text-align: center;
      font-size: 8px;
	}
}
