.bsl-service-links {
	display: none;
}

@media screen and (max-width: 767px) {
	body.page-id-2451 .berater-status-list .bsl-service-links,
	body.single-berater .berater-status-list .bsl-service-links {
		position: static;
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		gap: 5px;
		width: max-content;
		max-width: 100%;
		min-height: 22px;
		margin: 0 0 5px;
		padding: 3px 7px;
		box-sizing: border-box;
		color: #8f7a64;
		background: rgba(255, 253, 249, .92);
		border: 1px solid #eadfd3;
		border-radius: 999px;
		font-size: 11px;
		line-height: 1.15;
		white-space: nowrap;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links a,
	body.single-berater .berater-status-list .bsl-service-links a {
		color: #006a6f;
		font-size: 11px;
		font-weight: 800;
		line-height: 1.15;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links a:last-child,
	body.single-berater .berater-status-list .bsl-service-links a:last-child {
		color: #754125;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links span,
	body.single-berater .berater-status-list .bsl-service-links span {
		font-weight: 600;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links i,
	body.single-berater .berater-status-list .bsl-service-links i {
		color: #c9b9a8;
		font-style: normal;
	}
}

@media screen and (min-width: 768px) {
	.berater-status-list {
		position: relative;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links,
	body.single-berater .berater-status-list .bsl-service-links {
		position: absolute;
		top: 8px;
		right: 0;
		display: flex;
		align-items: center;
		gap: 6px;
		min-height: 20px;
		padding: 2px 7px;
		color: #8f7a64;
		background: rgba(255, 253, 249, .92);
		border: 1px solid #eadfd3;
		border-radius: 999px;
		font-size: 10px;
		line-height: 1.2;
		white-space: nowrap;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links a,
	body.single-berater .berater-status-list .bsl-service-links a {
		color: #006a6f;
		font-size: 10px;
		font-weight: 800;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links a:last-child,
	body.single-berater .berater-status-list .bsl-service-links a:last-child {
		color: #754125;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links span,
	body.single-berater .berater-status-list .bsl-service-links span {
		font-weight: 600;
	}

	body.page-id-2451 .berater-status-list .bsl-service-links i,
	body.single-berater .berater-status-list .bsl-service-links i {
		color: #c9b9a8;
		font-style: normal;
	}

	.primary-menu {
		margin: 2px 0 20px;
	}

	.primary-menu .menu {
		display: grid;
		grid-template-columns: repeat(7, minmax(0, 1fr));
		gap: 0;
		overflow: hidden;
		background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
		border: 1px solid #e8ddd1;
		border-radius: 12px;
		box-shadow: 0 7px 20px rgba(67, 48, 28, .08);
	}

	.primary-menu .menu li {
		min-width: 0;
	}

	.primary-menu .menu li:not(:last-child)::after {
		top: 18px;
		right: 0;
		bottom: auto;
		width: 1px;
		height: 52px;
		background: #eee4da;
	}

	.primary-menu .menu li a {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-height: 88px;
		padding: 9px 6px;
		box-sizing: border-box;
		color: #503824;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.15;
		white-space: normal;
		transition: color .18s ease, background .18s ease, transform .18s ease;
	}

	.primary-menu .menu li a:hover,
	.primary-menu .menu li a:focus-visible {
		color: #006a6f;
		background: #f4fbfa;
		text-decoration: none;
		outline: none;
	}

	.primary-menu .menu li a:hover .menu-item-image,
	.primary-menu .menu li a:focus-visible .menu-item-image {
		transform: translateY(-2px);
	}

	.primary-menu .menu-item-image {
		position: static;
		display: block;
		width: 46px;
		max-width: 46px;
		height: 36px;
		object-fit: contain;
		transform: none;
		transition: transform .18s ease;
	}

	.primary-menu .menu li.current-menu-item a,
	.primary-menu .menu li.current_page_item a {
		color: #006a6f;
		background: linear-gradient(180deg, #f2fbfa 0%, #fffaf2 100%);
	}

	.primary-menu .menu li:last-child a {
		color: #754125;
		background: linear-gradient(180deg, #fffaf1 0%, #fff 100%);
	}

	.primary-menu .menu li:last-child a:hover,
	.primary-menu .menu li:last-child a:focus-visible,
	.primary-menu .menu li:last-child.current-menu-item a {
		color: #006a6f;
		background: linear-gradient(180deg, #edf9f8 0%, #fff7e9 100%);
	}
}
