:root {
	--sabin-green: #6ac847;
	--sabin-green-dark: #397f25;
	--sabin-green-soft: #eaf8e4;
	--sabin-navy: #0e2238;
	--sabin-navy-2: #183a57;
	--sabin-blue: #397cc0;
	--sabin-text: #17212b;
	--sabin-muted: #64748b;
	--sabin-line: #dfe7ee;
	--sabin-bg: #f5f8fa;
	--sabin-white: #fff;
	--sabin-danger: #b91c1c;
	--sabin-shadow: 0 14px 38px rgba(14, 34, 56, .08);
}

.sabin-auth,
.woocommerce-MyAccount-content [class^="sabin-"],
.woocommerce-MyAccount-content [class*=" sabin-"] {
	box-sizing: border-box;
}

.sabin-auth *,
.woocommerce-MyAccount-content [class^="sabin-"] *,
.woocommerce-MyAccount-content [class*=" sabin-"] * {
	box-sizing: border-box;
}

/* Authentication */
.sabin-auth {
	position: relative;
	overflow: hidden;
	width: min(680px, 100%);
	margin: 28px auto;
	padding: 30px;
	border: 1px solid var(--sabin-line);
	border-radius: 24px;
	background: var(--sabin-white);
	box-shadow: var(--sabin-shadow);
	direction: rtl;
}

.sabin-auth::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--sabin-green), var(--sabin-blue));
}

.sabin-auth.is-loading {
	opacity: .72;
	pointer-events: none;
}

.sabin-auth__head {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sabin-auth__head h2 {
	margin: 0 0 5px;
	color: var(--sabin-navy);
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.5;
}

.sabin-auth__head p {
	margin: 0;
	color: var(--sabin-muted);
}

.sabin-auth__icon {
	flex: 0 0 50px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	background: var(--sabin-navy);
	color: var(--sabin-green);
	font-size: 28px;
}

.sabin-auth__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin: 22px 0 16px;
	padding: 5px;
	border-radius: 14px;
	background: var(--sabin-bg);
}

.sabin-auth__tabs button {
	min-height: 42px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--sabin-muted);
	font-weight: 800;
	cursor: pointer;
}

.sabin-auth__tabs button.is-active {
	background: var(--sabin-white);
	color: var(--sabin-navy);
	box-shadow: 0 3px 12px rgba(14, 34, 56, .08);
}

.sabin-auth label,
.sabin-ticket-form label,
.sabin-reply-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--sabin-text);
	font-weight: 700;
}

