/* Additional spacing improvements */

/* Section spacing */
.homepage-section {
    padding: 20px 0;
}

.section-featured {
    padding-top: 0;
}

/* Card content spacing */
.post-card-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Featured side items spacing */
.featured-side-content .post-title {
    margin-top: 5px;
}

/* Widget spacing */
.widget {
    margin-bottom: 20px;
}

.widget:last-child {
    margin-bottom: 0;
}

/* Footer widget spacing */
.footer-widget h3 {
    margin-top: 10px;
}

/* Button and link spacing */
.view-all {
    margin-top: 5px;
}

/* Meta information spacing */
.entry-meta span {
    margin-right: 15px;
}

.entry-meta span:last-child {
    margin-right: 0;
}

/* Category badge spacing */
.post-category {
    margin-right: 5px;
    margin-bottom: 8px;
}

.post-category:last-child {
    margin-right: 0;
}

/* Image spacing within content */
.entry-content img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

.entry-content img.alignright {
    margin-left: 20px;
    margin-bottom: 20px;
}

/* List spacing */
.entry-content ul,
.entry-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.entry-content li {
    margin-bottom: 10px;
}

/* Blockquote spacing */
.entry-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    border-left: 4px solid #e74c3c;
    background: #f9f9f9;
    font-style: italic;
}

/* Table spacing */
.entry-content table {
    margin: 25px 0;
    width: 100%;
    border-collapse: collapse;
}

.entry-content table th,
.entry-content table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

/* Form element spacing */
.entry-content input,
.entry-content textarea,
.entry-content select {
    margin-bottom: 15px;
    padding: 10px 15px;
}
