/* Add any specific styles for the blogs page here */
h1 {
    text-align: center;
    margin-top: 100px;
}

.single-blog-post {
    max-width: 800px;
    margin: 120px auto 60px;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

.blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.blog-category {
    display: inline-block;
    font-size: 0.9rem;
    color: #007bff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.blog-title {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.2;
    color: #222;
}

.blog-image-container {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.blog-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-summary {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 30px;
    border-left: 4px solid #007bff;
    padding-left: 20px;
    font-style: italic;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-back {
    margin-top: 50px;
    text-align: center;
}

.all-blogs-section {
    max-width: 1200px;
    margin: 0 auto;
}
