﻿.recent {
    color: #d17e2e; font-size: 26px; font-weight: 600; line-height: 40px; margin-bottom: 0px;
}

span.blogtime {
    position: absolute;
    top: 20px;
    margin-left: 70%;
}

li.blogname a {
    color: #244f9b !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.pagination pills-tabcontent.btn.active {
    background-color: #de7904 !important;
    color: #000;
    border: 2px solid #0056b3 !important;
}

li.blogname {
    margin-bottom: 15px;
    color: #244f9b;
}

.search-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .search-container input[type="text"] {
        width: 300px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }

    .search-container button {
        padding: 10px;
        border: none;
        background-color: #007bff;
        color: white;
        font-size: 16px;
        border-radius: 5px;
        margin-left: 5px;
        cursor: pointer;
    }

        .search-container button:hover {
            background-color: #0056b3;
        }

/* Style for the result list */
#resultList {
    display: none;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    width: 315px; /* Set width slightly larger than input */
    border: 1px solid #ccc; /* Add border */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    background-color: #fff;
    text-align: left; /* Align text to the left */
    margin-left: auto;
    margin-right: auto;
}

    #resultList li {
        padding: 10px;
        font-size: 18px;
        border-bottom: 1px solid #eee; /* Add a line between items */
    }

        #resultList li:last-child {
            border-bottom: none; /* Remove border for last item */
        }

        #resultList li:hover {
            background-color: #f0f0f0; /* Add hover effect */
        }

        #resultList li.hidden {
            display: none;
        }

p.article.sitelink a {
    color: #244f9b;
    font-weight: 550;
}

    p.article.sitelink a:hover {
        color: #de7904;
        font-weight: 550;
    }

.nav-blog-pills {
    border: none !important;
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    margin-bottom: -15px !important;
    margin-top: 30px !important;
}

#resultList li.active {
    background-color: #0d50a0 !important;
    color: #ffffff !important;
}




@media only screen and (max-width: 800px) {
    span.blogtime {
        position: absolute;
        top: 20px;
        margin-left: 60%;
    }
}

