.slcr-shell {
	max-width: 760px;
	margin: 40px auto;
	padding: clamp(22px, 5vw, 48px);
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.slcr-shell h1 { margin-top: 0; }
.slcr-language { text-align: center; }
.slcr-language-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.slcr-button { display: inline-block; border: 0; border-radius: 4px; background: #111827; color: #fff !important; text-decoration: none; padding: 13px 22px; font-weight: 700; cursor: pointer; }
.slcr-button:hover, .slcr-button:focus { background: #e07a1f; color: #fff; }
.slcr-course-date { padding: 12px 16px; background: #f3f4f6; border-radius: 5px; }
.slcr-question, .slcr-identity { border: 0; border-bottom: 1px solid #e5e7eb; margin: 0; padding: 26px 0; }
.slcr-question legend, .slcr-identity legend { font-weight: 700; font-size: 1.05rem; }
.slcr-stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; margin-top: 12px; }
.slcr-stars input { position: absolute; opacity: 0; }
.slcr-stars label { font-size: 2.25rem; line-height: 1; color: #cbd5e1; cursor: pointer; }
.slcr-stars label:hover, .slcr-stars label:hover ~ label, .slcr-stars input:checked ~ label { color: #e07a1f; }
.slcr-stars input:focus-visible + label { outline: 2px solid #111827; outline-offset: 3px; }
.slcr-scale { display: flex; justify-content: space-between; max-width: 420px; color: #6b7280; font-size: .8rem; margin-top: 8px; }
.slcr-testimonial { padding: 26px 0; border-bottom: 1px solid #e5e7eb; }
.slcr-testimonial p { margin: 6px 0 10px; color: #6b7280; }
.slcr-testimonial textarea { display: block; width: 100%; box-sizing: border-box; padding: 10px; resize: vertical; }
.slcr-identity > label { display: block; margin: 10px 0; }
.slcr-first-name { max-width: 320px; margin-top: 12px; }
.slcr-first-name input { display: block; width: 100%; box-sizing: border-box; margin-top: 5px; padding: 9px; }
.slcr-privacy { margin: 24px 0; padding: 16px; border-left: 4px solid #e07a1f; background: #fff7ed; }
.slcr-form-error { display: none; color: #b91c1c; }
.slcr-review-form.slcr-attempted:invalid .slcr-form-error { display: block; }
.slcr-message { max-width: 700px; margin: 40px auto; padding: 24px; border-radius: 6px; }
.slcr-success { background: #ecfdf5; border: 1px solid #a7f3d0; }
.slcr-error { background: #fef2f2; border: 1px solid #fecaca; }

.slcr-published { margin: 40px 0; }
.slcr-public-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.35fr); gap: 24px; align-items: start; }
.slcr-rating-summary { box-sizing: border-box; padding: clamp(24px, 4vw, 36px); border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; color: #111827; box-shadow: 0 14px 34px rgba(17, 24, 39, .10); }
.slcr-rating-summary h2, .slcr-rating-summary strong { color: #111827; }
.slcr-rating-summary h2, .slcr-latest-testimonials h2 { margin: 0 0 20px; font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.slcr-rating-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.slcr-rating-head > strong { font-size: 1.25rem; }
.slcr-summary-stars { position: relative; display: inline-block; width: 158px; height: 32px; font-size: 30px; line-height: 1; letter-spacing: 2px; }
.slcr-stars-base, .slcr-stars-fill { position: absolute; inset: 0 auto auto 0; white-space: nowrap; }
.slcr-stars-base { color: #737984; }
.slcr-stars-fill { overflow: hidden; color: #f6b828; }
.slcr-rating-count { margin: 10px 0 24px; color: #111827; }
.slcr-rating-distribution { display: grid; gap: 11px; }
.slcr-rating-row { display: grid; grid-template-columns: 58px minmax(100px, 1fr) 42px; gap: 10px; align-items: center; font-size: .9rem; }
.slcr-rating-label { color: #f6b828; }
.slcr-rating-bar { display: block; height: 13px; overflow: hidden; border-radius: 999px; background: #69707b; }
.slcr-rating-bar > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #efa91d, #ffd46b); }
.slcr-rating-row > strong { text-align: right; }
.slcr-latest-testimonials { min-width: 0; padding-right: 6px; }
.slcr-testimonial-grid { display: grid; gap: 14px; }
.slcr-review-card { padding: 20px 22px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; box-shadow: 0 7px 22px rgba(17, 24, 39, .06); }
.slcr-card-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.slcr-card-heading strong { font-size: 1.05rem; }
.slcr-card-heading span { color: #4b5563; white-space: nowrap; font-size: .9rem; }
.slcr-card-stars { margin-top: 5px; color: #e07a1f; letter-spacing: 2px; }
.slcr-review-card blockquote { margin: 12px 0 0; padding: 0; border: 0; color: #374151; font-style: normal; line-height: 1.55; }

@media (max-width: 900px) {
	.slcr-public-layout { grid-template-columns: 1fr; }
	.slcr-latest-testimonials { padding-right: 0; }
}

@media (max-width: 560px) {
	.slcr-shell { margin: 18px 0; padding: 20px; }
	.slcr-stars label { font-size: 2rem; }
	.slcr-scale { font-size: .72rem; }
	.slcr-rating-row { grid-template-columns: 54px minmax(80px, 1fr) 38px; gap: 8px; }
	.slcr-card-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
}