.sabin-auth__field,
.sabin-checkout-code {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.sabin-auth__field input,
.sabin-ticket-form input[type="text"],
.sabin-ticket-form select,
.sabin-ticket-form textarea,
.sabin-reply-form textarea,
.sabin-reply-form input[type="file"] {
	width: 100%;
	min-width: 0;
	min-height: 46px;
	border: 1px solid var(--sabin-line);
	border-radius: 12px;
	background: var(--sabin-white);
	padding: 11px 13px;
	color: var(--sabin-text);
	box-shadow: none;
}

.sabin-auth__field input:focus,
.sabin-ticket-form input:focus,
.sabin-ticket-form select:focus,
.sabin-ticket-form textarea:focus,
.sabin-reply-form textarea:focus {
	border-color: var(--sabin-blue);
	outline: 0;
	box-shadow: 0 0 0 4px rgba(57, 124, 192, .11);
}

.sabin-auth__field .button,
.sabin-checkout-code .button {
	flex: 0 0 auto;
	white-space: nowrap;
}

.sabin-consent {
	display: flex !important;
	align-items: flex-start;
	gap: 8px;
	margin-top: 12px;
	color: var(--sabin-muted) !important;
	font-weight: 400 !important;
}

.sabin-consent input {
	flex: 0 0 auto;
	width: auto;
	margin-top: 5px;
}

.sabin-auth__timer {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.sabin-auth__timer button {
	border: 0;
	background: none;
	color: var(--sabin-green-dark);
	cursor: pointer;
}

.sabin-auth-message {
	min-height: 24px;
	margin-top: 12px;
	font-size: .92rem;
}

.sabin-auth-message.is-error { color: var(--sabin-danger); }
.sabin-auth-message.is-success { color: var(--sabin-green-dark); }

.sabin-checkout-verify {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid var(--sabin-line);
	border-radius: 18px;
	background: var(--sabin-bg);
}

.sabin-checkout-verify h3 { margin: 0 0 7px; color: var(--sabin-navy); }
.sabin-checkout-verify p { margin-top: 0; color: var(--sabin-muted); }
.sabin-checkout-code { margin-top: 10px; }
.sabin-checkout-code input {
	width: min(190px, 100%);
	min-height: 44px;
	border: 1px solid var(--sabin-line);
	border-radius: 11px;
	padding: 8px 12px;
	text-align: center;
	letter-spacing: 7px;
}

/* Student account */
.woocommerce-MyAccount-content .sabin-dashboard-intro {
	position: relative;
	overflow: hidden;
	padding: clamp(22px, 3vw, 32px);
	border-radius: 22px;
	background:
		radial-gradient(circle at 8% 5%, rgba(106, 200, 71, .24), transparent 34%),
		linear-gradient(135deg, var(--sabin-navy), var(--sabin-navy-2));
	color: var(--sabin-white);
}

.woocommerce-MyAccount-content .sabin-dashboard-intro::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .08;
	background-image:
		linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
	background-size: 30px 30px;
	pointer-events: none;
}

.woocommerce-MyAccount-content .sabin-dashboard-intro > * { position: relative; z-index: 1; }
.woocommerce-MyAccount-content .sabin-dashboard-intro h2 {
	margin: 5px 0;
	color: var(--sabin-white);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}
.woocommerce-MyAccount-content .sabin-dashboard-intro p { margin: 0; color: #d8e3ec; }

.sabin-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--sabin-green-dark);
	font-size: .78rem;
	font-weight: 900;
}

.sabin-kicker::before {
	content: "";
	width: 18px;
	height: 3px;
	border-radius: 999px;
	background: var(--sabin-green);
}

.sabin-dashboard-intro .sabin-kicker { color: var(--sabin-green); }

.woocommerce-MyAccount-content .sabin-account-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 12px;
	margin: 18px 0 8px;
}

.woocommerce-MyAccount-content .sabin-account-stats a {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 17px;
	border: 1px solid var(--sabin-line);
	border-radius: 16px;
	background: var(--sabin-white);
	color: inherit;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woocommerce-MyAccount-content .sabin-account-stats a:hover {
	transform: translateY(-2px);
	border-color: #badba9;
	box-shadow: 0 10px 24px rgba(14, 34, 56, .07);
}

.sabin-account-stats strong {
	overflow-wrap: anywhere;
	color: var(--sabin-navy);
	font-size: 1.08rem;
	line-height: 1.45;
}

.sabin-account-stats span { color: var(--sabin-muted); font-size: .82rem; }

.sabin-account-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 20px;
}

