.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
}
.woocommerce-MyAccount-navigation-link--bonus-system {
	order: -1;
}
.woocommerce-MyAccount-navigation-link--dashboard.is-active {
	order: -2;
}

form.woocommerce-EditAccountForm.edit-account {
	display: flex;
	flex-direction: column;
	width: 60%;
}
form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row.form-row:nth-child(1) {
	order: 1;
	width: 100%;
}
form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row.form-row:nth-child(2) {
	order: 2;
	width: 100%;
}
form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row.form-row:nth-child(4) {
	order: 3;
}
form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row.form-row:nth-child(6) {
	order: 4;
}
form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row.form-row:nth-child(10) {
    order: 5;
}
form.woocommerce-EditAccountForm.edit-account > fieldset {
	order: 7;
}
form.woocommerce-EditAccountForm.edit-account > p.woocommerce-form-row.form-row:nth-child(9) {
	order: 6;
	background: #dabeba;
	padding: 20px;
	border-radius: 10px;
}
@media (max-width: 768px) { 
	form.woocommerce-EditAccountForm.edit-account {
		width: 100%;
	}
}
/**
* Стилі сторінки "Програма вдячності VIDEM"
*/

.ld-bonus-page {
	max-width: 800px;
	padding: 20px 0;
}

/* Заголовок */
.ld-title {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 30px 0;
}

/* Повідомлення про день народження */
.ld-birthday-notice {
	background: #fff8e6;
	border: 1px solid #f0e0b0;
	padding: 15px 20px;
	border-radius: 4px;
	margin-bottom: 30px;
	font-size: 15px;
	color: #6b5a2e;
}

/* === Секція прогресу === */
.ld-progress-section {
	margin-bottom: 10px;
}

.ld-progress-header {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.ld-progress-left {
	flex: 1;
}

.ld-progress-amounts {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 8px;
}

.ld-amount-current {
	font-size: 24px;
	font-weight: 600;
	color: #1a1a1a;
}

.ld-amount-target {
	font-size: 24px;
	font-weight: 400;
	color: #888;
}

/* Блок з поточним % */
.ld-discount-box {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 12px 20px;
	min-width: 200px;
	flex-shrink: 0;
}

.ld-discount-value {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.ld-discount-value .ld-info-icon {
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.ld-discount-label {
	font-size: 12px;
	color: #888;
	line-height: 1.3;
}

.ld-discount-level {
	font-size: 12px;
	margin-top: 4px;
}

/* Прогрес-бар */
.ld-progress-bar {
	height: 6px;
	background: #e8e8e8;
	border-radius: 2px;
	overflow: hidden;
}

.ld-progress-fill {
	height: 100%;
	background: #dbbeba;
	border-radius: 2px;
	transition: width 0.5s ease;
}

/* Інфо під прогрес-баром */
.ld-progress-info {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 25px;
}

.ld-progress-info a {
	color: rgb(58,65,73);
	text-decoration: underline;
}

.ld-progress-info a:hover {
	color: #c9a5a3;
}

/* Кнопка каталогу - темна */
.ld-catalog-btn,
#ld-consult-trigger {
	display: inline-block;
	background: #3d3d3d;
	color: #fff;
	padding: 14px 44px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: none;
	border-radius: 100px;
	cursor: pointer;
	margin-bottom: 50px;
	transition: background 0.3s ease;
}

.ld-catalog-btn:hover,
#ld-consult-trigger:hover {
	background: #C5A4A0;
	color: #fff;
}

/* === Секція рівнів === */
.ld-levels-section {
	margin-bottom: 50px;
}

.ld-section-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 25px 0;
	color: #1a1a1a;
}

/* Список рівнів */
.ld-levels-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ld-level-item {
	display: flex;
	gap: 15px;
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.ld-level-item:last-child {
	border-bottom: none;
}

/* Маркер рівня */
.ld-level-marker {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d0d0d0;
	flex-shrink: 0;
	margin-top: 5px;
}

.ld-level-achieved .ld-level-marker {
	background: #dbbeba;
}

.ld-level-current .ld-level-marker {
	background: #dbbeba;
	box-shadow: 0 0 0 3px rgba(219, 190, 186, 0.3);
}

/* Контент рівня */
.ld-level-content {
	flex: 1;
}

.ld-level-name {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.ld-level-current .ld-level-name {
	color: #dbbeba;
}

/* Умови рівня */
.ld-level-conditions {
	list-style: disc;
	margin: 0;
	padding-left: 18px;
	color: #555;
	font-size: 13px;
	line-height: 1.6;
}

.ld-level-conditions li {
	margin-bottom: 2px;
}

/* === Секція "Важливо знати" === */
.ld-notice-section {
	margin-bottom: 50px;
}

.ld-notice-title {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.ld-notice-list {
	list-style: disc;
	margin: 0;
	padding-left: 18px;
	color: #555;
	font-size: 13px;
	line-height: 1.6;
}

/* === Секція додаткових бонусів === */
.ld-bonuses-section {
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
}

.ld-bonuses-title {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px 0;
	color: #1a1a1a;
}

.ld-bonus-item {
	margin-bottom: 30px;
}

.ld-bonus-item:last-child {
	margin-bottom: 0;
}

.ld-bonus-name {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.ld-bonus-desc {
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

.ld-bonus-desc strong {
	color: #1a1a1a;
}

/* Кнопка консультації - темна */
.ld-consult-btn {
	display: inline-block;
	background: #3d3d3d;
	color: #fff;
	padding: 12px 30px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 20px;
	transition: background 0.3s ease;
}

.ld-consult-btn:hover {
	background: #2a2a2a;
	color: #fff;
}

/* === Адаптив === */
@media (max-width: 768px) {
	.ld-title {
		font-size: 22px;
	}

	.ld-progress-header {
		flex-direction: column;
		gap: 20px;
	}

	.ld-progress-left {
		width: 100%;
	}

	.ld-amount-current,
	.ld-amount-target {
		font-size: 20px;
	}

	.ld-discount-box {
		width: 100%;
	}

	.ld-catalog-btn,
	.ld-consult-btn {
		display: block;
		text-align: center;
	}

	.ld-bonuses-title {
		font-size: 18px;
	}
}
