#npcatch li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0.5rem 0;
    width: 100%;
    text-decoration: none;
}
#npcatch figure {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    width: 80px;
}
#npcatch figure img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    display: block !important;
}
#npcatch .detail {
    flex: 1;
    font-size: 12px;
    line-height: 1.4;
}
