.custom-recent-posts {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #000;
    padding: 20px;
    border: none;
}

.custom-recent-posts h3 {
    margin-top: 0;
    color: #172933;
}

.custom-recent-posts ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-recent-posts ul li {
    font-family: "Inter", Sans-serif;
    margin-bottom: 10px;
}

.custom-recent-posts ul li a {
    color: #172933;
    text-decoration: none;
}

.custom-recent-posts ul li a:hover {
    text-decoration: underline;
}
