/**
 * Bundle purchase picker (PLAN P1).
 *
 * Only the bundle-specific layout lives here; the session / mode option styling
 * is shared with the single-course sidebar (assets/css/frontend.css), which this
 * stylesheet depends on.
 */

.dba-bundle-purchase {
	margin-top: 20px;
}

.dba-bundle-purchase__intro {
	margin: 0 0 12px;
	font-size: 14px;
	color: #4b5563;
}

.dba-bundle-purchase__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dba-bundle-course {
	padding: 14px;
	border: 1px solid #e3e5e8;
	border-radius: 8px;
	background: #fff;
}

.dba-bundle-course.is-incomplete {
	border-color: #f0b849;
}

.dba-bundle-course--excluded {
	background: #f6f7f7;
}

.dba-bundle-course__title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.dba-bundle-course__title a {
	color: inherit;
	text-decoration: none;
}

.dba-bundle-course__title a:hover,
.dba-bundle-course__title a:focus-visible {
	text-decoration: underline;
}

.dba-bundle-course__notice {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	color: #4b5563;
}

.dba-bundle-course__notice--excluded {
	color: #8a6116;
}

.dba-bundle-course__badge {
	flex: none;
	padding: 2px 8px;
	border-radius: 999px;
	background: #eef1f4;
	color: #4b5563;
	font-size: 12px;
	font-weight: 600;
}

.dba-bundle-course__sessions,
.dba-bundle-course__modes,
.dba-bundle-course__addons {
	margin-bottom: 10px;
}

.dba-bundle-course__meta {
	margin: 0 0 10px;
	font-size: 13px;
	color: #4b5563;
}

.dba-bundle-course .dba-mode-option.is-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.dba-bundle-course__agenda {
	margin-top: 4px;
	padding-top: 10px;
	border-top: 1px dashed #e3e5e8;
}

.dba-bundle-course__agenda-intro {
	margin: 0 0 6px;
	font-size: 13px;
	color: #6d7175;
}

.dba-bundle-course__agenda-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dba-bundle-course__agenda-item {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 13px;
	color: #4b5563;
}

.dba-bundle-course__agenda-date {
	font-weight: 600;
}

.dba-bundle-purchase__hint {
	margin: 10px 0 0;
	font-size: 13px;
	color: #b32d2e;
}

.dba-bundle-purchase__login-text {
	margin: 0;
	font-size: 14px;
	color: #4b5563;
}
