body.page header.wp-block-template-part,
body.page main {
	max-width: 1100px;
	margin: 0 auto;
}

.ads-container-google {
	width: 100%;
	max-width: 460px;
	min-width: 360px;
	height: auto;
	min-height: 310px;
	margin: 0 auto;
}

.postid-1238 main {
	margin-top: 0 !important;
}

#user-profile-data {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	width: 100%;
}

#user-profile-data.show {
	height: auto;
}

.woocommerce-cart .wp-block-woocommerce-store-notices {
	display: none;
}

.page-template-parent-page-vitaminai figure.wp-block-post-featured-image img {
	width: 75px;
	height: 75px;
}

.page-template-parent-page-vitaminai ul.child-pages-list {
	list-style: none;
}

.page-template-parent-page-vitaminai .wp-block-post-date {
	display: none;
}

.wp-block-post-date__modified-date::before {
	content: "\00A0(atnaujinta:\00A0";
}

.wp-block-post-date__modified-date::after {
	content: ")";
}

.add-to-log-btn {
	display: none !important;
}

.nutrient-item {
	margin-bottom: 20px;
}

.nutrient-label {
	display: block;
	font-weight: bold;
}

.nutrient-label {
	display: block;
	font-weight: bold;
	padding-bottom: 14px;
	font-size: 10px !important;
	line-height: 12px;
}

.nutrient-value {
	display: inline-block;
	margin-right: 10px;
	display: none !important;
}

.adjusted-value {
	font-style: italic;
}

.nutrient-graph-container {
	position: relative;
	height: 9px;
	width: 100%;
}

.graph-axis {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
	transform: translateY(-50%);
	z-index: 3;
}

.graph-bar.consumed-bar {
	position: absolute;
	top: 50%;
	left: 0;
	height: 9px;
	background-color: rgba(0, 255, 0, 0.7);
	transform: translateY(-50%);
}

.value-underconsumed .graph-bar.consumed-bar {
	background-color: rgb(255 211 0 / 70%);
}

.value-overconsumed .graph-bar.consumed-bar {
	background-color: rgb(211 32 0 / 70%);
}

.graph-marker {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
}

.marker-line {
	position: absolute;
	top: 0;
	bottom: 50%;
	background-color: #888;
	/* gray for base */
}

.base-line {
	width: 1px;
}

.adjusted-line {
	width: 2px;
	background-color: #000;
	/* black for adjusted */
}

.no-adjustment .base-line {
	width: 2px;
	z-index: 3;
	background-color: #000;
	top: -14px;
}

.marker-line.adjusted-line {
	top: -14px;
	z-index: 3;
}

.marker-value {
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
}

.marker-value.adjusted-marker-value {
	font-weight: bold;
	bottom: 23px;
}

.no-adjustment .base-marker-value {
	font-weight: bold;
	bottom: 23px;
}

.graph-label {
	position: absolute;
	bottom: -10px;
	line-height: 10px;
	font-size: 8px;
}

.min-label {
	left: 0;
}

.max-label {
	right: 0;
}

div.nsl-container.nsl-container-block .nsl-container-buttons p {
	margin: 0;
	height: 0;
	font-size: 0;
}

div.nsl-container.nsl-container-block .nsl-container-buttons p a {
	margin: 2px 0;
}

.mb-style-full-width {
	width: 100%;
}

span.avatar {
	margin-right: 2px;
}

section#leaderboard-section {
	padding: 0;
}

.scroll-btn-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.leaderboard-container {
	position: relative;
	overflow: hidden;
}

.leaderboard-wrapper {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	/* 3 rows per column */
	gap: 4px 0;
	overflow-x: auto;
	scroll-behavior: smooth;
	width: 300px;
	position: relative;
	scrollbar-width: none;
	/* Hide scrollbar for Firefox */
}

.leaderboard-wrapper::-webkit-scrollbar {
	display: none;
	/* Hide scrollbar for Chrome/Safari */
}

.leaderboard-list {
	display: contents;
	/* so grid styling applies to list items directly */
	counter-reset: rank;
	padding: 0;
	margin: 0;
}

.leaderboard-entry {
	counter-increment: rank;
	display: flex;
	align-items: center;
	width: 150px;
}

.leaderboard-entry::before {
	content: counter(rank) ". ";
	font-weight: bold;
	width: 16px;
	font-size: 10px;
	line-height: 10px;
}

.leaderboard-entry .leaderboard-link {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: underline;
	font-size: 10px;
	line-height: 10px;
	color: inherit;
}

.leaderboard-entry .leaderboard-link br {
	display: none;
}

.mv-supporter-dialog {
	--bg: #ffffff;
	--ink: #0b1220;
	--muted: rgba(11, 18, 32, .68);
	--accent: #2563eb;

	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
	color: var(--ink);

	width: min(300px, calc(100vw - 28px));
	border: 0;
	padding: 0;
	background: transparent;
}

