/*
 Theme Name:   News
 Template:     generatepress
 Version:      1.0
*/

.site-content {
    column-gap: 2rem;
}

.featured-table {
    padding: 1rem;
    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;
}

/*.featured-table {
    padding: 2rem;
    border-left: 4px solid #549854;
    background-color: rgba(84, 152, 84, 0.05);
    margin-bottom: 1.2em;
}*/

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;
}


#rating {
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: rgba(125, 125, 125, 0.05);
    max-width: 100%;
    margin: 4rem auto;
    font-size: 14px;
}

.taxonomy-post_tag a {
    background-color: var(--accent);
    color: white;
    font-size: .80rem;
    padding: .2rem .8rem;
    margin-right: .8rem;
    display: inline-block;
}

.wp-block-post-terms__separator {
    display: none;
}

.wp-block-latest-posts__post-title {
    font-family: var(--gp-font--poppins);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
}