.dba-course-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* v1.1 stream A: spacing + selector polish */
.dba-course-sidebar {
	gap: 1.5rem;
}

.dba-course-sidebar__price {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
}

.dba-course-sidebar__enrollment-window {
	padding: 10px 12px;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

.dba-course-sidebar__facts {
	padding-top: 2px;
}

.dba-course-sidebar__facts-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dba-course-sidebar__fact {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.5;
}

.dba-course-sidebar__fact-icon {
	margin-top: 3px;
	color: #4b5563;
	font-size: 18px;
	line-height: 1;
}

.dba-course-sidebar__fact-text {
	min-width: 0;
}

.dba-course-sidebar__fact-label {
	font-weight: 600;
	color: #4b5563;
}

.dba-course-sidebar__fact-value {
	color: #4b5563;
}

.dba-course-sidebar__purchase-options {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dba-course-sidebar__purchase-options:focus {
	outline: none;
}

.dba-session-selector,
.dba-mode-selector {
	border: 0;
	padding: 0;
	margin: 0;
}

.dba-session-selector legend,
.dba-mode-selector legend {
	font-weight: 600;
	margin-bottom: 8px;
}

.dba-hint {
	font-size: 13px;
	font-weight: 400;
	color: #6d7175;
	margin-left: 6px;
}

.dba-session-option,
.dba-mode-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	margin-bottom: 6px;
	border: 1px solid #e3e5e8;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.dba-session-option:hover,
.dba-mode-option:hover {
	background: #f6f7f7;
	border-color: #c3c4c7;
}

.dba-session-option input[type="checkbox"],
.dba-session-option input[type="radio"],
.dba-mode-option input[type="radio"],
.dba-mode-option input[type="checkbox"] {
	margin: 0;
}

.dba-mode-selector__bundle-hint {
	margin: 10px 2px 0;
	font-size: 13px;
	color: #4b5563;
}

/* PROB-042 / TASK-050 follow-up: pre-purchase viewing-period hint. Mirrors
   the post-purchase .dba-course-sidebar__expiry-note mint callout so buyers
   see the same visual language before and after enrollment. */
.dba-mode-selector__expiry-note {
	margin: 10px 0 0;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #0f766e;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
}

.dba-mode-selector__placeholder,
.dba-mode-selector__auto {
	margin: 4px 0 10px;
	font-size: 13px;
	color: #6d7175;
}

.dba-mode-selector__auto {
	color: #1f2937;
	font-weight: 600;
}

.dba-mode-selector__options[hidden] {
	display: none;
}

/* v1.7.0 — per-agenda attendance picker for series_package courses.
   Brand-green primary (#00603b) anchors the bulk-apply chips so they read as
   secondary actions distinct from the muted mode-option rows. !important on
   `color` and `background` defends against Kadence's button reset, which
   defaults <button> text to inherit from theme tokens that match the chip
   background and turn it invisible. */
.dba-agenda-attendance-picker {
	margin-top: 14px;
}

.dba-agenda-attendance-picker__intro {
	margin: 4px 0 14px;
	font-size: 13px;
	line-height: 1.6;
	color: #4b5563;
}

.dba-agenda-attendance-picker__bulk {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px dashed #d6d8dc;
}

.dba-agenda-attendance-picker__bulk-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: 999px;
	border: 1.5px solid #00603b !important;
	background: #00603b !important;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 96, 59, 0.18);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.dba-agenda-attendance-picker__bulk-btn:hover {
	background: #004a2c !important;
	border-color: #004a2c !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 96, 59, 0.28);
}

.dba-agenda-attendance-picker__bulk-btn:focus-visible {
	outline: 3px solid rgba(0, 96, 59, 0.35);
	outline-offset: 2px;
}

.dba-agenda-attendance-picker__bulk-btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 96, 59, 0.18);
}

.dba-agenda-attendance-picker__bulk-btn::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.dba-agenda-attendance-picker__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dba-agenda-attendance-picker__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.dba-agenda-attendance-picker__row:hover {
	border-color: #c9cdd2;
	background: #f9fafb;
}

.dba-agenda-attendance-picker__row.is-missing {
	border-color: #ef4444;
	background: #fef2f2;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.dba-agenda-attendance-picker__label {
	flex: 1 1 140px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 120px;
}

.dba-agenda-attendance-picker__date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #111827;
	letter-spacing: 0.01em;
}

.dba-agenda-attendance-picker__title {
	font-size: 12px;
	line-height: 1.4;
	color: #6b7280;
}

