.post-body-section-1 .content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 60px;
  align-items: start;
}
.post-body-section-1 .wysiwyg-styles h1,
.post-body-section-1 .wysiwyg-styles h2,
.post-body-section-1 .wysiwyg-styles h3,
.post-body-section-1 .wysiwyg-styles h4,
.post-body-section-1 .wysiwyg-styles h5,
.post-body-section-1 .wysiwyg-styles h6 {
  color: var(--color-type-body);
  margin-bottom: 15px;
}
.post-body-section-1 .section-side-one {
  grid-column: 1/span 3;
}
.post-body-section-1 .section-side-two {
  grid-column: 5/span 8;
}
.post-body-section-1 .post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.post-body-section-1 .toc-list,
.post-body-section-1 .share-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-body-section-1 .toc-title,
.post-body-section-1 .share-title {
  margin: 0 0 16px 0;
  font-weight: 900;
}
.post-body-section-1 .case-study-share {
  border-top: 1px solid var(--gray-200);
  padding-top: var(--inner-spacing-md);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-body-section-1 .share-title {
  margin-bottom: 10px;
}
.post-body-section-1 .share-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.post-body-section-1 .share-list li {
  margin: 0;
}
.post-body-section-1 .share-link {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.post-body-section-1 .share-link .share-icon {
  display: block;
  transition: opacity 0.15s ease;
}
.post-body-section-1 .share-link .share-icon--hover {
  position: absolute;
  opacity: 0;
}
.post-body-section-1 .share-link:hover .share-icon--default {
  opacity: 0;
}
.post-body-section-1 .share-link:hover .share-icon--hover {
  opacity: 1;
}
.post-body-section-1 .share-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
}
.post-body-section-1 .share-link .share-icon {
  width: 44px;
  height: 44px;
}
.post-body-section-1 .share-link .share-icon--hover {
  inset: 0;
}
.post-body-section-1 .post-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--inner-spacing-lg);
}
.post-body-section-1 .body-copy {
  margin-bottom: 0;
}
.post-body-section-1 .body-copy p {
  margin-top: 0;
  max-width: 696px;
}
.post-body-section-1 .body-copy p:last-child {
  margin-bottom: 0;
}
.post-body-section-1 .body-copy p:has(> img) {
  max-width: none;
}
.post-body-section-1 .body-copy img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-3xl);
}
.post-body-section-1 .body-share {
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--inner-spacing-md);
  margin-bottom: 45px;
}
.post-body-section-1 .body-share-title .share-title {
  margin: 0;
}
.post-body-section-1 .body-share-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.post-body-section-1 .case-study-newsletter {
  background: var(--gray-100);
  border-radius: var(--border-radius-6xl);
  box-shadow: inset 0 0 0 1px rgba(10, 13, 18, 0.08), inset 0 -2px 0 0 rgba(10, 13, 18, 0.05), 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 50px 100px 65px 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.post-body-section-1 .newsletter-headline {
  margin-bottom: 30px;
  color: var(--gray-600);
  max-width: 456px;
}
.post-body-section-1 .newsletter-legal {
  margin: 0;
  color: var(--gray-600);
  font-style: italic;
}
.post-body-section-1 .newsletter-legal p {
  margin-top: 0;
}
.post-body-section-1 .newsletter-legal p:last-child {
  margin-bottom: 0;
}
.post-body-section-1 .newsletter-form .nf-form-fields-required,
.post-body-section-1 .newsletter-form .nf-field-label {
  display: none;
}
.post-body-section-1 .newsletter-form .nf-form-content {
  width: 100%;
}
.post-body-section-1 .newsletter-form .nf-cell {
  width: calc(100% - 152px) !important;
  padding: 0;
}
.post-body-section-1 .newsletter-form .nf-cell:nth-last-child(1) {
  width: 132px !important;
  margin-left: 20px;
}
.post-body-section-1 .newsletter-form .email-container {
  flex: 1;
  margin-bottom: 4px;
}
.post-body-section-1 .newsletter-form .submit-container {
  width: auto;
  margin-bottom: 0;
}
.post-body-section-1 .newsletter-form .submit-container input[type=submit],
.post-body-section-1 .newsletter-form .submit-container button[type=submit] {
  width: auto;
}
.post-body-section-1 .newsletter-form .nf-input-limit {
  margin-top: 0;
}
.post-body-section-1 .newsletter-form .fake-form {
  display: flex;
  gap: var(--inner-spacing-sm);
  pointer-events: none;
  opacity: 0.6;
}
.post-body-section-1 .newsletter-form .fake-input {
  flex: 1;
}
.post-body-section-1 .newsletter-form .fake-button {
  padding: var(--inner-spacing-sm) var(--inner-spacing-lg);
  border: none;
  border-radius: var(--border-radius-full);
  background: var(--brand-500);
  color: var(--color-white);
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .post-body-section-1 .content {
    grid-template-columns: 1fr;
  }
  .post-body-section-1 .section-side-one,
  .post-body-section-1 .section-side-two {
    grid-column: 1/-1;
  }
  .post-body-section-1 .post-sidebar {
    display: none;
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 30px;
  }
  .post-body-section-1 .case-study-share,
  .post-body-section-1 .case-study-print {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .post-body-section-1 .case-study-newsletter {
    padding: 35px;
  }
  .post-body-section-1 .case-study-newsletter .newsletter-form .nf-cell {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .post-body-section-1 .case-study-newsletter .newsletter-form .nf-cell:nth-last-child(1) {
    margin-left: 0;
  }
}