/*
Theme Name: Unibee
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unibee
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html {
    scroll-behavior: smooth;
    interpolate-size: allow-keywords;
}

h1,
h2,
h3,
h4,
h5,
h6,
.toc_title,
[id^="toc_container"],
span {
    scroll-margin-top: 120px;
}

.page-template-blog-post .hero .breadcrumbs {
    flex-wrap: wrap !important;
}

@media (max-width: 768px) {
    .unibee-sticker {
        width: 100% !important;
    }

    .page-template-blog-post .section-content .section-row .col-right .post-content p,
    .page-template-blog-post .section-content .section-row .col-right .post-content ol li,
    .page-template-blog-post .section-content .section-row .col-right .post-content ul li,
    .page-template-blog-post .section-content .section-row .col-left .content-map ul li a {
        font-size: 16px;
        line-height: 24px !important;
    }

    .feature-badge {
        font-size: 0.9rem !important;
        line-height: 1.2rem !important;
    }

    .page-template-blog-post .section-content .section-row .col-right .post-content p {
        padding-bottom: 20px;
    }
}