/* Tech Codi responsive and visual refinements. Loaded after the feature styles. */
.tcts-course-grid,
.tcts-course-detail,
.tcts-dashboard,
.tcts-result,
.tcts-leaderboard,
.tcts-exam-app { width: 100%; min-width: 0; }

.tcts-btn {
	min-height: 44px;
	line-height: 1.2;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.tcts-course-card { display: flex; min-width: 0; flex-direction: column; }
.tcts-course-card-head {
	position: relative;
	z-index: 1;
	padding: 18px 20px 16px;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(135deg, #fff, #f5f7ff);
}
.tcts-course-card-head > span {
	display: block;
	margin-bottom: 5px;
	color: #5b70d6;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
}
.tcts-course-card-head h3 { margin: 0; color: #0f172a; font-size: 21px; line-height: 1.3; }
.tcts-course-card-head h3 a { color: inherit; text-decoration: none; }
.tcts-course-card-head h3 a::after { position: absolute; inset: 0; content: ""; }
.tcts-course-body { display: flex; flex: 1; flex-direction: column; }
.tcts-course-body > p { flex: 1; }
.tcts-course-footer { margin-top: auto; }

.tcts-course-about {
	margin-bottom: 22px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: clamp(22px, 4vw, 38px);
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 23, 42, .07);
}
.tcts-course-about h2 { margin: 7px 0 20px; color: #0f172a; font-size: clamp(25px, 4vw, 36px); line-height: 1.2; }
.tcts-course-description { color: #334155; line-height: 1.75; }
.tcts-course-description > :first-child { margin-top: 0; }
.tcts-course-description > :last-child { margin-bottom: 0; }
.tcts-course-description h2,
.tcts-course-description h3,
.tcts-course-description h4 { margin-top: 1.4em; color: #0f172a; line-height: 1.3; }
.tcts-course-description ul,
.tcts-course-description ol { padding-left: 1.25rem; }
.tcts-course-description li { margin-bottom: 7px; }
.tcts-course-description img { height: auto; border-radius: 13px; }
.tcts-course-description table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.tcts-course-description th,
.tcts-course-description td { border: 1px solid #e2e8f0; padding: 10px; }
.tcts-test-list { scroll-margin-top: 110px; }
.tcts-test-list-head { margin-bottom: 16px; }
.tcts-test-list-head h2 { margin: 5px 0 0; }
.tcts-login-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

.tcts-course-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 22px;
	padding: 34px;
	overflow: hidden;
	border-radius: 22px;
	background: radial-gradient(circle at 85% 8%, rgba(124, 58, 237, .48), transparent 31%), linear-gradient(135deg, #0b1538, #2447dc);
	color: #fff;
	box-shadow: 0 20px 52px rgba(15, 23, 42, .16);
}
.tcts-course-detail-copy { align-self: center; min-width: 0; }
.tcts-course-detail-copy h1 { max-width: 760px; margin: 12px 0; color: #fff; font-size: clamp(32px, 5vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.tcts-course-detail-copy > p { max-width: 720px; margin: 0; color: #dbe4ff; font-size: 16px; line-height: 1.65; }
.tcts-badge-inline { display: inline-flex; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; padding: 7px 11px; background: rgba(255, 255, 255, .11); color: #fde68a; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.tcts-course-facts { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.tcts-course-facts span { border-radius: 9px; padding: 8px 11px; background: rgba(255, 255, 255, .1); color: #eef2ff; font-size: 13px; font-weight: 650; }
.tcts-course-detail-media { position: relative; min-height: 235px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 18px; background: linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .06)); background-position: center; background-size: cover; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05); }
.tcts-course-detail-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 32%, rgba(6, 15, 48, .76)); }
.tcts-course-detail-media > span { position: absolute; z-index: 1; right: 16px; bottom: 16px; border-radius: 12px; padding: 9px 14px; background: #fff; color: #172eaa; font-size: 24px; font-weight: 900; box-shadow: 0 8px 24px rgba(15, 23, 42, .18); }
.tcts-free-test-label { display: inline-flex; vertical-align: middle; margin-left: 7px; border-radius: 999px; padding: 3px 7px; background: #dcfce7; color: #166534; font-size: 10px; font-weight: 900; letter-spacing: .07em; }

.tcts-results-table { -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.tcts-results-table table { min-width: 680px; }
.tcts-dashboard > h2 { margin-top: 34px; }
.tcts-question-text > div,
.tcts-option > span,
.tcts-review-option > span,
.tcts-solution { min-width: 0; overflow-x: auto; }

@media (max-width: 760px) {
	.tcts-home-courses { margin-block: 34px; }
	.tcts-course-grid { grid-template-columns: 1fr !important; gap: 16px; }
	.tcts-course-card { border-radius: 16px; box-shadow: 0 8px 24px rgba(15, 23, 42, .07); }
	.tcts-course-card:hover { transform: none; }
	.tcts-course-card-head { padding: 16px 17px 14px; }
	.tcts-course-card-head h3 { font-size: 19px; }
	.tcts-course-image { height: 170px; }
	.tcts-course-body { padding: 17px; }
	.tcts-course-footer { align-items: center; }
	.tcts-course-footer .tcts-btn { max-width: 64%; text-align: center; }

	.tcts-course-detail-hero { grid-template-columns: 1fr; gap: 20px; margin-inline: 0; padding: 23px 20px; border-radius: 17px; }
	.tcts-course-detail-copy h1 { font-size: clamp(30px, 10vw, 40px); }
	.tcts-course-detail-copy > p { font-size: 15px; }
	.tcts-course-detail-media { min-height: 175px; }
	.tcts-course-facts { gap: 7px; }
	.tcts-course-facts span { padding: 7px 9px; font-size: 12px; }
	.tcts-course-about { border-radius: 16px; padding: 22px 18px; }
	.tcts-course-description { font-size: 15px; }

	.tcts-access-card,
	.tcts-dashboard-head,
	.tcts-result-hero,
	.tcts-leader-head { margin-bottom: 20px; border-radius: 16px; padding: 22px 18px; }
	.tcts-access-card .tcts-btn,
	.tcts-dashboard-actions { width: 100%; }
	.tcts-dashboard-actions .tcts-btn { flex: 1 1 130px; }

	.tcts-test-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 15px; }
	.tcts-test-row .tcts-btn,
	.tcts-test-row .tcts-locked { grid-column: 1 / -1; width: 100%; margin: 0; }
	.tcts-test-row .tcts-locked { border-radius: 9px; padding: 10px; background: #f8fafc; text-align: center; }
	.tcts-test-info h3 { font-size: 16px; }

	.tcts-profile-strip { padding: 13px; }
	.tcts-profile-strip div { min-width: 0; }
	.tcts-profile-strip strong,
	.tcts-profile-strip small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.tcts-account-active { flex: 0 0 auto; }

	.tcts-exam-top { position: sticky; margin-inline: 0; border-radius: 0; padding: 0; background: transparent; box-shadow: none; justify-content: flex-end; }
	.tcts-exam-top > div:first-child { display: none; }
	.tcts-exam-layout { margin-inline: 0; }
	.tcts-palette-panel { order: 2; padding: 15px; }
	.tcts-palette { grid-template-columns: repeat(6, minmax(38px, 1fr)); overflow-x: auto; }
	.tcts-question-panel { min-height: calc(100vh - 170px); }
	.tcts-question-card { padding: 18px 14px; }
	.tcts-question-text { align-items: flex-start; min-height: 0; }
	.tcts-exam-nav { position: sticky; bottom: var(--tcts-footer-offset, 0px); z-index: 2147483000; gap: 9px; padding: 12px; background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px); }
	.tcts-exam-nav .tcts-btn { flex: 1; padding-inline: 10px; }

	.tcts-result-stats > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
	.tcts-result-actions { display: grid; grid-template-columns: 1fr; }
	.tcts-review-card { border-radius: 13px; }
	.tcts-review-question { display: grid; grid-template-columns: auto minmax(0, 1fr); font-size: 15px; }
	.tcts-review-option { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; }
	.tcts-review-option em { display: inline-flex !important; grid-column: 2; width: max-content; max-width: 100%; border-radius: 999px; padding: 3px 7px; background: rgba(255, 255, 255, .75); }

	.tcts-checkout-shell,
	.tcts-auth-shell,
	.tcts-payment-state,
	.tcts-manual-payment { margin-inline: 0; }
	.tcts-checkout-summary,
	.tcts-checkout-methods { padding: 24px 19px; }
	.tcts-auth-card { padding: 26px 19px; }
	.tcts-auth-side { padding: 27px 20px; }
	.tcts-auth-notice { margin-inline: 0; }
	.tcts-login-actions { display: grid; grid-template-columns: 1fr; }
	.tcts-login-actions .tcts-btn { width: 100%; }
}

@media (max-width: 420px) {
	.tcts-course-footer { align-items: stretch; flex-direction: column; }
	.tcts-course-footer .tcts-btn { width: 100%; max-width: none; }
	.tcts-course-detail-hero { padding-inline: 17px; }
	.tcts-course-detail-media { min-height: 145px; }
	.tcts-profile-strip { display: grid; grid-template-columns: 46px minmax(0, 1fr); }
	.tcts-account-active { grid-column: 1 / -1; width: 100%; text-align: center; }
	.tcts-question-progress { flex-direction: column; }
	.tcts-question-progress > div { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.tcts-link-btn { min-height: 40px; text-align: center; }
	.tcts-palette { grid-template-columns: repeat(5, minmax(38px, 1fr)); }
}

/* 1.9.3: compact, responsive desktop cards + polished leaderboard */
@media (min-width: 1200px) {
	.tcts-home-courses { max-width: 1180px; padding-inline: 12px; }
	.tcts-course-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
	.tcts-course-card { border-radius: 14px; box-shadow: 0 6px 20px rgba(15, 23, 42, .06); }
	.tcts-course-card:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(15, 23, 42, .09); }
	.tcts-course-image { min-height: 0; height: 132px; }
	.tcts-course-image img { width: 100%; height: 100% !important; object-fit: contain; object-position: center; }
	.tcts-course-card-head { padding: 13px 15px 12px; }
	.tcts-course-card-head h3,
	.tcts-course-body h3 { font-size: 17px; line-height: 1.28; }
	.tcts-course-body { padding: 14px; }
	.tcts-course-meta { font-size: 12px; }
	.tcts-course-footer { padding-top: 12px; margin-top: 12px; }
	.tcts-course-footer strong { font-size: 18px; }
	.tcts-course-footer .tcts-btn { min-height: 40px; padding: 9px 13px; font-size: 13px; }

	.tcts-leaderboard { max-width: 1080px; margin-inline: auto; }
	.tcts-leader-head { margin-bottom: 16px; padding: 20px 24px; border-radius: 14px; }
	.tcts-leader-head h2 { font-size: 25px; line-height: 1.25; }
	.tcts-leader-head p { font-size: 13px; }
	.tcts-results-table { border-radius: 12px; box-shadow: 0 6px 20px rgba(15, 23, 42, .05); }
	.tcts-results-table th,
	.tcts-results-table td { padding: 11px 14px; }
	.tcts-results-table th { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
	.tcts-results-table td { font-size: 14px; }
	.tcts-results-table tbody tr:hover { background: #f8fafc; }
	.tcts-rank { width: 30px; height: 30px; font-size: 12px; }

	/* Keep common content cards compact without changing the exam question cards. */
	.tcts-access-card,
	.tcts-dashboard-head,
	.tcts-result-hero { padding: 20px 24px; border-radius: 14px; }
	.tcts-test-row { padding: 14px 16px; border-radius: 12px; }
}

@media (min-width: 761px) and (max-width: 1199px) {
	.tcts-home-courses { max-width: 1050px; }
	.tcts-course-grid { gap: 16px; }
	.tcts-course-image { min-height: 0; height: 145px; }
	.tcts-course-image img { width: 100%; height: 100% !important; object-fit: contain; }
	.tcts-course-body { padding: 16px; }
	.tcts-course-card-head { padding: 15px 17px 13px; }
	.tcts-course-card-head h3,
	.tcts-course-body h3 { font-size: 18px; }
	.tcts-leaderboard { max-width: 100%; }
	.tcts-leader-head { padding: 22px; border-radius: 16px; }
}

@media (max-width: 760px) {
	.tcts-home-courses { width: 100%; }
	.tcts-course-card { width: 100%; }
	.tcts-course-image { height: auto; min-height: 0; aspect-ratio: 16 / 8; }
	.tcts-course-image img { width: 100%; height: 100% !important; object-fit: contain; }
	.tcts-leaderboard { width: 100%; }
	.tcts-leader-head { padding: 18px 16px; }
	.tcts-leader-head h2 { font-size: 21px; }
	.tcts-leader-head p { font-size: 13px; }
	.tcts-results-table { border-radius: 11px; }
	.tcts-results-table table { min-width: 620px; }
	.tcts-results-table th,
	.tcts-results-table td { padding: 10px 11px; }
	.tcts-results-table th { font-size: 11px; }
	.tcts-results-table td { font-size: 13px; }
}

/* 1.9.8: compact Course Details layout, protected from Astra heading rules. */
.tcts-course-detail {
	max-width: 1080px !important;
	margin: 28px auto !important;
}
.tcts-course-detail .tcts-course-detail-hero {
	grid-template-columns: minmax(0, 1.4fr) minmax(230px, .6fr) !important;
	gap: 22px !important;
	padding: 26px !important;
	border-radius: 18px !important;
}
.tcts-course-detail .tcts-course-detail-copy h1 {
	max-width: 680px !important;
	margin: 9px 0 !important;
	font-size: clamp(25px, 3.4vw, 38px) !important;
	line-height: 1.16 !important;
	letter-spacing: -.02em !important;
}

/* 1.10.0: responsive leaderboard cards, scoped against theme heading/table rules. */
.tcts-leaderboard {
	max-width: 1080px !important;
	margin: 28px auto !important;
	color: #172554;
}
.tcts-leaderboard .tcts-leader-head {
	position: relative;
	overflow: hidden;
	min-height: 150px;
	margin: 0 !important;
	padding: 28px 30px 58px !important;
	border: 0 !important;
	border-radius: 22px !important;
	background: linear-gradient(135deg, #111a3a 0%, #2447dc 62%, #4f46e5 100%) !important;
	box-shadow: 0 18px 42px rgba(30, 64, 175, .18);
}
.tcts-leaderboard .tcts-leader-head:after {
	content: "";
	position: absolute;
	right: -80px;
	top: -110px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
}
.tcts-leaderboard .tcts-leader-head > div { position: relative; z-index: 1; min-width: 0; }
.tcts-leaderboard .tcts-leader-head h2 {
	margin: 6px 0 !important;
	color: #fff !important;
	font-size: clamp(24px, 3.2vw, 34px) !important;
	line-height: 1.2 !important;
	font-weight: 850 !important;
}
.tcts-leaderboard .tcts-leader-head p { margin: 0 !important; color: rgba(255,255,255,.78) !important; }
.tcts-leaderboard .tcts-leader-head .tcts-eyebrow { color: #c7d2fe !important; }
.tcts-leader-trophy {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	flex: 0 0 66px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 20px;
	background: rgba(255,255,255,.14);
	color: #fde68a;
	font-size: 31px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.tcts-leader-summary {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: -34px 22px 22px;
}
.tcts-leader-summary > div {
	min-width: 0;
	padding: 15px 18px;
	border: 1px solid #dbe4f0;
	border-radius: 15px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 10px 28px rgba(15,23,42,.09);
}
.tcts-leader-summary span,
.tcts-leader-metrics span { display: block; color: #64748b; font-size: 11px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.tcts-leader-summary strong { display: block; margin-top: 3px; color: #172554; font-size: 22px; line-height: 1.2; }
.tcts-leader-cards { display: grid; gap: 11px; }
.tcts-leader-card {
	display: grid;
	grid-template-columns: 54px minmax(180px, 1fr) minmax(330px, .95fr);
	align-items: center;
	gap: 15px;
	min-width: 0;
	padding: 15px 18px;
	border: 1px solid #dbe4f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(15,23,42,.05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tcts-leader-card:hover { transform: translateY(-2px); border-color: #bfcbdf; box-shadow: 0 10px 24px rgba(15,23,42,.08); }
.tcts-leader-card.rank-1 { border-color: #f5d66d; background: linear-gradient(90deg,#fffdf4,#fff); }
.tcts-leader-card.rank-2 { border-color: #cbd5e1; background: linear-gradient(90deg,#f8fafc,#fff); }
.tcts-leader-card.rank-3 { border-color: #f1b98d; background: linear-gradient(90deg,#fff8f3,#fff); }
.tcts-leader-card.is-current { border: 2px solid #4f46e5; box-shadow: 0 8px 24px rgba(79,70,229,.13); }
.tcts-leader-rank span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: #eef2ff;
	color: #3730a3;
	font-size: 14px;
	font-weight: 900;
}
.tcts-leader-card.rank-1 .tcts-leader-rank span { background: #fef3c7; color: #92400e; }
.tcts-leader-card.rank-2 .tcts-leader-rank span { background: #e2e8f0; color: #334155; }
.tcts-leader-card.rank-3 .tcts-leader-rank span { background: #ffedd5; color: #9a3412; }
.tcts-leader-person { display: flex; align-items: center; gap: 12px; min-width: 0; }
.tcts-leader-avatar {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	background: linear-gradient(135deg,#dbeafe,#e0e7ff);
	color: #1d4ed8;
	font-size: 17px;
	font-weight: 900;
}
.tcts-leader-person > div { min-width: 0; }
.tcts-leader-person h3 {
	overflow: hidden;
	margin: 0 !important;
	color: #172554 !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
	font-weight: 800 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tcts-leader-person small { color: #64748b; font-size: 11px; }
.tcts-leader-card.is-current .tcts-leader-person small { color: #4f46e5; font-weight: 850; }
.tcts-leader-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.tcts-leader-metrics > div { min-width: 0; padding: 8px 10px; border-radius: 10px; background: rgba(248,250,252,.9); }
.tcts-leader-metrics strong { display: block; overflow: hidden; margin-top: 2px; color: #172554; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.tcts-leader-empty { padding: 42px 20px; border: 1px dashed #cbd5e1; border-radius: 16px; background: #fff; text-align: center; }
.tcts-leader-empty > span { display: block; color: #4f46e5; font-size: 38px; }
.tcts-leader-empty h3 { margin: 8px 0 4px !important; color: #172554 !important; font-size: 20px !important; }
.tcts-leader-empty p { margin: 0 !important; color: #64748b !important; }

@media (max-width: 820px) {
	.tcts-leaderboard { margin: 16px auto !important; }
	.tcts-leaderboard .tcts-leader-head { min-height: 132px; padding: 22px 18px 52px !important; border-radius: 16px !important; }
	.tcts-leaderboard .tcts-leader-head h2 { font-size: 22px !important; }
	.tcts-leader-trophy { width: 52px; height: 52px; flex-basis: 52px; border-radius: 15px; font-size: 24px; }
	.tcts-leader-summary { gap: 7px; margin: -29px 9px 17px; }
	.tcts-leader-summary > div { padding: 11px 9px; border-radius: 12px; text-align: center; }
	.tcts-leader-summary span { font-size: 9px; }
	.tcts-leader-summary strong { font-size: 17px; }
	.tcts-leader-card { grid-template-columns: 46px minmax(0,1fr); gap: 10px; padding: 13px 12px; border-radius: 13px; }
	.tcts-leader-rank span { width: 39px; height: 39px; border-radius: 11px; }
	.tcts-leader-avatar { width: 38px; height: 38px; flex-basis: 38px; }
	.tcts-leader-person h3 { font-size: 14px !important; }
	.tcts-leader-metrics { grid-column: 1 / -1; gap: 6px; }
	.tcts-leader-metrics > div { padding: 7px 8px; text-align: center; }
	.tcts-leader-metrics span { font-size: 9px; }
	.tcts-leader-metrics strong { font-size: 12px; }
}
.tcts-course-detail .tcts-course-detail-copy > p {
	font-size: 14px !important;
	line-height: 1.55 !important;
}
.tcts-course-detail .tcts-course-facts { margin-top: 16px !important; }
.tcts-course-detail .tcts-course-detail-media {
	min-height: 188px !important;
	border-radius: 15px !important;
}
.tcts-course-detail .tcts-course-detail-media > span { font-size: 20px !important; }
.tcts-course-detail .tcts-course-about {
	padding: 24px 26px !important;
	border-radius: 16px !important;
}
.tcts-course-detail .tcts-course-about > h2 {
	margin-bottom: 15px !important;
	font-size: clamp(22px, 3vw, 29px) !important;
}
.tcts-course-card .tcts-course-card-head h3,
.tcts-course-card .tcts-course-body h3 { font-size: 16px !important; }

@media (max-width: 760px) {
	.tcts-course-detail { margin: 18px auto !important; }
	.tcts-course-detail .tcts-course-detail-hero {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		padding: 18px 16px !important;
		border-radius: 14px !important;
	}
	.tcts-course-detail .tcts-course-detail-copy h1 {
		font-size: clamp(23px, 7.5vw, 30px) !important;
		line-height: 1.2 !important;
	}
	.tcts-course-detail .tcts-course-detail-media { min-height: 145px !important; }
	.tcts-course-detail .tcts-course-about { padding: 19px 16px !important; }
	.tcts-course-detail .tcts-course-about > h2 { font-size: 22px !important; }
	.tcts-course-card .tcts-course-card-head h3,
	.tcts-course-card .tcts-course-body h3 { font-size: 17px !important; }
}