.dba-agenda-attendance-picker__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.dba-agenda-attendance-picker__option {
	margin: 0;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.3;
	color: #1f2937;
	background: #ffffff;
	border: 1px solid #d1d5db;
}

.dba-mode-option.dba-agenda-attendance-picker__option:hover {
	border-color: #00603b;
	background: #ecfdf5;
}

.dba-mode-option.dba-agenda-attendance-picker__option:has(input[type="radio"]:checked) {
	border-color: #00603b;
	background: #00603b;
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 1px 2px rgba(0, 96, 59, 0.22);
}

.dba-mode-option.dba-agenda-attendance-picker__option:has(input[type="radio"]:checked) span {
	color: #ffffff;
}

.dba-mode-option.dba-agenda-attendance-picker__option:has(input[type="radio"]:focus-visible) {
	outline: 3px solid rgba(0, 96, 59, 0.35);
	outline-offset: 2px;
}

.dba-session-selector__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.dba-session-card {
	padding: 1rem;
	margin-bottom: 0;
}

.dba-session-card.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.dba-session-card.is-disabled:hover {
	background: #fff;
	border-color: #e3e5e8;
}

.dba-session-selector__placeholder,
.dba-session-selector__empty {
	margin: 4px 0 8px;
	font-size: 13px;
	color: #6d7175;
}

.dba-session-selector__empty {
	color: #b45309;
}

.dba-session-option__label {
	flex: 1;
}

.dba-session-option__seats {
	margin-left: auto;
	color: #6d7175;
	font-size: 13px;
}

.dba-course-sidebar__cta {
	margin-top: 4px;
}

.dba-course-sidebar__cta {
	margin-top: 1.5rem;
}

.dba-course-sidebar__cta--top {
	margin-top: 0;
}

.dba-course-sidebar__btn {
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #2563eb;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.dba-course-sidebar__btn:hover:not([disabled]) {
	background: #1d4ed8;
}

.dba-course-sidebar__btn[disabled] {
	background: #9ca3af;
	cursor: not-allowed;
}

.dba-course-sidebar__btn--free {
	background: #059669;
}

.dba-course-sidebar__btn--free:hover:not([disabled]) {
	background: #047857;
}

.dba-course-sidebar__btn--enrolled {
	background: #0f766e;
}

.dba-course-sidebar__btn--enrolled:hover:not([disabled]) {
	background: #115e59;
}

.dba-course-sidebar__cta-hint {
	margin-top: 8px;
	font-size: 13px;
	color: #d63638;
}

.dba-course-sidebar__live-pricing {
	padding: 12px;
	border: 1px solid #e3e5e8;
	border-radius: 8px;
	background: #f9fafb;
}

.dba-sidebar-package-summary {
	position: relative;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fafaf5;
}

.dba-sidebar-package-summary__title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.dba-sidebar-package-summary__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow: hidden;
	max-height: 11rem;
	transition: max-height 0.2s ease;
}

.dba-sidebar-package-summary__content.is-collapsed::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 72px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(250, 250, 245, 0) 0%, #fafaf5 78%);
}

.dba-sidebar-package-summary__content.is-expanded {
	max-height: min(45vh, 420px);
	overflow-y: auto;
	padding-right: 4px;
}

.dba-sidebar-package-summary__body,
.dba-sidebar-package-summary__meta {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #4b5563;
}

.dba-sidebar-package-summary__meta + .dba-sidebar-package-summary__meta,
.dba-sidebar-package-summary__body + .dba-sidebar-package-summary__meta {
	margin-top: 8px;
}

.dba-sidebar-package-summary__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	min-height: 34px;
	margin: -36px auto 0;
	padding: 7px 16px;
	border: 0;
	border-radius: 999px;
	background: #f2994a;
	box-shadow: 0 10px 22px rgba(242, 153, 74, 0.22);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
}

.dba-sidebar-package-summary__toggle:hover {
	background: #ea8a35;
	color: #fff;
}

.dba-sidebar-package-summary__content.is-expanded + .dba-sidebar-package-summary__toggle {
	margin-top: 12px;
	background: #f3f4f6;
	box-shadow: none;
	color: #374151;
}

.dba-sidebar-package-summary__content.is-expanded + .dba-sidebar-package-summary__toggle:hover {
	background: #e5e7eb;
	color: #111827;
}

.dba-live-pricing__row {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #374151;
}

.dba-live-pricing__row + .dba-live-pricing__row {
	margin-top: 6px;
}

