/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 05 2026 | 10:13:38 */
.custom-post-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.custom-post-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.custom-post-meta span {
    display: block; /* Stacks author above date/read time like Wix */
}

.custom-post-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    margin-bottom: 10px !important;
    line-height: 1.2;
}

.custom-post-body-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

/* Ensure emojis from your screenshot render properly */
.custom-post-body-content p {
    margin-bottom: 10px;
}

.postid-251 div#featured-image {
    display: none;
}