.sabin-account-heading h2 {
	margin: 4px 0 3px;
	color: var(--sabin-navy);
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.sabin-account-heading p { max-width: 720px; margin: 4px 0 0; color: var(--sabin-muted); }

.sabin-my-courses { display: grid; gap: 15px; }

.sabin-my-course {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 18px;
	padding: 14px;
	border: 1px solid var(--sabin-line);
	border-radius: 20px;
	background: var(--sabin-white);
}

.sabin-my-course__image {
	display: block;
	min-width: 0;
	border-radius: 14px;
	overflow: hidden;
	background: var(--sabin-navy);
}

.sabin-my-course__image img {
	width: 100%;
	height: 132px;
	object-fit: cover;
	border-radius: 0;
}

.sabin-my-course__body { min-width: 0; }
.sabin-my-course__body h3 { margin: 7px 0 4px; color: var(--sabin-navy); font-size: 1.05rem; }
.sabin-my-course__body h3 a { overflow-wrap: anywhere; }
.sabin-my-course__body p { margin: 0 0 12px; color: var(--sabin-muted); font-size: .82rem; }

.sabin-course-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-content .sabin-course-actions .button,
.woocommerce-MyAccount-content .sabin-license-card .button,
.woocommerce-MyAccount-content .sabin-plan .button,
.woocommerce-MyAccount-content .sabin-empty .button,
.woocommerce-MyAccount-content .sabin-reply-form .button,
.woocommerce-MyAccount-content .sabin-ticket-form .button {
	width: auto;
	max-width: 100%;
	min-height: 40px;
	padding: 0 14px;
	white-space: normal;
	text-align: center;
	line-height: 1.45;
}

.sabin-access-badge,
.sabin-status {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	border-radius: 999px;
	padding: 5px 10px;
	background: var(--sabin-green-soft);
	color: var(--sabin-green-dark);
	font-size: .73rem;
	font-weight: 900;
}

.sabin-status--closed,
.sabin-status--failed { background: #fee2e2; color: #991b1b; }
.sabin-status--completed,
.sabin-status--answered { background: var(--sabin-green-soft); color: var(--sabin-green-dark); }

.sabin-license-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.sabin-license-card {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--sabin-line);
	border-radius: 18px;
	background: var(--sabin-white);
}

.sabin-license-card > div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 18px;
}

.sabin-license-card > div:first-child span {
	min-width: 0;
	overflow-wrap: anywhere;
	color: var(--sabin-navy);
	font-weight: 800;
}

.sabin-license-card > div:first-child small { flex: 0 0 auto; color: var(--sabin-muted); }
.sabin-license-card label { display: block; color: var(--sabin-muted); font-size: .8rem; }

.sabin-copy-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin: 8px 0 15px;
}

.sabin-copy-row code {
	display: block;
	min-width: 0;
	padding: 12px;
	border-radius: 10px;
	background: var(--sabin-navy);
	color: #dfffd4;
	word-break: break-all;
	text-align: left;
}

.sabin-ticket-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
	gap: 18px;
	align-items: start;
}

.sabin-ticket-list,
.sabin-ticket-form,
.sabin-reply-form,
.sabin-plan {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--sabin-line);
	border-radius: 18px;
	background: var(--sabin-white);
}

.sabin-ticket-list h3,
.sabin-ticket-form h3 { margin-top: 0; color: var(--sabin-navy); }
.sabin-ticket-form p { margin: 0 0 14px; }

.sabin-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.sabin-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--sabin-line);
	border-radius: 14px;
	background: var(--sabin-white);
}

.sabin-table-wrap table {
	width: 100%;
	min-width: 620px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	background: transparent;
}

.sabin-table-wrap th,
.sabin-table-wrap td {
	padding: 12px 13px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--sabin-line) !important;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}

.sabin-table-wrap thead th {
	background: #f8fafc;
	color: var(--sabin-navy);
	font-size: .8rem;
}

.sabin-table-wrap tbody tr:last-child td { border-bottom: 0 !important; }
.sabin-muted { color: var(--sabin-muted); }

.sabin-thread { display: grid; gap: 12px; }

.sabin-message {
	width: fit-content;
	max-width: min(86%, 760px);
	padding: 17px;
	border: 1px solid var(--sabin-line);
	border-radius: 18px;
	background: var(--sabin-white);
}

.sabin-message.is-staff {
	margin-right: auto;
	background: #edf8e9;
	border-color: #caeabb;
}

.sabin-message header {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(100, 116, 139, .18);
}

.sabin-message time { color: var(--sabin-muted); font-size: .76rem; }
.sabin-message p:last-child { margin-bottom: 0; }
.sabin-reply-form { margin-top: 18px; }

.sabin-balance-card {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 24px;
	margin-bottom: 18px;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--sabin-navy), #234b6b);
	color: var(--sabin-white);
}

