.card {
    display: block;
    max-width: 30rem;
}

section.card,
a.card section {
    background: #363d6c;
    color: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
}

a.card:hover section {
    background: #3f4679;
}

a.card {
    text-decoration: none;
}

.card h3,
.card h4 {
    margin: 0;
}

.card h4 {
    font-size: 1.125rem;
}

.card h4,
.card ul,
.card li {
    display: inline;
    padding: 0 1rem 0 0;
}

a.card h3 {
    color: #de2d00;
    text-decoration: underline;
}

.card h3 em {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    top: 3rem;
    right: 1rem;
}

.card p {
    margin-top: 0;
}

.card .stars {
    position: absolute;
    top: 1rem;
    right: 1rem;
}