/*
Theme Name:   Hestia Child
Description:  Child theme for Hestia. Customizes featured posts layout.
Author:       Drudgington Post
Template:     hestia
Version:      1.0.1
Text Domain:  hestia-child
*/

.hestia-blog-featured-posts .card {
    min-height: 0;
    height: auto;
}

.hestia-blog-featured-posts .card .card-body {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.hestia-blog-featured-posts .card .card-title {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
    line-height: 1.2;
}

.hestia-blog-featured-posts .card .hestia-child-author {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 1.3;
}

.hestia-blog-featured-posts .card .hestia-child-author-link {
    text-decoration: underline;
    font-weight: 500;
    padding: 2px 0;
}

.hestia-blog-featured-posts .card .hestia-child-author-link:hover {
    text-decoration: none;
    opacity: 0.85;
}

.hestia-blog-featured-posts .card .card-description {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.35;
}

.hestia-blog-featured-posts {
    margin-top: 0;
    margin-bottom: 1rem;
}
