/**
* Give the settings tabs some space
*/
.ld-global-header-new-settings .edit-post-header__settings {
	position: relative;
}

.components-popover.edit-post-more-menu__content.is-bottom.is-left.ld-popover {
	margin-top: 35px;
}

/**
Adding Styles for Input radio and checkbox.
Reference Ticket: https://gitlab.com/rainmaker-library/rainmaker-3.0/andromeda/-/issues/1342
 */
.wpProQuiz_content .wpProQuiz_questionListItem input[type="checkbox"], .wpProQuiz_content .wpProQuiz_questionListItem input[type="radio"] {
	display: inline-block !important;
	width: 15px !important;
	height: 15px !important;
}

.wpProQuiz_content .wpProQuiz_questionListItem input:checked {
	border: 0;
}

.wpProQuiz_content input[type="checkbox"]:checked::before, .wpProQuiz_content input[type="radio"]:checked::before {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
}

/*
* Reference Ticket: https://gitlab.com/rainmaker-library/rainmaker-3.0/andromeda/-/issues/1646
*/
.ld-currency {
	display: none;
}

/*
* Reference Ticket: https://gitlab.com/rainmaker-library/rainmaker-3.0/andromeda/-/issues/2480
*/
.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay ul,
.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay ol {
	display: none;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}

.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay li {
	display: initial !important;
}

/* Show only the first-level submenu of the hovered menu item */
.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay .fl-builder-submenu-hover:hover > ul,
.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay .fl-builder-submenu-hover:hover > ol {
	display: block !important;
}

/* Nested submenus: keep them hidden until their parent li is hovered */
.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay .fl-builder-has-submenu:hover > ul,
.fl-builder-edit .learndash-wrapper .ld-focus .ld-tab-content .fl-block-overlay-active .fl-block-overlay .fl-builder-has-submenu:hover > ol {
	display: block !important;
}
