/*
 Theme Name:   News
 Template:     generatepress
 Version:      1.0
*/

.featured-table {
    padding: 2rem;
    border-left: 4px solid #5498a4;
    background-color: rgba(84, 152, 164, 0.05);
    margin-bottom: 1.2em;
}

.featured-table p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: Poppins;
}

.featured-table ul {
    font-size: 1rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.featured-table ul li {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(84, 152, 164, 0.15);
}

.featured-table ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

p.related {
    padding: 2rem;
    border-left: 4px solid #a45488;
    background-color: rgba(164, 84, 136, 0.05);
    display: flex;
    column-gap: 2rem;
}

p.related a {
    color: #a45488;
    font-weight: bold;
}