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

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

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

/* BLOG POST */
.reading-minutes {
  margin-bottom: 0.5rem;
}
.blog-post__tags {
  margin-bottom: 0.5rem;
}
.blog-post__timestamp {
  margin-bottom: 0.5rem;
}

/* OLD CUSTOM MODULES */
.popup-kysely
  max-width: 100% !important; 
  margin-left: 15% !important;
}

/* FOOTER */
footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #FFF !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-family: 'Montserrat';
    text-overflow: unset !important;
    max-width: 100% !important;
    overflow: auto !important;
}
footer li {
    margin-bottom: 0px;
}
footer li a::after {
    content: "|" ;
    margin-left: 20px;
}
footer li:last-child a:after {
    content: none !important;
}
footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding:10px 10px !important;
}

footer .inputs-list {
    margin: 10px 0px 0px 0px;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}