.post-installment-icon {
	position: relative;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: visible;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease;
}

.post-installment-icon svg {
	flex-shrink: 0;
	display: block;
	pointer-events: none;
}

.post-installment-icon:hover {
	transform: scale(1.05);
}

.post-installment-icon-tip {
	position: absolute !important;
	right: calc(100% + 6px);
	top: 50%;
	left: auto !important;
	bottom: auto !important;
	transform: translateY(-50%);
	padding: 4px 8px;
	border-radius: 6px;
	background: #2e7d32;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.15;
	white-space: nowrap;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 20;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

@media (hover: hover) and (pointer: fine) {
	.post-installment-icon:hover .post-installment-icon-tip,
	.post-installment-icon:focus-visible .post-installment-icon-tip {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

.post-installment-icon.is-tip-visible .post-installment-icon-tip {
	opacity: 1 !important;
	visibility: visible !important;
}

@media (min-width: 968px) {
	.filtered-posts .post-item-media .post-installment-icon {
		display: none !important;
	}

	.filter-container--catalog-sidebar:not(.filter-container--category) .filtered-posts .post-item-media .post-installment-icon {
		display: flex !important;
	}

	.filter-container--catalog-sidebar:not(.filter-container--category) .filtered-posts .post-item-installment-row {
		display: none !important;
	}
}
