@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100&display=swap')
  
.container-fluid[class*="dnd_area"] {
    padding: 0;
}

.sidebar-sticky>div {
    position: sticky;
}

.sidebar-sticky__top>div {
    top: var(--sticky-offset);
}

.sidebar-sticky__bottom {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
}

.sidebar-sticky__bottom>div {
    align-self: flex-end;
    bottom: var(--sticky-offset);
}

.avatar img {
    max-width: 50px;
    border-radius: 100%;
}

.author-section .meta {
    line-height: 1.2;
}

.author-section {
    background: #f5f7f9;
    padding: 2rem;
}

.related-posts-container {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    row-gap: 30px;
}

.related-post .related-post-link {
    cursor: pointer;
    padding: 20px;
    border: 1px solid var(--borders);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: border-color 250ms ease-out;
    height: 100%;
}

.related-post .related-post-link:hover {
    text-decoration: none;
    border-color: var(--primary);
    transition: border-color 250ms ease-out;
}

.related-post-link:hover>h5 {
    transition: text-decoration 250ms ease-out;
}

.related-post-link .related-post-meta .featured-image {
    max-height: 170px;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.related-post-link .related-post-meta .featured-image img {
    object-fit: cover;
}

.related-post-link .related-post-meta .meta {
    display: flex;
    align-items: center;
    color: var(--dark);
}

.related-post-link .related-post-meta .meta .tag {
    padding: .5rem;
    font-size: .9rem;
    line-height: 1;
    text-decoration: none;
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;
    transition: background 250ms ease-out, color 250ms ease-out;
}

.related-post-link:hover .related-post-meta .meta .tag {
    background: var(--primary);
    color: var(--white);
    transition: background 250ms ease-out, color 250ms ease-out;
}



.hs-inline-edit #hs_cos_wrapper_post_body {
    padding: 1rem
}

@media(max-width: 768px) {
    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
        min-height: 2.5rem;
    }
}


.overlay-svg {
    position: absolute;
    top: 0;
    left: 68%;
    width: 27%;  /* Or set a specific size */
    z-index: 10;  /* Ensures the SVG is on top */
    transform: rotate(180deg);
    overflow: hidden;

}

.sr-blog-listing-02 .article-panel .article-content {
    line-break: auto !important;
}
  
// <uniquifier>: Use a unique and descriptive class name

.public-sans-regular {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.blog-content {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}