.dba-live-pricing__row--subtotal {
	padding-top: 8px;
	border-top: 1px dashed #d1d5db;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

.dba-mode-selector__primary-note {
	margin: -4px 0 12px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.6;
}

/* Dashboard */
.dba-dashboard-my-courses {
	padding: 16px 0;
}

.dba-dashboard-my-courses h2 {
	margin: 0 0 16px;
	font-size: 22px;
}

.dba-dashboard-empty {
	color: #6d7175;
}

.dba-dashboard-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e3e5e8;
	border-radius: 6px;
	overflow: hidden;
}

.dba-dashboard-table th,
.dba-dashboard-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #f0f1f2;
	font-size: 14px;
	vertical-align: top;
}

.dba-dashboard-table th {
	background: #f6f7f7;
	font-weight: 600;
}

.dba-dashboard-table tr:last-child td {
	border-bottom: 0;
}

.dba-dashboard-table a {
	color: #2563eb;
	text-decoration: none;
}

.dba-dashboard-table a:hover {
	text-decoration: underline;
}

/* v1.5.9: outer .tutor-single-course-sidebar stickiness is now owned by
 * sen-xiao-fu-da-tutor-cta-sync v1.1.0+. Removed the inner-card sticky
 * rule that previously pinned .dba-course-sidebar-card at top: 80px,
 * which was double-pinning the card inside the outer scroll container
 * and creating an 80px empty band above it. See
 * docs/ai-collab/specs/site-spec.md REQ-004 + cta-sync README v1.1.0. */

/* v1.0.1: order/session visibility + dashboard surfaces per spec §4.4 / §4.5 */
.dba-order-summary {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border: 1px solid #e3e5e8;
	border-radius: 12px;
}

.dba-order-summary h2 {
	margin: 0 0 16px;
	font-size: 24px;
}

.dba-order-summary__course + .dba-order-summary__course {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0f1f2;
}

.dba-order-summary__course h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.dba-order-summary__mode-summary {
	margin: 0 0 12px;
	color: #4b5563;
	font-size: 14px;
}

.dba-order-summary__sessions {
	margin: 0;
	padding-left: 20px;
}

.dba-order-summary__sessions li + li {
	margin-top: 12px;
}

.dba-order-summary__entry {
	margin: 12px 0 0;
	font-size: 13px;
	color: #6d7175;
}

.dba-dashboard-upcoming {
	margin-bottom: 24px;
}

.dba-dashboard-upcoming__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 420px;
	overflow-y: auto;
}

.dba-dashboard-upcoming__item {
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f1f2;
}

.dba-dashboard-upcoming__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.dba-dashboard-upcoming__course {
	font-weight: 600;
	color: #111827;
	text-decoration: none;
}

.dba-dashboard-upcoming__course:hover {
	text-decoration: underline;
}

.dba-dashboard-upcoming__meta {
	margin-top: 4px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
}

/* v1.2: Dashboard tab — 即將上課 */
.dba-dashboard-upcoming-page__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dba-dashboard-upcoming-page__item {
	border: 1px solid #e3e5e8;
	border-radius: 10px;
	background: #fff;
}

.dba-dashboard-upcoming-page__row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
	justify-content: space-between;
}

.dba-dashboard-upcoming-page__main {
	flex: 1 1 320px;
	min-width: 0;
}

.dba-dashboard-upcoming-page__course {
	display: inline-block;
	margin-bottom: 8px;
	text-decoration: none;
}

.dba-dashboard-upcoming-page__course:hover {
	text-decoration: underline;
}

.dba-dashboard-upcoming-page__meta-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	font-size: 14px;
	color: #4b5563;
}

.dba-dashboard-upcoming-page__meta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.6;
}

.dba-dashboard-upcoming-page__meta-time {
	margin-left: 6px;
	color: #6b7280;
}

.dba-dashboard-upcoming-page__meta--hint {
	color: #047857;
}

.dba-dashboard-upcoming-page__meta--hint-expired {
	color: #b91c1c;
}

.dba-dashboard-upcoming-page__badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 10px;
	border-radius: 999px;
	background: #f3f4f6;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
}

.dba-dashboard-upcoming-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
}

.dba-dashboard-upcoming-page__empty {
	border: 1px dashed #d1d5db;
	background: #fafafa;
	border-radius: 10px;
}

@media (max-width: 640px) {
	.dba-dashboard-upcoming-page__row {
		flex-direction: column;
	}

	.dba-dashboard-upcoming-page__actions {
		width: 100%;
	}

	.dba-dashboard-upcoming-page__actions .tutor-btn {
		flex: 1 1 auto;
	}
}

.dba-dashboard-upcoming__link,
.dba-dashboard-course-detail__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-size: 13px;
}