.sabin-balance-card strong { color: var(--sabin-green); font-size: clamp(1.35rem, 3vw, 1.8rem); }
.sabin-balance-card small { color: #d4e1ea; }
.sabin-plan { margin-bottom: 18px; }

.sabin-plan header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 15px;
}

.sabin-plan header h3 { margin: 0 0 7px; color: var(--sabin-navy); }

.sabin-empty {
	padding: clamp(26px, 5vw, 42px);
	text-align: center;
	border: 1px dashed #bccbd7;
	border-radius: 20px;
	background: var(--sabin-bg);
}

.sabin-empty h3 { margin-top: 0; color: var(--sabin-navy); }

@media (max-width: 1100px) {
	.sabin-ticket-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
	.sabin-license-grid { grid-template-columns: 1fr; }
	.sabin-my-course { grid-template-columns: 145px minmax(0, 1fr); }
}

@media (max-width: 600px) {
	.sabin-auth { margin: 18px auto; padding: 20px; border-radius: 18px; }
	.sabin-auth__head { align-items: flex-start; }
	.sabin-auth__field,
	.sabin-checkout-code { flex-direction: column; }
	.sabin-auth__field .button,
	.sabin-checkout-code .button { width: 100%; }
	.sabin-checkout-code input { width: 100%; }
	.sabin-account-heading { display: block; }
	.sabin-my-course { grid-template-columns: 1fr; }
	.sabin-my-course__image img { height: 190px; }
	.sabin-course-actions { display: grid; grid-template-columns: 1fr; }
	.woocommerce-MyAccount-content .sabin-course-actions .button { width: 100%; }
	.sabin-form-grid { grid-template-columns: 1fr; }
	.sabin-copy-row { grid-template-columns: 1fr; }
	.sabin-copy-row .button { width: 100% !important; }
	.sabin-message { width: 100%; max-width: 100%; }
	.sabin-message.is-staff { margin-right: 0; }
	.sabin-message header,
	.sabin-plan header { flex-direction: column; }
	.sabin-table-wrap { border-radius: 12px; }
}

/* ========================================================================
   Sabin Core 1.2.0 — student dashboard UI
   ======================================================================== */

.woocommerce-MyAccount-content .sabin-dashboard-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 22px;
	background:
		radial-gradient(circle at 8% 0, rgba(106,200,71,.28), transparent 33%),
		linear-gradient(135deg, #0a2033, #174b70);
	color: #fff;
	box-shadow: 0 18px 42px rgba(14,34,56,.15);
}

.woocommerce-MyAccount-content .sabin-dashboard-intro__copy {
	position: relative;
	z-index: 1;
	min-width: 0;
	max-width: 680px;
}

