/*
 Theme Name: Travelify Child
 Template: travelify
*/

/* === Blog Post Styling === */

/* Blog post titles */
.entry-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Blog post featured image spacing */
.entry-image {
    margin-bottom: 15px;
}

/* Blog post meta styling */
.entry-meta {
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin-bottom: 15px;
}

/* Blog post excerpt */
.entry-content {
    font-size: 16px;
    line-height: 1.6;
}

/* Make blog images responsive and aligned */
.entry-image img {
    width: 100%;
    height: auto;
    display: block;
}