/* IDO Tools & Assets — loaded only on single Tools / Assets pages.
   Element-id dependent rules are generated inline from the plugin config (Ido_Ta_Frontend::scoped_css). */

/* Rich description: a <div> that keeps the heading widget's class, so Elementor's typography (set on
   .elementor-heading-title) still applies; paragraphs and lists inherit it instead of theme defaults. */
.ido-ta-description p,
.ido-ta-description li,
.ido-ta-description blockquote {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.ido-ta-description p,
.ido-ta-description ul,
.ido-ta-description ol,
.ido-ta-description blockquote {
	margin: 0 0 0.75em;
}

.ido-ta-description ul,
.ido-ta-description ol {
	padding-left: 1.25em;
}

.ido-ta-description > :last-child {
	margin-bottom: 0;
}

.ido-ta-talent {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.ido-ta-talent:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* Name: available to assistive tech and tooltips by default. To show it, override these declarations
   on .ido-ta-talent__name from the template's custom CSS (layout decision left to the designer). */
.ido-ta-talent__name {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
