.sa-content {
	background: #dedede;
	padding: 56px 0 66px;
}

.sa-pills {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 22px;
}

.sa-page .sa-pill {
	-webkit-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	gap: 22px;
	width: 100%;
	text-align: left;
	border: 0 !important;
	background: #f1f1f1 !important;
	color: #101010;
	border-radius: 14px;
	min-height: 122px;
	padding: 24px 34px;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25;
	cursor: pointer;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.sa-pill-icon {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #f2792b;
}

.sa-pill-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.sa-pill-icon-svg {
	color: #f2792b;
	background: transparent;
}

.sa-pill-icon-svg svg {
	width: 100%;
	height: 100%;
	display: block;
	stroke: currentColor;
}

.sa-pill-label {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
}

.sa-page .sa-pill:hover,
.sa-page .sa-pill.is-active {
	background: #f2792b !important;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: none !important;
}

.sa-page .sa-pill:hover .sa-pill-icon,
.sa-page .sa-pill.is-active .sa-pill-icon,
.sa-page .sa-pill:hover .sa-pill-icon-svg,
.sa-page .sa-pill.is-active .sa-pill-icon-svg {
	color: #fff;
}

.sa-page .sa-pill:hover .sa-pill-icon img,
.sa-page .sa-pill.is-active .sa-pill-icon img {
	filter: brightness(0) invert(1);
}

.sa-panel-content {
	display: none;
}

.sa-sidepanel-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(9, 12, 16, 0.5);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	z-index: 1200;
}

#sa-sidepanel.sa-sidepanel {
	position: fixed;
	inset: 0 0 0 auto;
	right: 0 !important;
	left: auto !important;
	width: min(1600px, 88vw) !important;
	max-width: 88vw;
	height: 100vh;
	background: #ffffff !important;
	display: flex;
	flex-direction: column;
	box-shadow: -26px 0 48px rgba(0, 0, 0, 0.2);
	padding: 24px 28px 34px;
	border-left: 1px solid #d8d8d8;
	z-index: 1210;
	transform: translate3d(100%, 0, 0) !important;
	transition: transform 0.3s ease;
	overflow-y: auto;
	overflow-x: hidden;
}

#sa-sidepanel.sa-sidepanel.is-open {
	transform: translate3d(0, 0, 0) !important;
}

.sa-sidepanel-close {
	position: absolute;
	top: 78px;
	right: 20px;
	align-self: auto !important;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	max-width: max-content;
	gap: 8px;
	min-height: 44px;
	border: 2px solid #f2792b;
	background: #fff !important;
	color: #f2792b;
	padding: 8px 14px;
	border-radius: 999px;
	cursor: pointer;
	z-index: 2;
	transition: all 0.2s ease;
}

body.admin-bar #sa-sidepanel.sa-sidepanel {
	top: 32px;
	height: calc(100vh - 32px);
	padding-top: 62px;
}

body.admin-bar .sa-sidepanel-close {
	top: 78px;
}

@media (max-width: 782px) {
	body.admin-bar #sa-sidepanel.sa-sidepanel {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

.sa-sidepanel-close svg {
	width: 17px;
	height: 17px;
	display: block;
}

.sa-sidepanel-close-label {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	line-height: 1;
}

.sa-sidepanel-close:hover,
.sa-sidepanel-close:focus-visible {
	background: #f2792b !important;
	color: #fff;
	transform: scale(1.04);
	outline: none;
}

.sa-sidepanel-inner {
	margin-top: 112px;
	padding-top: 16px;
	border-top: 1px solid #d4d4d4;
}

.sa-sidepanel-inner h3 {
	margin: 0 0 16px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0.5px;
	color: #e26f20;
}

.sa-sidepanel-inner h2 {
	margin: 0 0 16px !important;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 44px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	letter-spacing: 0.4px !important;
	color: #e26f20 !important;
}

.sa-panel-body {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #111111;
}

.sa-sidepanel .sa-panel-body p,
.sa-sidepanel .sa-panel-body li,
.sa-sidepanel .sa-panel-body td,
.sa-sidepanel .sa-panel-body a,
.sa-sidepanel .sa-panel-body blockquote {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.sa-panel-body p:first-child {
	margin-top: 0;
}

.sa-panel-body p {
	margin: 0 0 24px;
}

.sa-panel-body p:last-child {
	margin-bottom: 0;
}

.sa-panel-body ul,
.sa-panel-body ol {
	padding-left: 1.2em;
}

.sa-panel-body a {
	color: #d86a1f;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(216, 106, 31, 0.45);
	text-underline-offset: 3px;
	font-weight: 500;
	transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

.sa-panel-body a:hover,
.sa-panel-body a:focus-visible {
	color: #b65411;
	text-decoration-color: rgba(182, 84, 17, 0.9);
	background: rgba(242, 121, 43, 0.12);
	outline: none;
}

.sa-panel-body table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #888;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin: 26px 0 32px;
}

.sa-panel-body table td,
.sa-panel-body table th {
	border: 1px solid #888;
	padding: 16px 16px;
	vertical-align: top;
}

.sa-panel-body table th {
	background: #f7f7f7;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.3px;
	text-align: left;
}

.sa-panel-body table tr:nth-child(even) {
	background: #fafafa;
}

.sa-panel-body table td:first-child {
	width: 42%;
	font-weight: 600;
	color: #2d2d2d;
}

.sa-panel-body table td:last-child {
	/*color: #d86a1f;*/
}

.sa-panel-body table td:last-child a {
	/*display: block;*/
	margin: 0 0 9px;
	line-height: 1.35;
	padding: 2px 0;
}

#studyArea-table table {
	width: 100% !important;
	margin: 0 !important;
}

.sa-sidepanel blockquote {
	margin: 24px 0;
	padding: 16px 22px;
	background: #f7f7f7;
	border: 1px solid #d7d7d7;
	border-left: 5px solid #e26f20;
	font-style: normal;
	color: #585858;
}

.sa-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sa-bottom-content {
	padding: 26px 0 30px;
	background: #f6f6f6;
	border-top: 1px solid #e4e4e4;
	text-align: center;
}

.sa-bottom-content p {
	margin: 0;
	font-size: clamp(1.4rem, 2.5vw, 2.05rem);
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #151515;
}

.sa-empty-content {
	padding: 16px;
	border: 1px dashed #d1d5db;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.sa-content {
		padding: 34px 0 46px;
	}

	.sa-pills {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sa-pill {
		min-height: 92px;
		padding: 16px 18px;
		gap: 14px;
	}

	.sa-pill-label {
		font-size: 20px;
		line-height: 23px;
	}

	.sa-pill-icon {
		width: 40px;
		height: 40px;
	}

	#sa-sidepanel.sa-sidepanel {
		width: 100vw !important;
		max-width: 100vw;
		inset: 0;
		padding: 16px 14px 22px;
	}

	.sa-sidepanel-inner h3 {
		font-size: 30px;
	}

	.sa-sidepanel-inner h2 {
		font-size: 30px;
	}

	.sa-panel-body {
		font-size: 18px;
		line-height: 27px;
	}

	.sa-panel-body table {
		display: block;
		overflow-x: auto;
		font-size: 16px;
	}

	.sa-panel-body table th {
		font-size: 18px;
	}

	.sa-panel-body table td,
	.sa-panel-body table th {
		padding: 10px 10px;
	}

	.sa-bottom-content {
		padding: 20px 0 24px;
	}

	.sa-bottom-content p {
		font-size: 1.32rem;
	}
}

@media (min-width: 769px) and (max-width: 1150px) {
	.sa-pills {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
