#result{
    margin-top:30px;
}

.result-card{
    padding:20px;
    border-radius:10px;
    margin-top:20px;
    font-family:Arial;
}

.yes{
    background:#ffe6e6;
    border-left:6px solid red;
}

.no{
    background:#e7ffe7;
    border-left:6px solid green;
}

.notfound{
    background:#fff7d6;
    border-left:6px solid orange;
}
.result-note{
    margin-top:15px;
    font-size:13px;
    color:#555;
}
.related-article {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.related-article p {
    margin-bottom: 6px;
}

.related-article a {
    text-decoration: none;
    font-weight: bold;
}