.mv-supporter-dialog::backdrop {
	background: rgba(11, 18, 32, .55);
	backdrop-filter: blur(4px);
}

.mv-supporter-dialog * {
	box-sizing: border-box;
}

.mv-supporter-dialog p {
	margin: 0;
}

.mv-sup__card {
	background: var(--bg);
	border: 1px solid rgba(11, 18, 32, .12);
	border-radius: 16px;
	padding: 14px 14px 12px;
	box-shadow:
		0 14px 40px rgba(11, 18, 32, .10),
		0 2px 10px rgba(11, 18, 32, .06);
}

.mv-sup__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.mv-sup__title {
	font-weight: 750;
	font-size: 15px;
	letter-spacing: .2px;
	line-height: 1.15;
	margin: 0;
	min-width: 0;
}

.mv-sup__logo {
	display: block;
	max-height: 46px;
	height: auto;
	width: auto;
	max-width: 120px;
	object-fit: contain;
	flex: 0 0 auto;
	border-radius: 10px;
	background: rgba(11, 18, 32, .02);
	border: 1px solid rgba(11, 18, 32, .10);
	padding: 6px;
}

.mv-sup__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	text-decoration: none;
	color: var(--ink);
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(11, 18, 32, .14);
	background: rgba(11, 18, 32, .02);
	transition: background .15s ease, border-color .15s ease, transform .06s ease, box-shadow .15s ease;
	margin-bottom: 10px;
}

.mv-sup__link:hover {
	background: rgba(37, 99, 235, .06);
	border-color: rgba(37, 99, 235, .28);
}

.mv-sup__link:active {
	transform: translateY(1px);
}

.mv-sup__link:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .18);
}

.mv-sup__mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .4px;
}

.mv-sup__domain {
	font-size: 12px;
	font-weight: 700;
	color: rgba(11, 18, 32, .88);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 230px;
}

.mv-sup__arrow {
	font-size: 14px;
	opacity: .7;
	flex: 0 0 auto;
}

.mv-sup__desc {
	font-size: 13px;
	line-height: 1.35;
	color: var(--muted);
}

.mv-sup__foot {
	margin-top: 12px;
	display: flex;
	justify-content: flex-end;
}

.mv-sup__btn {
	height: 36px;
	padding: 0 12px;
	border-radius: 12px;
	border: 1px solid rgba(11, 18, 32, .14);
	background: rgba(11, 18, 32, .03);
	color: var(--ink);
	font-weight: 650;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease, transform .06s ease, box-shadow .15s ease;
}

.mv-sup__btn:hover {
	background: rgba(37, 99, 235, .06);
	border-color: rgba(37, 99, 235, .22);
}

.mv-sup__btn:active {
	transform: translateY(1px);
}

.mv-sup__btn:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .18);
}

@media (max-width: 360px) {
	.mv-sup__logo {
		max-width: 96px;
		padding: 5px;
	}

	.mv-sup__domain {
		max-width: 190px;
	}
}

.scroll-btn {
	background: white;
	border: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	width: 24px;
	height: 30px;
	padding: 0;
	position: relative;
	z-index: 10;
	outline: none;
	font-family: sans-serif;
	color: black;
	-webkit-text-stroke: 0;
}

#mb-content-hp-content-1 .mb-block {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}

.mb-block,
.mb-block-controls,
.mb-block-state,
.mb-block-content {
	width: 100%;
	max-width: 460px;
}

button.mb-toggle-btn {
	position: absolute;
	right: 0;
	top: -10px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 !important;
	outline: none;
	border: none;
	background-color: white;
	color: var(--wp--preset--color--contrast);
}

button.mb-toggle-btn.profile-toggle-btn {
	left: -40px;
	right: unset;
}

.mb-block-content {
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease;
}

.mb-block-content.is-open {
	height: auto;
	/* When expanded */
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.mb-block-content {
		transition: none;
	}
}

/* Scoped under .user-profile-data */
.user-profile-data {
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}