.woocommerce-MyAccount-content .sabin-dashboard-intro__actions {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-content .sabin-dashboard-intro__actions .button {
	min-height: 42px;
}

.woocommerce-MyAccount-content .sabin-button-ghost {
	border-color: rgba(255,255,255,.22) !important;
	background: rgba(255,255,255,.08) !important;
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.woocommerce-MyAccount-content .sabin-account-stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.woocommerce-MyAccount-content .sabin-account-stats > a {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 15px;
	border: 1px solid var(--sabin-line);
	border-radius: 16px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 7px 20px rgba(14,34,56,.04);
}

.woocommerce-MyAccount-content .sabin-account-stats > a:hover {
	transform: translateY(-2px);
	border-color: #badba9;
	box-shadow: 0 12px 26px rgba(14,34,56,.08);
}

.woocommerce-MyAccount-content .sabin-account-stats > a > div {
	min-width: 0;
}

.woocommerce-MyAccount-content .sabin-stat-icon {
	flex: 0 0 38px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--sabin-green-soft);
	color: var(--sabin-green-dark);
	font-size: 1.05rem;
	font-weight: 900;
}

.woocommerce-MyAccount-content .sabin-account-stats strong {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: var(--sabin-navy);
	font-size: 1.05rem;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce-MyAccount-content .sabin-account-stats span:not(.sabin-stat-icon) {
	display: block;
	color: var(--sabin-muted);
	font-size: .74rem;
	line-height: 1.55;
}

.woocommerce-MyAccount-content .sabin-dashboard-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(230px, .55fr);
	gap: 16px;
	align-items: start;
	margin-top: 16px;
}

.woocommerce-MyAccount-content .sabin-dashboard-stack {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.woocommerce-MyAccount-content .sabin-dashboard-card {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--sabin-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(14,34,56,.045);
}

.woocommerce-MyAccount-content .sabin-dashboard-card--tickets {
	margin-top: 16px;
}

.woocommerce-MyAccount-content .sabin-dashboard-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.woocommerce-MyAccount-content .sabin-dashboard-card__head h3 {
	margin: 3px 0 0;
	color: var(--sabin-navy);
	font-size: 1.05rem;
	line-height: 1.55;
}

.woocommerce-MyAccount-content .sabin-dashboard-card__head > a {
	flex: 0 0 auto;
	padding-top: 6px;
	color: var(--sabin-green-dark);
	font-size: .76rem;
	font-weight: 900;
}

.woocommerce-MyAccount-content .sabin-dashboard-courses {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.woocommerce-MyAccount-content .sabin-dashboard-course {
	min-width: 0;
	border: 1px solid var(--sabin-line);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.woocommerce-MyAccount-content .sabin-dashboard-course__media {
	display: grid;
	place-items: center;
	height: 120px;
	background: linear-gradient(145deg, #0c2a43, #397cc0);
	color: #fff;
	font-size: 2.1rem;
	overflow: hidden;
}

.woocommerce-MyAccount-content .sabin-dashboard-course__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-MyAccount-content .sabin-dashboard-course__body {
	min-width: 0;
	padding: 13px;
}

.woocommerce-MyAccount-content .sabin-access-pill {
	display: inline-flex;
	padding: 4px 7px;
	border-radius: 7px;
	background: var(--sabin-green-soft);
	color: var(--sabin-green-dark);
	font-size: .66rem;
	font-weight: 900;
}

.woocommerce-MyAccount-content .sabin-dashboard-course h4 {
	min-height: 3.2em;
	margin: 8px 0 5px;
	color: var(--sabin-navy);
	font-size: .88rem;
	line-height: 1.65;
}

.woocommerce-MyAccount-content .sabin-dashboard-course h4 a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce-MyAccount-content .sabin-dashboard-course small {
	display: block;
	margin-bottom: 11px;
	color: var(--sabin-muted);
	font-size: .68rem;
}

.woocommerce-MyAccount-content .sabin-dashboard-course .button {
	width: 100%;
	min-height: 37px;
	padding-inline: 10px;
	font-size: .73rem;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--license {
	position: relative;
	overflow: hidden;
	border: 0;
	background:
		radial-gradient(circle at 5% 0, rgba(106,200,71,.24), transparent 35%),
		linear-gradient(145deg, #0a2033, #174c70);
	color: #fff;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--license::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	left: -80px;
	top: -85px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 50%;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--license > * {
	position: relative;
	z-index: 1;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--license h3,
.woocommerce-MyAccount-content .sabin-dashboard-card--license .sabin-kicker {
	color: #fff;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--license p {
	margin: 0 0 12px;
	color: #c9d8e3;
	font-size: .78rem;
	line-height: 1.8;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--license code {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	padding: 10px;
	border: 1px dashed rgba(255,255,255,.26);
	border-radius: 10px;
	background: rgba(255,255,255,.07);
	color: #fff;
	font-size: .76rem;
	text-align: center;
	word-break: break-all;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--quick p {
	margin: 0 0 14px;
	color: var(--sabin-muted);
	font-size: .8rem;
	line-height: 1.9;
}

.woocommerce-MyAccount-content .sabin-dashboard-card--quick .button {
	width: 100%;
}

.woocommerce-MyAccount-content .sabin-dashboard-empty {
	display: grid;
	place-items: center;
	min-height: 250px;
	padding: 24px;
	border: 1px dashed #bfd0db;
	border-radius: 15px;
	background: #f8fafc;
	text-align: center;
}

.woocommerce-MyAccount-content .sabin-dashboard-empty > span {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: var(--sabin-green-soft);
	color: var(--sabin-green-dark);
	font-size: 1.5rem;
}

.woocommerce-MyAccount-content .sabin-dashboard-empty h4 {
	margin: 12px 0 5px;
	color: var(--sabin-navy);
}

.woocommerce-MyAccount-content .sabin-dashboard-empty p {
	max-width: 420px;
	margin: 0 0 14px;
	color: var(--sabin-muted);
	font-size: .8rem;
}

.woocommerce-MyAccount-content .sabin-dashboard-tickets {
	display: grid;
}

.woocommerce-MyAccount-content .sabin-dashboard-tickets > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 120px;
	gap: 12px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--sabin-line);
	color: inherit;
	text-decoration: none;
}

.woocommerce-MyAccount-content .sabin-dashboard-tickets > a:last-child {
	border-bottom: 0;
}

.woocommerce-MyAccount-content .sabin-dashboard-tickets strong {
	min-width: 0;
	overflow: hidden;
	color: var(--sabin-navy);
	font-size: .82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce-MyAccount-content .sabin-ticket-status {
	display: inline-flex;
	justify-content: center;
	padding: 5px 8px;
	border-radius: 8px;
	background: #fff3d6;
	color: #8a5d00;
	font-size: .68rem;
	font-weight: 900;
}

.woocommerce-MyAccount-content .sabin-ticket-status.is-answered,
.woocommerce-MyAccount-content .sabin-ticket-status.is-closed {
	background: var(--sabin-green-soft);
	color: var(--sabin-green-dark);
}

.woocommerce-MyAccount-content .sabin-dashboard-tickets time {
	color: var(--sabin-muted);
	font-size: .69rem;
	text-align: left;
}

.woocommerce-MyAccount-content .sabin-muted-text {
	margin: 0;
	color: var(--sabin-muted);
}

@media (max-width: 1180px) {
	.woocommerce-MyAccount-content .sabin-account-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.woocommerce-MyAccount-content .sabin-dashboard-layout { grid-template-columns: 1fr; }
	.woocommerce-MyAccount-content .sabin-dashboard-stack { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
	.woocommerce-MyAccount-content .sabin-dashboard-intro { align-items: flex-start; flex-direction: column; }
	.woocommerce-MyAccount-content .sabin-dashboard-intro__actions { width: 100%; }
	.woocommerce-MyAccount-content .sabin-dashboard-intro__actions .button { flex: 1; }
	.woocommerce-MyAccount-content .sabin-dashboard-courses { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 620px) {
	.woocommerce-MyAccount-content .sabin-account-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.woocommerce-MyAccount-content .sabin-dashboard-courses,
	.woocommerce-MyAccount-content .sabin-dashboard-stack { grid-template-columns: 1fr; }
	.woocommerce-MyAccount-content .sabin-dashboard-course { display: grid; grid-template-columns: 110px minmax(0,1fr); }
	.woocommerce-MyAccount-content .sabin-dashboard-course__media { height: 100%; min-height: 150px; }
	.woocommerce-MyAccount-content .sabin-dashboard-tickets > a { grid-template-columns: minmax(0,1fr) auto; }
	.woocommerce-MyAccount-content .sabin-dashboard-tickets time { display: none; }
}

@media (max-width: 420px) {
	.woocommerce-MyAccount-content .sabin-account-stats { grid-template-columns: 1fr; }
	.woocommerce-MyAccount-content .sabin-dashboard-intro__actions { display: grid; }
	.woocommerce-MyAccount-content .sabin-dashboard-course { grid-template-columns: 1fr; }
	.woocommerce-MyAccount-content .sabin-dashboard-course__media { min-height: 170px; }
}
