.csr-section {
  width: min(calc(100% - 44px), 1140px);
  margin: 90px auto 0;
  padding: 70px 0 0;
  border-top: 1px solid #e1e1e1;
}
.csr-heading {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 36px;
}
.csr-heading h2 {
  margin: 0;
  color: #2b2b2b;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.csr-heading .eyebrow { margin-bottom: 10px; color: #967000; }
.csr-summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 10px;
  padding: 13px 17px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.csr-summary > strong { color: #2b2b2b; font-size: 1.4rem; }
.csr-summary > span:last-child { grid-column: 1/-1; color: #8b8b8b; font-size: .7rem; text-transform: uppercase; }
.csr-stars {
  --star-size: 1rem;
  --star-color: #d8d8d8;
  --star-background: #e7b917;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: var(--star-size);
  line-height: 1;
}
.csr-stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
  background: linear-gradient(90deg,var(--star-background) var(--rating),var(--star-color) var(--rating));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.csr-stars span { display: none; }
.csr-loop-rating,.csr-single-rating { display: flex; align-items: center; gap: 7px; color: #8b8b8b; font-size: .72rem; text-decoration: none; }
.csr-single-rating { margin: 3px 0 16px; }
.csr-form-wrap { margin: 0 0 34px; padding: 34px; border-left: 4px solid #f7ce3e; background: #f5f5f5; }
.csr-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 22px; }
.csr-form-grid label,.csr-form-grid fieldset { display: flex; flex-direction: column; gap: 7px; margin: 0; padding: 0; border: 0; color: #2b2b2b; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.csr-form-grid input,.csr-form-grid textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #d7d7d7; border-radius: 0; background: #fff; font: inherit; }
.csr-form-grid input:focus,.csr-form-grid textarea:focus { outline: 2px solid #f7ce3e; outline-offset: -2px; }
.csr-form-grid small { color: #8b8b8b; font-size: .68rem; font-weight: 500; text-transform: none; }
.csr-form-grid span { color: #cf3028; }
.csr-wide { grid-column: 1/-1; }
.csr-honeypot { position: absolute!important; left: -9999px!important; }
.csr-rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; }
.csr-rating-input input { position: absolute; opacity: 0; }
.csr-rating-input label { color: #d8d8d8; font-size: 1.7rem; cursor: pointer; }
.csr-rating-input input:checked~label,.csr-rating-input label:hover,.csr-rating-input label:hover~label { color: #e7b917; }
.csr-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #e1e1e1; }
.csr-card { min-width: 0; padding: 25px; background: #fff; }
.csr-card header { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.csr-card time { color: #8b8b8b; font-size: .68rem; }
.csr-reviewer { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 18px 0 12px; }
.csr-reviewer strong { color: #2b2b2b; font-size: .88rem; text-transform: uppercase; }
.csr-verified { padding: 3px 7px; color: #2b2b2b; background: #f7ce3e; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.csr-text p { margin: 0; color: #5b5b5b; font-size: .84rem; white-space: pre-line; }
.csr-text.is-collapsed { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.csr-read-more { margin-top: 10px; padding: 0; color: #967000; border: 0; background: transparent; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.csr-card--extra { display: none; }
.csr-grid.is-expanded .csr-card--extra { display: block; }
.csr-show-more { margin-top: 24px; }
.csr-media { display: flex; gap: 8px; margin-top: 18px; }
.csr-media button { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; padding: 0; color: #fff; border: 0; border-radius: 0; background: #2b2b2b; cursor: pointer; }
.csr-media img { width: 100%; height: 100%; object-fit: cover; }
.csr-empty { padding: 42px; border: 1px dashed #c8c8c8; background: #f5f5f5; text-align: center; }
.csr-empty h3 { margin-bottom: 8px; color: #2b2b2b; text-transform: uppercase; }
.csr-empty p { margin: 0; color: #8b8b8b; }
.csr-notice { padding: 14px 18px; border-left: 3px solid; background: #f5f5f5; }
.csr-notice--success { border-color: #55a873; }
.csr-notice--error { border-color: #cf3028; }
.csr-lightbox { width: min(900px,calc(100% - 30px)); padding: 44px 20px 20px; border: 0; border-radius: 0; background: #1d1d1d; }
.csr-lightbox::backdrop { background: rgba(0,0,0,.84); }
.csr-lightbox img,.csr-lightbox video { display: block; max-width: 100%; max-height: 78vh; margin: auto; }
.csr-lightbox-close { position: absolute; top: 8px; right: 14px; color: #fff; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
@media(max-width:980px) {
  .csr-grid { grid-template-columns: repeat(2,1fr); }
  .csr-heading { grid-template-columns: 1fr auto; }
  .csr-summary { grid-row: 2; }
  .csr-write-toggle { grid-row: 2; }
}
@media(max-width:680px) {
  .csr-section { width: min(calc(100% - 30px),1140px); margin-top: 60px; padding-top: 50px; }
  .csr-heading,.csr-form-grid,.csr-grid { grid-template-columns: 1fr; }
  .csr-heading>* { grid-column: auto!important; grid-row: auto!important; }
  .csr-write-toggle { width: 100%; }
  .csr-form-wrap { padding: 24px 18px; }
  .csr-wide { grid-column: auto; }
}