.user-profile-data span.user-profile-data__input-section__title {
	display: inline-block;
	position: relative;
	top: -17px;
	z-index: 9;
	border-radius: 0;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 8px !important;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 14px;
	text-transform: uppercase;
	background-color: #ffffff !important;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* Grid layout for main sections */
.user-profile-data__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

/* User input section */
.user-profile-data__input-section {
	background-color: #fff;
	padding: 0 20px 20px 24px;
}

.user-profile-data .user-profile-data__grid {
	padding-top: 20px;
}

.user-profile-data__input-section__data {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.user-profile-data__input-section__data-field:nth-child(1) {
	grid-area: lytis;
}

.user-profile-data__input-section__data-field:nth-child(2) {
	grid-area: amzius;
}

.user-profile-data__input-section__data-field:nth-child(3) {
	grid-area: ugis;
}

.user-profile-data__input-section__data-field:nth-child(4) {
	grid-area: svoris;
}

.user-profile-data__input-section__data-field:nth-child(5) {
	grid-area: aktyvumo;
}

.user-profile-data__input-section__data-field:nth-child(6) {
	grid-area: tikslas;
}

.user-profile-data__input-section__data-field {
	text-align: left;
}

.user-profile-data__input-section__data-field__label {
	font-size: 12px;
	color: #555;
	white-space: nowrap;
	font-weight: 700;
}

.user-profile-data__input-section__data-group--metrics {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.user-profile-data__input-section__data-group--metrics .mv-profile-control {
	width: 60px;
	min-width: 60px;
	max-width: 60px;
}

.user-profile-data__input-section__data-field__value {
	font-size: 12px;
	font-weight: bold;
}

.user-profile-data__input-section__form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 8px;
}

.user-profile-data__input-section__form-field {
	display: flex;
	flex-direction: column;
}

.user-profile-data__input-section__form-field label {
	font-size: 12px;
	margin-bottom: 4px;
	color: #555;
}

.user-profile-data__input-section__form-field input,
.user-profile-data__input-section__form-field select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
}

.user-profile-data__input-section__submit {
	grid-column: span 2;
	text-align: center;
}

.user-profile-data__input-section__submit input {
	background-color: white;
	color: #1f1f1f;
	border: 1px solid #1f1f1f;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 4px !important;
	height: 30px;
}

.user-profile-data__input-section__edit-link {
	text-align: right;
	grid-column: span 2;
	font-size: 12px;
}

.user-profile-data__input-section__edit-link a {
	font-size: 10px;
	line-height: 10px;
}

/* Calculated metrics section */
.user-profile-data__metrics-section {
	background-color: #fff;
	padding: 0 20px 20px 24px;
	border-radius: 12px;
	border: 1px solid #cccccc;
}

.user-profile-data__metrics-section__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
}

.user-profile-data__metrics-section__metric {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.user-profile-data__metrics-section__metric__label {
	font-size: 12px;
	color: #555;
}

.user-profile-data__metrics-section__metric__value {
	font-size: 12px;
	font-weight: bold;
}

.user-profile-data__metrics-section__metric__info {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1;
	width: 120px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 4px;
	font-size: 12px;
	z-index: 10;
}

.user-profile-data__metrics-section__metric:hover .user-profile-data__metrics-section__metric__info {
	display: block;
}

/* Pop-up explanations */
#bmr-info:target~.user-profile-data__metrics-section__grid .user-profile-data__metrics-section__metric:nth-child(1) .user-profile-data__metrics-section__metric__info,
#tdee-info:target~.user-profile-data__metrics-section__grid .user-profile-data__metrics-section__metric:nth-child(2) .user-profile-data__metrics-section__metric__info,
#kmi-info:target~.user-profile-data__metrics-section__grid .user-profile-data__metrics-section__metric:nth-child(3) .user-profile-data__metrics-section__metric__info {
	display: block;
}

.user-profile-data__metrics-section__metric:nth-child(1) .user-profile-data__metrics-section__metric__info {
	content: "BMR (Bazinis metabolizmo greitis): Kalorijų kiekis, kurį kūnas sunaudoja ramybės būsenoje.";
}

.user-profile-data__metrics-section__metric:nth-child(2) .user-profile-data__metrics-section__metric__info {
	content: "BEP (Bendras energijos poreikis): Kalorijų poreikis, įskaitant veiklą.";
}

.user-profile-data__metrics-section__metric:nth-child(3) .user-profile-data__metrics-section__metric__info {
	content: "KMI (Kūno masės indeksas): Tai svorio ir ūgio santykis.";
}

