 body {
            background-color: white;
            font-family: "Roboto Slab";
            ;
        }


        .ab-article-wrapper {
            padding: 60px 0;
        }

        .ab-feature-image {
            width: 80%;
            border-radius: 8px;
        }

        .ab-sidebar-box {
            background-color: #fff;
            padding: 20px;
            margin-bottom: 24px;
            border-radius: 5px;
        }

        .ab-sidebar-box h5 {
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #333;
        }

        .ab-sidebar-box ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .ab-sidebar-box ul li {
            margin-bottom: 10px;
        }

        .ab-sidebar-box ul li a {
            color: #d02135;
            text-decoration: none;
            font-size: 0.95rem;
        }

        .ab-sidebar-box ul li a:hover {
            text-decoration: underline;
        }

        .ab-search-input {
            position: relative;
        }

        .ab-search-input input {
            width: 100%;
            padding: 10px 35px 10px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fdfdfd;
        }

        .ab-search-input i {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #555;
        }

        /* --------- */
        /* Blog post intro styles */
        .absm-post-heading {
            font-family: 'Vollkorn', serif;
            font-size: 1.625rem;
            color: #111;
        }



        .absm-section-maintitle {
            font-family: 'Vollkorn', serif;
            font-size: 3rem;
            font-weight: 700;
            color: #111;
        }

        .absm-section-title {
            font-family: 'Vollkorn', serif;
            font-size: 2rem;
            font-weight: 700;
            color: #111;
        }

        .absm-para-text {
            text-align: justify;
            font-size: 1.05rem;
            font-weight: 300;
            line-height: 1.45;
            color: #111;
        }

        .absm-inline-link {
            font-weight: 500;
        }