/*
Theme Name:   Eduall Child
Theme URL:    https://wowtheme7.com/eduall-child/
Description:  Education WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     eduall
Version:      1.0.2
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  eduallchildtheme
*/

/*
    Please Add your custom styles here
*/

/* Single post meta row with icons */
.single-post .entry-header .meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;             /* space between date, author, categories */
    align-items: center;
    margin: 0 0 16px;      /* space between meta and featured image */
    font-size: 14px;
    color: #6b7280;        /* neutral text */
}
.single-post .meta-item {
    display: inline-flex;
    align-items: center;
}
.single-post .meta-item .meta-icon {
    display: inline-flex;
    margin-right: 8px;     /* space between icon and text */
    line-height: 0;
    opacity: .85;
}
.single-post .entry-header .entry-title {
    margin: 0 0 10px;
}

/* Space between featured image and content */
.single-post .post-thumbnail {
    margin: 0 0 22px;      /* pushes the image away from meta above and content below */
}
.single-post .entry-content {
    margin-top: 8px;       /* extra breathing room after image, if any */
}

/* Keep images fluid */
.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}