/* Recommendations section */
.user-profile-data__recommendations-section {
	background-color: #fff;
	padding: 0 20px 20px 24px;
	border-radius: 12px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.user-profile-data__recommendations-section:last-of-type {
	margin-bottom: 0;
}

.user-profile-data__recommendations-section_micro__grid .user-profile-data__recommendations-section__nutrient {
	text-align: left;
}

.user-profile-data__recommendations-section__title {
	content: "Makro rekomendacijos";
}

.user-profile-data__recommendations-section_macro__grid {
	display: grid;
	grid-template-areas:
		"baltymai angliavandeniai"
		"riebalai skaidulos";
	gap: 16px;
}

.user-profile-data__recommendations-section__nutrient:nth-child(1) {
	grid-area: baltymai;
}

.user-profile-data__recommendations-section__nutrient:nth-child(2) {
	grid-area: angliavandeniai;
}

.user-profile-data__recommendations-section__nutrient:nth-child(3) {
	grid-area: riebalai;
}

.user-profile-data__recommendations-section__nutrient:nth-child(4) {
	grid-area: skaidulos;
}

.user-profile-data__recommendations-section__nutrient {
	text-align: center;
}

.user-profile-data__recommendations-section__nutrient span {
	display: block;
}

.user-profile-data__recommendations-section__nutrient br {
	display: none;
}

.user-profile-data__recommendations-section__nutrient__label {
	font-size: 12px;
	color: #555;
}

.user-profile-data__recommendations-section__nutrient__grams {
	font-size: 12px;
	font-weight: bold;
}

.user-profile-data__recommendations-section__nutrient__kcal {
	font-size: 8px;
	font-weight: bold;
}

/* micronutrients */

.micronutrients-block.amino-acids {
	padding-top: 20px;
}

.micronutrients-block.amino-acids .nutrient-item.no-adjustment {
	padding: 0;
	margin: 0;
	display: none;
}

span.micronutrients-block__title {
	display: block;
	width: fit-content;
	text-align: center;
	position: relative;
	top: -10px;
	z-index: 9;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 auto !important;
	padding: 2px 4px !important;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 14px;
	text-transform: uppercase;
	color: var(--wp--preset--color--base) !important;
	background-color: var(--wp--preset--color--contrast) !important;
}

/* Radio buttons */
.user-profile-data__input-section__form-field__radio-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.user-profile-data__input-section__form-field__radio-group label {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #555;
}

.user-profile-data__input-section__form-field__radio-group input[type="radio"] {
	margin-right: 8px;
	appearance: none;
	width: 16px;
	height: 16px;
	border: 2px solid var(--wp--preset--color--contrast) !important;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	background-color: #fff;
	position: relative;
}

.user-profile-data__input-section__form-field__radio-group input[type="radio"]:checked {
	background-color: var(--wp--preset--color--contrast) !important;
}

.user-profile-data__input-section__form-field__radio-group input[type="radio"]:checked::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.user-profile-data__input-section__form-field__radio-group input[type="radio"] {
	accent-color: var(--wp--preset--color--contrast) !important;
}

.user-profile-data__input-section__form-field__radio-group input[type="radio"]:focus {
	outline: 2px solid var(--wp--preset--color--contrast) !important;
	outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 300px) {
	.user-profile-data__input-section__form {
		grid-template-columns: 1fr;
	}

	.user-profile-data__input-section__submit {
		grid-column: span 1;
	}

	.user-profile-data__input-section__data {
		grid-template-areas:
			"lytis"
			"amzius"
			"ugis"
			"svoris"
			"aktyvumo"
			"tikslas";
	}

	.user-profile-data__input-section__edit-link {
		grid-column: span 1;
	}

	.user-profile-data__metrics-section__grid {
		grid-template-columns: 1fr;
	}

	.user-profile-data__recommendations-section_macro__grid {
		grid-template-areas:
			"baltymai"
			"angliavandeniai"
			"riebalai"
			"skaidulos";
	}
}

.mb-block {
	position: relative;
	margin-bottom: 20px !important;
	gap: 0 !important;
	box-sizing: border-box;
}

.mb-block .mb-block-title {
	position: relative;
	top: -6px;
	z-index: 9;
	border-radius: 0;
	border-left: 1px solid var(--wp--preset--color--contrast) !important;
	border-right: 1px solid var(--wp--preset--color--contrast) !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 8px !important;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	background-color: var(--wp--preset--color--base) !important;
}

.mb-block .mb-block-titles {
	width: 100%;
	justify-content: flex-start;
	gap: 8px;
}

.mb-block a.edit-link,
.mb-block a.logout-link {
	font-size: 10px;
	line-height: 10px;
}

.mb-block p:empty {
	display: none;
}

.mb-header-login+.mb-block {
	display: none;
}

.mb-header-login.user-logged-in+.mb-block {
	display: flex;
	width: 100%;
}

.donation-product {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.donation-product input[type="number"] {
	width: 40px;
	height: 30px;
	border: 1px solid #1f1f1f;
	border-right: none;
	text-align: center;
}

.donation-product input[type="submit"] {
	background-color: white;
	color: #1f1f1f;
	border: 1px solid #1f1f1f;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 10px;
	text-transform: uppercase;
}

.donation-product span.label {
	white-space: nowrap;
	margin-right: 2px;
	line-height: 30px;
}

.donation-product form {
	display: flex;
}

.mb-header-login.user-logged-in {
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	width: auto;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	background-color: white;
}

.mb-header-login.user-logged-in button.mb-toggle-btn {
	position: relative;
	left: unset;
	right: unset;
	width: 40px;
	height: 40px;
	top: 0;
	background-color: transparent;
}

section.mb-header-login.user-logged-in p:empty,
section.mb-header-login.user-logged-in br {
	display: none;
}

.mb-header-login.user-data,
.mb-header-login.user-donations,
.mb-header-login.donation-leaderboard {
	font-size: 12px;
	padding: 16px 0 0 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.mb-header-login.user-donations {
	padding-top: 26px;
}

.mb-donations-columns {
	width: 100%;
	gap: 0 !important;
}

.donation-leaderboard-block {
	width: 100%;
}

.mb-header-login.donation-leaderboard ol {
	padding: 0;
	margin: 0;
}

.mb-header-login.donation-leaderboard ol .username {
	font-size: 10px;
}

.mb-header-login.donation-leaderboard ol .current-user .username {
	font-weight: bold;
}

.mb-header-login.donation-leaderboard ol .current-user::after {
	content: "\00A0(jūs)";
	font-size: 10px;
}

.profile-data {
	position: relative;
}

.profile-field.profile-name {
	display: none;
	position: absolute;
	top: -24px;
	left: 50%;
	background: black;
	color: white;
	padding: 4px 12px;
	border-radius: 4px;
	user-select: none;
}

.profile-field.profile-name.show {
	display: inline-block;
}

.profile-field.profile-avatar {
	position: relative;
	left: 0;
	z-index: 8;
	border: 1px solid;
	height: 24px;
	width: 24px;
}

.mb-header-login .profile-field.profile-avatar img {
	display: block;
}

.mb-header-login h2 {
	font-size: 12px;
	font-weight: bold;
}

.mb-header-login b {
	font-weight: bold;
	white-space: nowrap;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
	display: flex !important;
	gap: 10px;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
	display: none !important;
}

div.nsl-container .nsl-button-facebook[data-skin="white"] {
	display: flex;
	box-shadow: none !important;
	color: #1f1f1f !important;
	border: 1px solid #1f1f1f !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	height: 44px;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
	display: flex;
	box-shadow: none !important;
	color: #1f1f1f !important;
	border: 1px solid #1f1f1f !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	height: 44px;
}

a[href="https://medvokatas.lt/istorijos/"]::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(https://medvokatas.lt/wp-content/uploads/2025/08/lankytojo-istorija-700.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 60%;
	right: -26px;
	transform: translateY(-50%);
	z-index: 1;
}

.taxonomy-maisto_grupe:has(+ .taxonomy-turintys)::after {
	content: ", ";
}

.mb-tlk-wrapper {
	font-size: 10px;
	padding: 4px;
	max-width: 800px;
	margin: 0 auto;
}

.mb-tlk-node {
	margin-left: 20px;
	padding: 4px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.mb-tlk-label-wrapper {
	display: flex;
	align-items: center;
}

.mb-tlk-expand {
	cursor: pointer;
	width: 20px !important;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #888;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	user-select: none;
	background-color: #f9f9f9;
}

.mb-tlk-label {
	display: block;
	max-width: calc(100% - 30px);
}

span.mb-tlk-label-code strong {
	font-weight: 900;
}

.mb-tlk-leaf {
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #888;
	box-sizing: border-box;
	padding: 4px;
	margin-left: 20px;
}

.mb-hp-loop {
	max-width: 600px;
	min-width: 340px;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (max-width: 360px) {
	.mb-hp-loop {
		min-width: 300px;
	}

	.mb-hp-loop ul.wp-block-post-template li .wp-block-post-title {
		font-size: 12px !important;
	}

}

.mb-hp-loop ul.wp-block-post-template {
	position: relative;
	padding-left: 0;
	list-style: none;
	margin: 4rem auto;
	max-width: 900px;
}

.mb-hp-loop ul.wp-block-post-template::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	border-left: 1px solid #1f1f1f;
}

.mb-hp-loop ul.wp-block-post-template::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 6px);
	width: 11px;
	border: 1px solid #1f1f1f;
	height: 11px;
	border-radius: 50%;
	background-color: white;
}

.mb-hp-loop ul.wp-block-post-template li {
	position: relative;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.mb-hp-loop ul.wp-block-post-template li:nth-child(odd) {
	left: 0;
	text-align: right;
}

.mb-hp-loop ul.wp-block-post-template li:nth-child(odd) time {
	right: 0;
	transform: translateX(50%);
}

.mb-hp-loop ul.wp-block-post-template li:nth-child(even) {
	left: 50%;
}

.mb-hp-loop ul.wp-block-post-template li:nth-child(even) time {
	left: 0;
	transform: translateX(-50%);
}

.mb-hp-loop ul.wp-block-post-template li:nth-child(3) .ads-placeholder,
.mb-hp-loop ul.wp-block-post-template li:nth-child(7) .ads-placeholder,
.mb-hp-loop ul.wp-block-post-template li:nth-child(11) .ads-placeholder {
	display: block !important;
	padding: 0 !important;
}

.mb-hp-loop ul.wp-block-post-template li:nth-child(3) .ads-placeholder>.wp-block-group,
.mb-hp-loop ul.wp-block-post-template li:nth-child(7) .ads-placeholder>.wp-block-group,
.mb-hp-loop ul.wp-block-post-template li:nth-child(11) .ads-placeholder>.wp-block-group {
	background-color: #ffffff;
	box-shadow: 0 0px 0px 4px #ffffff;
	padding: 0 !important;
	min-height: 40px;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-group {
	border: 1px solid #1f1f1f;
	padding: 20px 8px 0 !important;
	position: relative;
	border-radius: 4px;
	top: 14px;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-group.ads-placeholder {
	display: none;
	margin-bottom: 50px;
	width: calc(200% + 40px);
	border: none !important;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-group p.ads-label {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 2px 6px;
	border-radius: 4px;
	box-shadow: 0 0px 0px 4px #ffffff;
	white-space: nowrap;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-post-title {
	margin-top: 0;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-post-date {
	position: relative;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-post-date time {
	position: absolute;
	top: 0;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 2px 6px;
	border-radius: 4px;
	box-shadow: 0 0px 0px 4px #ffffff;
	white-space: nowrap;
}

.mb-hp-loop ul.wp-block-post-template li .wp-block-post-date time a {
	text-decoration: none;
}

.mb-hp-loop ul.wp-block-post-template li .episode-links {
	margin: 1rem;
	text-align: center;
}

.mb-hp-loop ul.wp-block-post-template li .episode-links img.episode-icon {
	height: 24px;
	width: 24px;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.mb-hp-loop ul.wp-block-post-template li .taxonomy-post_tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 4px;
}

.mb-hp-loop ul.wp-block-post-template li .taxonomy-post_tag a {
	padding: 4px !important;
	margin: 0 !important;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #f5f5f5;
	color: #1f1f1f;
	text-transform: uppercase;
}

.mb-hp-loop ul.wp-block-post-template li .taxonomy-post_tag .wp-block-post-terms__separator {
	display: none;
}

.mb-hp-loop .mb-post-path {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	user-select: none;
	padding: 0 0 20px;
}

.mb-hp-loop .mb-post-path a,
.mb-hp-loop .mb-post-path span {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 10px;
	line-height: 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	text-align: center;
}

.mb-hp-loop .mb-post-path a {
	display: block;
	text-decoration: none;
	transition: color 0.2s ease;
	text-transform: uppercase;
	padding: 2px;
}

.mb-hp-loop .mb-post-path a[href="https://medvokatas.lt/istorijos/"]::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url("https://medvokatas.lt/wp-content/uploads/2025/08/lankytojo-istorija-700.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 60%;
	right: -26px;
	transform: translateY(-50%);
	z-index: 1;
}

.mb-hp-loop .mb-post-path a[href="https://medvokatas.lt/pusiau-rimtai/"]::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("https://medvokatas.lt/wp-content/uploads/2026/01/pusiau-rimtai.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 45%;
	right: -28px;
	transform: translateY(-50%);
	z-index: 1;
}

.mb-hp-loop .mb-post-path span::after {
	content: "";
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	display: inline-block;
	font-size: 0;
	padding: 0 !important;
	width: 0;
	height: 0;
	border-top: 10px solid #f5f5f5;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.mb-hp-loop .mb-post-path .mb-post-path-item-last {
	display: none;
}

.mb-hp-loop .mb-post-path .mb-post-path-separator {
	display: none;
}

body.medvokatas-page--profilis h1 {
	display: none;
}

header.wp-block-template-part a.mv-header-status-link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

header.wp-block-template-part .mv-header-status-avatar-img {
	border-radius: 50%;
}

header.wp-block-template-part .mv-header-status-tag {
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(29, 78, 216, .10);
	color: rgba(29, 78, 216, .95);
}

body.medvokatas-page--profilis .mv-profile {
	visibility: hidden;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	--mv-ink: #0b1220;
	--mv-muted: rgba(11, 18, 32, .68);
	--mv-border: rgba(11, 18, 32, .12);
	--mv-accent: #2563eb;
}

body.medvokatas-page--profilis.mv-ready .mv-profile {
	visibility: visible;
}

body.medvokatas-page--profilis .mv-profile-save-status {
	min-height: 18px;
	font-size: 12px;
	color: var(--mv-muted);
}

body.medvokatas-page--profilis .mv-profile-save-status[data-state="saving"] {
	color: rgba(37, 99, 235, .9);
}

body.medvokatas-page--profilis .mv-profile-save-status[data-state="error"] {
	color: rgba(220, 38, 38, .9);
}

body.medvokatas-page--profilis .mv-profile-panel {
	border: 1px solid #cccccc;
	border-radius: 12px;
	background: #ffffff;
	padding: 8px 0;
}

body.medvokatas-page--profilis .mv-profile-auth {
	padding: 16px 20px 0;
	cursor: pointer;
}

body.medvokatas-page--profilis .mv-profile-auth-link {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1a1a1a;
	text-decoration: none;
}

body.medvokatas-page--profilis .mv-profile-auth-avatar-img {
	border-radius: 999px;
	display: block;
	width: 32px;
	height: 32px;
}

body.medvokatas-page--profilis .mv-profile-auth-name {
	font-size: 18px;
	font-weight: 600;
}

body.medvokatas-page--profilis .mv-profile-auth-toggle {
	margin-left: auto;
	border: none;
	background: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}

body.medvokatas-page--profilis .mv-profile-auth-toggle-icon {
	font-size: 14px;
	opacity: 0.6;
	transition: transform 0.2s ease;
}

body.medvokatas-page--profilis .mv-profile-auth-toggle[aria-expanded="true"] .mv-profile-auth-toggle-icon {
	transform: rotate(180deg);
}

body.medvokatas-page--profilis .mv-profile-card {
	border: 1px solid var(--mv-border);
	border-radius: 18px;
	padding: 18px;
	background: #ffffff;
	box-shadow:
		0 14px 40px rgba(11, 18, 32, .08),
		0 2px 10px rgba(11, 18, 32, .06);
}

body.medvokatas-page--profilis .mv-profile-card.mv-profile-recommendations {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.medvokatas-page--profilis .mv-profile-business-grid {
	display: grid;
	gap: 14px;
}

body.medvokatas-page--profilis .mv-profile-business-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body.medvokatas-page--profilis .mv-profile-business-label {
	font-size: 12px;
	font-weight: 700;
	color: var(--mv-muted);
}

body.medvokatas-page--profilis .mv-profile-business-title {
	font-size: 13px;
	font-weight: 750;
	color: var(--mv-ink);
	margin-bottom: 4px;
}

body.medvokatas-page--profilis .mv-profile-business-phone {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.medvokatas-page--profilis .mv-profile-business-url {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap;
}

body.medvokatas-page--profilis .mv-profile-url-prefix,
body.medvokatas-page--profilis .mv-profile-url-suffix {
	font-size: 12px;
	color: var(--mv-muted);
	white-space: nowrap;
}

body.medvokatas-page--profilis .mv-profile-textarea {
	min-height: 80px;
	resize: vertical;
}

body.medvokatas-page--profilis .mv-profile-business-logo {
	gap: 10px;
}

body.medvokatas-page--profilis .mv-profile-logo-preview {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	border: 1px solid var(--mv-border);
	object-fit: cover;
}

body.medvokatas-page--profilis .mv-profile-data.is-collapsed {
	max-height: 0;
	opacity: 0;
	transition: max-height 0.25s ease, opacity 0.2s ease;
}

body.medvokatas-page--profilis .mv-profile-data {
	max-height: 2000px;
	opacity: 1;
	transition: max-height 0.25s ease, opacity 0.2s ease;
}

body.medvokatas-page--profilis .mv-profile-card-inner {
	display: grid;
	gap: 16px;
}

body.medvokatas-page--profilis .mv-profile-links-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.medvokatas-page--profilis .mv-profile-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

body.medvokatas-page--profilis .mv-profile-greeting {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

body.medvokatas-page--profilis .mv-profile-greeting-label {
	font-size: 13px;
	color: rgba(0, 0, 0, .55);
}

body.medvokatas-page--profilis .mv-profile-greeting-name {
	font-size: 18px;
	font-weight: 800;
	color: rgba(0, 0, 0, .9);
}

body.medvokatas-page--profilis .mv-profile-account-badge {
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(29, 78, 216, .10);
	color: rgba(29, 78, 216, .9);
}

body.medvokatas-page--profilis .mv-profile-section-title {
	display: none;
}

body.medvokatas-page--profilis .mv-profile-inline-note {
	font-size: 12px;
	color: var(--mv-muted);
	background: rgba(11, 18, 32, .04);
	padding: 10px 12px;
	border-radius: 12px;
	margin: 0;
}

body.medvokatas-page--profilis .mv-profile-recommendations #mv-profile-recommendations {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

body.medvokatas-page--profilis .mv-profile-recommendations #mv-profile-recommendations .user-profile-data {
	max-width: none;
	width: 100%;
	margin: 0;
}

body.medvokatas-page--profilis .mv-profile-recommendations #mv-profile-recommendations .user-profile-data__metrics-section,
body.medvokatas-page--profilis .mv-profile-recommendations #mv-profile-recommendations .user-profile-data__recommendations-section {
	margin: 0;
}

body.medvokatas-page--profilis #mv-profile-recommendations>* {
	border: 1px solid var(--mv-border);
	border-radius: 18px;
	padding: 18px;
	background: #ffffff;
	box-shadow: 0 14px 40px rgba(11, 18, 32, .08), 0 2px 10px rgba(11, 18, 32, .06);
}

@media (max-width: 980px) {
	body.medvokatas-page--profilis .mv-profile {
		display: flex;
		flex-direction: column;
	}
}

body.medvokatas-page--profilis .mv-profile-core.mv-profile-core--personal {
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: flex-start;
}

@media (max-width: 980px) {
	body.medvokatas-page--profilis .mv-profile-core.mv-profile-core--personal {
		display: flex;
		flex-direction: column;
		gap: 40px;
		align-items: stretch;
	}
}

body.medvokatas-page--profilis .mv-profile-card.mv-profile-recommendations {
	flex-grow: 1;
}

body.medvokatas-page--profilis .mv-profile-links-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 10px;
}

body.medvokatas-page--profilis .mv-profile-segments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.medvokatas-page--profilis .mv-profile-segments-item {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .7);
}

body.medvokatas-page--profilis .mv-profile-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(37, 99, 235, .35);
	color: var(--wp--preset--color--contrast) !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	transition: transform .06s ease, filter .15s ease, box-shadow .15s ease;
}

body.medvokatas-page--profilis .mv-profile-link:hover {
	filter: brightness(1.03);
}

body.medvokatas-page--profilis .mv-profile-link:active {
	transform: translateY(1px);
}

body.medvokatas-page--profilis .mv-profile-link:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .22);
}

body.medvokatas-page--profilis .mv-profile-link::before {
	content: "";
	position: absolute;
	inset: -40% -20%;
	background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, .25), transparent 40%),
		radial-gradient(circle at 70% 60%, rgba(255, 255, 255, .18), transparent 45%);
	opacity: .55;
	transform: rotate(10deg);
	pointer-events: none;
}

body.medvokatas-page--profilis .mv-profile-business-field {
	display: grid;
	gap: 6px;
}

body.medvokatas-page--profilis .mv-profile-business-label {
	font-size: 12px;
	color: var(--mv-muted);
}

body.medvokatas-page--profilis .mv-profile-business-phone {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.medvokatas-page--profilis .mv-profile-phone-prefix {
	font-size: 12px;
	color: var(--mv-muted);
	border: 1px solid rgba(11, 18, 32, .18);
	border-radius: 12px;
	padding: 8px 10px;
	background: rgba(11, 18, 32, .02);
}

body.medvokatas-page--profilis .mv-profile-orders-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

body.medvokatas-page--profilis .mv-profile-orders-item {
	display: grid;
	grid-template-columns: 1fr auto auto auto;
	gap: 8px;
	font-size: 12px;
	color: var(--mv-ink);
	background: rgba(11, 18, 32, .02);
	border: 1px solid var(--mv-border);
	border-radius: 12px;
	padding: 10px 12px;
}

body.medvokatas-page--profilis .mv-profile-orders-item span {
	white-space: nowrap;
}

body.medvokatas-page--profilis .mv-profile-auth-login {
	display: flex;
	justify-content: flex-start;
}

body.medvokatas-page--profilis .user-profile-data__input-section__data-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

body.medvokatas-page--profilis .user-profile-data__input-section__data-field--gender .user-profile-data__input-section__data-field__label,
body.medvokatas-page--profilis .user-profile-data__input-section__data-field--age .user-profile-data__input-section__data-field__label,
body.medvokatas-page--profilis .user-profile-data__input-section__data-field--height .user-profile-data__input-section__data-field__label,
body.medvokatas-page--profilis .user-profile-data__input-section__data-field--weight .user-profile-data__input-section__data-field__label {
	width: auto;
}

body.medvokatas-page--profilis .user-profile-data__input-section__form {
	display: block;
}

body.medvokatas-page--profilis .mv-profile-control {
	font-size: 12px;
	padding: 8px 10px;
	border: 1px solid rgba(11, 18, 32, .18);
	border-radius: 12px;
	background: rgba(11, 18, 32, .02);
	color: var(--mv-ink);
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

body.medvokatas-page--profilis .mv-profile-control:focus {
	border-color: rgba(37, 99, 235, .65);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
	background: #fff;
	outline: none;
}

body.medvokatas-page--profilis .user-profile-data__input-section__data-field__control {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.medvokatas-page--profilis .mv-select {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 4px 8px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 12px;
	cursor: pointer;
	min-width: 140px;
}

body.medvokatas-page--profilis .mv-select__chev {
	font-size: 10px;
	opacity: 0.6;
}


body.medvokatas-page--profilis .mv-select__menu {
	position: absolute;
	right: 0;
	top: calc(100% + 4px);
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	padding: 6px;
	display: grid;
	gap: 4px;
	min-width: 180px;
	z-index: 10;
}

body.medvokatas-page--profilis .mv-select__menu[hidden] {
	display: none !important;
}

body.medvokatas-page--profilis .mv-select__option {
	background: transparent;
	border: none;
	text-align: left;
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	color: #1a1a1a;
}

body.medvokatas-page--profilis .mv-select__option.is-active,
body.medvokatas-page--profilis .mv-select__option:hover {
	background: #f0f0f0;
}

body.medvokatas-page--profilis .user-profile-data__input-section__data-field__control {
	position: relative;
}

body.medvokatas-page--profilis .user-profile-data__input-section__form-actions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 12px;
}

body.medvokatas-page--profilis .mv-profile-edit-link,
body.medvokatas-page--profilis .mv-profile-edit-submit-link,
body.medvokatas-page--profilis .mv-profile-missing {
	background: none;
	border: none;
	padding: 0;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #1a1a1a;
	cursor: pointer;
}

body.medvokatas-page--profilis .mv-profile-edit-submit-link {
	display: none;
}

body.medvokatas-page--profilis .user-profile-data.is-editing .mv-profile-edit-link {
	display: none;
}

body.medvokatas-page--profilis .user-profile-data.is-editing .mv-profile-edit-submit-link {
	display: inline-flex;
}