.blog-overview-hero .landing-hero-text {
  padding-bottom: 0rem;
}

@media (min-width: 768px) {
  .blog-resources-overview-section {
    padding: 2rem 0;
  }
}

.blog-filters {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .blog-filters .search-input-form-group {
    width: 60%;
    margin: 0 auto;
  }
}
.blog-filters .search-control {
  height: 3rem;
  min-height: 3rem;
}
.blog-filters .search-input-wrapper {
  position: relative;
}
.blog-filters .search-input-wrapper .search-icon-wrapper.hidden, .blog-filters .search-input-wrapper .cross-icon-wrapper.hidden {
  display: none;
}

.blog-topics-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem auto 1rem;
}
.blog-topics-list .btn {
  font-weight: 400;
  border-radius: 2rem;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
.blog-topics-list .btn.active {
  background: var(--btn-primary-background);
  color: var(--btn-primary-color);
  border-color: var(--btn-primary-background);
  pointer-events: none;
}
.blog-topics-list .btn:hover:not(.active) {
  background: var(--btn-primary-hover-background);
  color: var(--btn-primary-color);
}
@media (max-width: 767.98px) {
  .blog-topics-list {
    display: none;
  }
}

.blog-mobile-topics-list {
  display: none;
  margin: 1.5rem auto 1rem;
}
@media (max-width: 767.98px) {
  .blog-mobile-topics-list {
    display: block;
  }
}
.blog-mobile-topics-list select {
  min-height: 3rem;
  height: 3rem;
}

.blog-segment-toggle {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin: 1rem 0 2rem;
  border-bottom: 1px solid #d0d2d3;
}
.blog-segment-toggle .segment-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #73797b;
  padding-bottom: 0.75rem;
  position: relative;
  transition: color 0.2s ease;
}
.blog-segment-toggle .segment-link.active {
  color: #000000;
}
.blog-segment-toggle .segment-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d94174;
}
.blog-segment-toggle .segment-link:hover:not(.active) {
  color: #000000;
}

.blog-post-hero {
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .blog-post-hero {
    margin-top: 2rem;
  }
  .blog-post-hero div {
    border-radius: 1.5rem;
  }
}
@media (min-width: 992px) {
  body:has(.banner-preview) .blog-post-hero {
    margin-top: 4.5rem;
  }
}
.blog-post-hero .back-button {
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}
.blog-post-hero .back-button:hover, .blog-post-hero .back-button:focus, .blog-post-hero .back-button:active {
  color: #d94174;
}
.blog-post-hero .landing-hero-text {
  margin: 0 auto;
  padding: 2rem;
}
.blog-post-hero .card-tag {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.blog-post-hero .author-name {
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
}
.blog-post-hero .author-img {
  border-radius: 9999px;
}

.blog-content-wrapper .blog-body-content {
  font-size: 1.125rem;
  overflow-x: hidden;
}
.blog-content-wrapper .blog-body-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 40px 0 20px;
}
.blog-content-wrapper .blog-body-content blockquote, .blog-content-wrapper .blog-body-content .highlight-box {
  border-left: 2px solid #d94174;
  padding: 20px 30px;
  margin: 30px 0;
  background-color: transparent;
}
.blog-content-wrapper .blog-body-content blockquote p, .blog-content-wrapper .blog-body-content .highlight-box p {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1.25rem;
}
.blog-content-wrapper .blog-body-content blockquote.pink-text p, .blog-content-wrapper .blog-body-content .highlight-box.pink-text p {
  color: #d94174;
}
.blog-content-wrapper .blog-body-content hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 2rem 0;
}
.blog-content-wrapper .blog-body-content table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.blog-content-wrapper .blog-body-content figure.table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin: 1.5rem 0;
  border-radius: 0;
}
.blog-content-wrapper .blog-body-content figure.table table {
  display: table;
  width: 100%;
  overflow-x: visible;
}
.blog-content-wrapper .blog-body-content img,
.blog-content-wrapper .blog-body-content picture,
.blog-content-wrapper .blog-body-content figure {
  display: block;
  margin: 1.5rem auto;
  border-radius: 1.5rem;
}
.blog-content-wrapper .blog-body-content .embed-responsive-item,
.blog-content-wrapper .blog-body-content iframe,
.blog-content-wrapper .blog-body-content embed,
.blog-content-wrapper .blog-body-content object,
.blog-content-wrapper .blog-body-content video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 8px;
  border: none;
}

.blog-post-cta-banner {
  display: flex;
  border-radius: 1.5rem;
  flex-direction: column;
  background-size: cover;
  padding: 4rem 2rem;
  color: #ffffff;
  margin: 4rem 0;
}
.blog-post-cta-banner h3 {
  color: white;
}

