.tpmp-member-price-wrap {
	margin-top: 8px;
	width: 100%;
}

/* Force theme price row to stack label/value vertically for member prices. */
.edublink-course-meta-informations li.course-price,
.edublink-course-meta-informations li.edublink-course-details-features-item.course-price {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 6px;
}

.edublink-course-meta-informations li.course-price .edublink-course-feature-item-label,
.edublink-course-meta-informations li.edublink-course-details-features-item.course-price .edublink-course-feature-item-label,
.edublink-course-meta-informations li.course-price .edublink-course-feature-item-value,
.edublink-course-meta-informations li.edublink-course-details-features-item.course-price .edublink-course-feature-item-value {
	display: block !important;
	width: 100% !important;
}

.tpmp-member-price-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
}

.tpmp-member-price-item {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	border: 1px solid #dbe1e8;
	border-radius: 8px;
	background: #fff;
}

.tpmp-member-price-wrap .tpmp-member-price-list .tpmp-member-price-item {
	padding: 12px 16px !important;
}

.tpmp-member-price-item.is-current {
	border-color: #2ecc71;
	background: #f0fdf4;
}

.tpmp-member-price-label {
	display: block;
	margin: 0 0 6px;
	color: #1f2937;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.tpmp-member-price-value {
	display: block;
	margin: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.tpmp-member-price-value .amount {
	color: inherit;
	font-weight: inherit;
}

.tpmp-member-price-current {
	display: inline-block;
	margin-top: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #2ecc71;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
}

.tpmp-member-price-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: #2ecc71;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.tpmp-member-price-teaser {
	margin: 8px 0 0;
	color: #6b7280;
	font-size: 12px;
	font-style: italic;
}

.tpmp-member-price-teaser a {
	color: inherit;
	text-decoration: underline;
}

/* Bundle details: per-course registration action on the right side */
.tutor-bundle-course-list-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.tpmp-bundle-course-action {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 170px;
	padding-left: 16px;
}

.tpmp-bundle-register-btn {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.tutor-bundle-course-list-wrapper {
		flex-wrap: wrap;
	}

	.tpmp-bundle-course-action {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		justify-content: flex-start;
	}
}
