/* Single Post Layout Styles */
.article-inner {
    padding: 20px 0;
}

/* Main Content Column */
.col.large-8 {
    padding-right: 30px;
}

/* Services Sidebar */
.services-sidebar {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
}

.services-sidebar h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.service-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.service-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.service-thumbnail {
    margin-bottom: 10px;
}

.service-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.service-title {
    font-size: 16px;
    margin: 0;
}

.service-title a {
    color: #333;
    text-decoration: none;
}

.service-title a:hover {
    color: #666;
}

/* Related Posts Section */
.related-posts-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.related-posts-section h3 {
    margin-bottom: 20px;
}

.related-post-item {
    margin-bottom: 20px;
}

.related-post-thumbnail {
    margin-bottom: 10px;
}

.related-post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.related-post-title {
    font-size: 16px;
    margin: 0;
}

.related-post-title a {
    color: #333;
    text-decoration: none;
}

.related-post-title a:hover {
    color: #666;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .col.large-8 {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .services-sidebar {
        margin-top: 30px;
    }
} 