.kl-rich-text__preheader {
  font-size: 24px;
  text-align: left;
}

.kl-card-grid__preheader {
  font-size: 20px;
}
.button {
  font-size: 16px;
  text-align: center;
}
.navbar {
  font-size: 16px; 
}
.kl-navbar{ 
    max-width: fit-content;
    padding: 0 20px;
    margin: auto;
}
 .kl-navbar {
    margin: auto;
    max-width: inherit;
    padding: 0 20px;
}
.kl-navbar__button {
  font-size: 14px;
}
.button, .button_cta a, button {
    word-break: keep-all;
}
.lang_switcher_class {
    display: flex!important;
    justify-content: center;
}
.header__language-switcher--label-current {
    display: flex!important;
    justify-content: center;

  { .kl-features-03__section 
    background-color: white;
    display: none;

    }
  "button button--arrow widget_1729162028067__secondary_cta" {
    font-size: 18px; /* Set the font size for buttons */
    text-align: center; /* Center the text within the button */

}
  @import url('http://example.com/example_style.css'); */

  .subscribe-sidebar {
    position: sticky;
    top: 20px; /* Space from the top when scrolling */
    margin-left: 20px; /* Adjust spacing as necessary */
    flex-basis: 300px; /* Width of the sidebar */
    flex-shrink: 0; /* Prevent shrinking */
}

.blog-post__body-wrapper-2 {
    display: flex; /* Aligns content and sidebar horizontally */
    align-items: flex-start;
}

.blog-post {
    flex: 1; /* Ensures main blog content takes up available space */
}

@media (max-width: 768px) {
    .subscribe-sidebar {
        position: relative; /* Disable sticky on mobile */
        margin-left: 0;
        flex-basis: 100%; /* Full width for sidebar on small screens */
    }

    .blog-post__body-wrapper-2 {
        flex-direction: column; /* Stack content and sidebar on mobile */
    }
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/