.avallach-pillar-route {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 2.5rem 0 1.5rem;
	padding: 1.1rem 1.25rem;
	border: 1px solid rgba(50, 196, 180, 0.55);
	border-left: 4px solid #32c4b4;
	border-radius: 8px;
	background: #f8fbfa;
}

.avallach-pillar-route__label {
	color: #505756;
	font-size: 0.92rem;
	line-height: 1.4;
}

.ast-single-post .entry-content .avallach-pillar-route__link {
	color: #176e65;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.ast-single-post .entry-content .avallach-pillar-route__link:hover,
.ast-single-post .entry-content .avallach-pillar-route__link:focus {
	color: #104e48;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.avallach-pillar-route {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.45rem;
		padding: 1rem;
	}

	.ast-single-post .entry-content .avallach-pillar-route__link {
		white-space: normal;
	}
}
