.srp-related {
    margin-top: 3rem;
    padding-top: 2rem;
}

.srp-related h3 {
    margin-bottom: 1.5rem;
}

.srp-related ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.srp-related li {
    padding: 1rem 0;
    border-bottom: 1px solid #E5E3E1;
}

.srp-related li:last-child {
    border-bottom: none;
}

.srp-related a {
    text-decoration: none;
    color: inherit;
}

.srp-date {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.3rem;
}

.srp-title {
    display: block;
}

.srp-related a:hover .srp-date {
    text-decoration: underline;
    text-decoration-color: #999;
}

.srp-related a:hover .srp-title {
    text-decoration: underline;
}