.blog-cta-box {
  margin: 3rem 0;
  padding: 3rem;
  border: 1px solid #f7d9e3;
  background-color: #fef9fb;
  border-radius: 1.5rem;
  text-align: center;
}

.blog-author-footer-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 4rem;
  padding: 4rem 0;
  border-top: 1px solid #d0d2d3;
}
.blog-author-footer-card .author-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-author-footer-card .author-content span {
  display: flex;
  flex-direction: column;
}
.blog-author-footer-card .author-bio {
  font-style: italic;
}
.blog-author-footer-card .post-date {
  color: #73797b;
}
.blog-author-footer-card img {
  border-radius: 9999px;
}

.blog-empty-state {
  text-align: center;
  padding: 5rem 1rem;
}
.blog-empty-state.hidden {
  display: none;
}

.blog-download-box {
  margin: 3rem 0;
  padding: 3rem;
  border: 1px solid #d5eaf6;
  background-color: #f9fcfe;
  border-radius: 1.5rem;
  text-align: center;
}
.blog-download-box .close {
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.blog-download-box .download-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.blog-download-box .download-content .text-white {
  color: #ffffff;
}
.blog-download-box .download-content .blog-download-form {
  margin-top: 2rem;
}
.blog-download-box .download-content .blog-download-form .input-group {
  display: flex;
  gap: 10px;
}
.blog-download-box .download-content .blog-download-form .input-group .form-control {
  flex-grow: 1;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  border: none;
}
.blog-download-box .download-content .blog-download-form .input-group .btn-outline-light {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  transition: all 0.2s ease;
}
.blog-download-box .download-content .blog-download-form .input-group .btn-outline-light:hover {
  background: #ffffff;
  color: #152023;
}
@media (max-width: 767.98px) {
  .blog-download-box .download-content .blog-download-form .input-group {
    flex-direction: column;
  }
  .blog-download-box .download-content .blog-download-form .input-group .btn-outline-light {
    width: 100%;
  }
}
.blog-download-box .g-recaptcha {
  display: flex;
  justify-content: center;
}
.blog-download-box .g-recaptcha iframe {
  border-radius: 0;
}
.blog-download-box .form-success-text-container {
  display: block;
}
.blog-download-box .form-success-text-container .svg-icon {
  font-size: 3rem;
  color: #00b686;
}

.blog-related-posts {
  padding-bottom: 4rem;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background-color: #8a8f91;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  background-color: #152023;
  color: #ffffff;
}

.table-dynamic-column {
  font-size: 0.875rem;
}
.table-dynamic-column .platform-selector {
  margin: 1rem 0;
}
.table-dynamic-column th[scope=row] p {
  writing-mode: sideways-rl;
}
@media (min-width: 576px) {
  .table-dynamic-column {
    font-size: 1rem;
  }
  .table-dynamic-column th[scope=row] p {
    writing-mode: horizontal-tb;
  }
}

.blog-post-container:has(.has-toc) {
  overflow: visible;
}

.blog-content-wrapper.has-toc {
  overflow: visible;
}
@media (min-width: 1200px) {
  .blog-content-wrapper.has-toc {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
  }
  .blog-content-wrapper.has-toc > footer,
  .blog-content-wrapper.has-toc > .blog-post-cta-banner,
  .blog-content-wrapper.has-toc > .blog-cta-box {
    grid-column: 1/-1;
  }
}

.blog-toc-sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .blog-toc-sidebar {
    display: block;
    position: sticky;
    top: 5rem;
    align-self: start;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
  }
  .blog-toc-sidebar::-webkit-scrollbar {
    width: 4px;
  }
  .blog-toc-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
}

.blog-toc-inner {
  padding-right: 0.5rem;
}

.blog-toc-label {
  display: block;
  font-weight: 700;
  color: #d94174;
  margin-bottom: 0.875rem;
  letter-spacing: 0.015em;
}

.blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-toc-list li {
  margin: 0;
}
.blog-toc-list a {
  display: block;
  padding: 0.375rem 0 0.375rem 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #73797b;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.15s ease;
}
.blog-toc-list a:hover {
  color: #000000;
}
.blog-toc-list a.active {
  color: #000000;
  font-weight: 600;
  border-left-color: #d94174;
}
.blog-toc-list .blog-toc-item--nested a {
  padding-left: 1.5rem;
}

.blog-toc-social {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d0d2d3;
}
.blog-toc-social a {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #73797b;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.blog-toc-social a:hover, .blog-toc-social a:focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
.blog-toc-social a svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.blog-excel-slack-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  margin: 2rem 0;
  background: #fcf7ec;
  border-radius: 0.25rem;
}

/*# sourceMappingURL=blog.css.map */
