#blog-search {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    border-radius: 50px;
    background: #EBEBEB;
    border: navajowhite;
    background-image: url(https://a4i.dotncube.in/wp-content/uploads/2026/02/Group-1000006950.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 44px;
    padding-left: 20px;
}

.blog-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}