.dba-dashboard-course-detail {
	margin-top: 24px;
	margin-bottom: 24px;
}

.dba-dashboard-course-detail__summary {
	margin: 0 0 16px;
	color: #4b5563;
	font-size: 14px;
}

.dba-dashboard-course-detail__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dba-dashboard-course-detail__item {
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f1f2;
}

.dba-dashboard-course-detail__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.dba-dashboard-course-detail__item-title {
	font-weight: 600;
	color: #111827;
}

.dba-dashboard-course-detail__meta {
	margin-top: 6px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
}

/* Single-course schedule tab */
.dba-course-schedule-tab {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dba-course-schedule-tab__summary {
	padding: 16px 18px;
	border-radius: 12px;
	background: #f7f4ea;
	color: #4b5563;
	line-height: 1.7;
}

.dba-course-schedule-tab__summary p {
	margin: 0;
}

.dba-course-schedule-tab__summary p + p {
	margin-top: 4px;
}

.dba-course-schedule-tab__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dba-course-schedule-card {
	padding: 18px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

.dba-course-schedule-card__eyebrow {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	color: #8b5e3c;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dba-course-schedule-card__title {
	margin: 0;
	font-size: 21px;
	line-height: 1.35;
	color: #111827;
}

.dba-course-schedule-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 10px;
	font-size: 14px;
	color: #4b5563;
}

.dba-course-schedule-card__meta strong {
	color: #111827;
}

.dba-course-schedule-card__link {
	margin-left: 6px;
	font-weight: 700;
	color: #0f766e;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dba-course-schedule-card__modes {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.dba-course-schedule-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #f3f4f6;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
}

.dba-course-schedule-card__description {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.8;
	color: #374151;
}

/* ==========================================================================
   Owned-state sidebar (TASK-038 / PROB-026)
   ========================================================================== */

.dba-course-sidebar--owned {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dba-course-sidebar__owned-heading {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #0f766e;
	text-transform: uppercase;
}

.dba-course-sidebar__owned-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dba-course-sidebar__owned-card {
	padding: 14px 16px;
}

.dba-course-sidebar__owned-card .dba-course-schedule-card__title {
	font-size: 17px;
}

.dba-course-sidebar__owned-card .dba-course-schedule-card__meta {
	font-size: 13px;
	gap: 6px 12px;
	margin-top: 6px;
}

.dba-course-sidebar__owned-actions {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dba-course-sidebar__owned-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #0f766e;
	background: #ccfbf1;
	text-decoration: none;
}

.dba-course-sidebar__owned-link:hover {
	background: #99f6e4;
	color: #115e59;
}

.dba-course-sidebar__owned-body--upsell {
	gap: 12px;
}

.dba-course-sidebar__expiry-note {
	margin: 0 0 8px;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #0f766e;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
}

.dba-course-sidebar__expiry-note--expired {
	color: #b91c1c;
	background: #fef2f2;
	border-color: #fecaca;
}

.dba-course-sidebar__upsell--repurchase {
	border-color: #fecaca;
	background: #fef2f2;
}

.dba-course-sidebar__upsell--repurchase .dba-course-sidebar__upsell-eyebrow {
	color: #b91c1c;
}

.dba-course-sidebar__upsell--repurchase .dba-course-sidebar__upsell-title,
.dba-course-sidebar__upsell--repurchase .dba-course-sidebar__upsell-copy {
	color: #7f1d1d;
}

.dba-course-sidebar__owned-compact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dba-course-sidebar__owned-compact-item {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 14px;
	color: #374151;
}

.dba-course-sidebar__owned-compact-dot {
	color: #0f766e;
	font-weight: 700;
}

.dba-course-sidebar__upsell {
	padding: 14px 16px;
	border: 1px solid #fde68a;
	border-radius: 12px;
	background: #fffbeb;
}

.dba-course-sidebar__upsell-eyebrow {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #b45309;
	text-transform: uppercase;
}

.dba-course-sidebar__upsell-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	color: #92400e;
}

.dba-course-sidebar__upsell-copy {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: #78350f;
}

.dba-course-sidebar__upsell-price {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #b45309;
}

.dba-course-sidebar__btn--owned {
	background: #0f766e;
}

.dba-course-sidebar__btn--owned[disabled] {
	background: #0f766e;
	opacity: 0.75;
	cursor: default;
}

.dba-course-sidebar__btn--owned_upsell {
	background: #d97706;
}

.dba-course-sidebar__btn--owned_upsell:hover:not([disabled]) {
	background: #b45309;
}
