/**
 * Homepage category-card child links.
 */

.elementor-element-f22445b .wr-category-listing-item {
	position: relative;
}

.elementor-element-f22445b .anyfor-category-children {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 62px;
	left: 20px;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 5px;
	list-style: none;
}

.elementor-element-f22445b .anyfor-category-children li {
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-element-f22445b .anyfor-category-children a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .88);
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
	transition: color .18s ease, transform .18s ease;
}

.elementor-element-f22445b .anyfor-category-children a::before {
	width: 5px;
	height: 5px;
	flex: 0 0 5px;
	border-radius: 50%;
	background: #fff;
	content: '';
	box-shadow: 0 1px 2px rgba(0, 0, 0, .38);
	transition: background-color .18s ease;
}

.elementor-element-f22445b .anyfor-category-children a span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.elementor-element-f22445b .anyfor-category-children a:hover,
.elementor-element-f22445b .anyfor-category-children a:focus-visible {
	color: #e1bd3f;
	transform: translateX(2px);
}

.elementor-element-f22445b .anyfor-category-children a:hover::before,
.elementor-element-f22445b .anyfor-category-children a:focus-visible::before {
	background: #e1bd3f;
}

.elementor-element-f22445b .anyfor-category-children a:focus-visible {
	border-radius: 3px;
	outline: 2px solid rgba(255, 255, 255, .9);
	outline-offset: 2px;
}

.elementor-element-f22445b .wr-category-name {
	z-index: 2;
}

@media (max-width: 767px) {
	.elementor-element-f22445b .anyfor-category-children {
		right: 18px;
		bottom: 60px;
		left: 18px;
	}

	.elementor-element-f22445b .anyfor-category-children a {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-element-f22445b .anyfor-category-children a,
	.elementor-element-f22445b .anyfor-category-children a::before {
		transition: none;
	}
}
