.ssc-library--home main {
  max-width: none;
}

.ssc-library .ssc-home,
.ssc-library .ssc-calc {
  --bg: #f6f8fc;
  --card: #fff;
  --text: #24324a;
  --muted: #66738a;
  --line: rgba(36, 50, 74, 0.13);
  --btn: #3f6fca;
  --shadow: 0 14px 38px rgba(36, 50, 74, 0.09);
  color: #24324a;
}

.ssc-established-tool {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 1.25rem 3rem;
}

.ssc-library .ssc-calc {
  margin: 0;
  max-width: none;
}

.ssc-library .ssc-calc :is(.ssc-card, .ssc-field, .ssc-kpi, .ssc-result, .ssc-results) {
  background: #fff !important;
  border-color: rgba(36, 50, 74, 0.13) !important;
  box-shadow: 0 12px 34px rgba(36, 50, 74, 0.07);
}

.ssc-library .ssc-calc :is(input, select, textarea) {
  background: #f7f9fc !important;
  border-color: rgba(36, 50, 74, 0.16) !important;
  color: #24324a !important;
}

.ssc-clean-blog-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 5rem;
  max-width: 1160px;
  padding: 0 1.25rem;
}

.ssc-clean-blog-card {
  background: #fff;
  border: 1px solid #dfe5ef;
  border-radius: 30px;
  box-shadow: 0 14px 38px rgba(36, 50, 74, 0.08);
  overflow: hidden;
}

.ssc-clean-blog-card__image {
  aspect-ratio: 3 / 2;
  background: #e8edf7;
  display: block;
  overflow: hidden;
}

.ssc-clean-blog-card__image img {
  border-radius: 0 !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ssc-clean-blog-card > div {
  padding: 1.5rem;
}

.ssc-clean-blog-card h2 {
  font-size: 1.25rem;
  margin: 0 0 0.8rem;
}

.ssc-clean-blog-card h2 a {
  color: #1f2c43;
  text-decoration: none;
}

.ssc-clean-blog-card p {
  color: #66738a;
}

.ssc-clean-blog-card__read {
  color: #315fae;
  font-weight: 750;
}

.ssc-clean-article {
  color: #34435d;
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0 auto 5rem;
  max-width: 860px;
  padding: 0 1.25rem;
}

.ssc-clean-article__image {
  display: block;
  margin: 0 0 2rem;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.ssc-clean-article h2 {
  color: #1f2c43;
  margin-top: 2.3rem;
}

.ssc-clean-article h3 {
  color: #263651;
  margin-top: 1.8rem;
}

.ssc-clean-article a {
  color: #315fae;
  font-weight: 650;
}

.ssc-clean-article :is(blockquote, .ssc-callout) {
  background: #edf2ff;
  border-left: 4px solid #3f6fca;
  border-radius: 30px;
  margin: 1.5rem 0;
  padding: 1.2rem;
}

html[data-ssc-theme="dark"] .ssc-library .ssc-home,
html[data-ssc-theme="dark"] .ssc-library .ssc-calc {
  --bg: #171d29;
  --card: #232a39;
  --text: #edf2fb;
  --muted: #aeb8ca;
  --line: rgba(255, 255, 255, 0.12);
  color: #edf2fb;
}

html[data-ssc-theme="dark"] .ssc-library .ssc-calc :is(
  .ssc-card, .ssc-field, .ssc-kpi, .ssc-result, .ssc-results
),
html[data-ssc-theme="dark"] .ssc-clean-blog-card {
  background: #232a39 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

html[data-ssc-theme="dark"] .ssc-library .ssc-calc :is(input, select, textarea) {
  background: #1b2230 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #edf2fb !important;
}

html[data-ssc-theme="dark"] .ssc-clean-blog-card h2 a,
html[data-ssc-theme="dark"] .ssc-clean-article :is(h2, h3) {
  color: #f3f6fc;
}

html[data-ssc-theme="dark"] .ssc-clean-blog-card p,
html[data-ssc-theme="dark"] .ssc-clean-article {
  color: #b9c3d5;
}

@media (max-width: 760px) {
  .ssc-clean-blog-grid {
    grid-template-columns: 1fr;
  }
}
