﻿.blog-header {
    padding: 100px 0 60px;
    background: linear-gradient(to right, #0a2342, #1c4e80);
    color: #fff;
}

    .blog-header h1 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

.blog-section {
    padding: 60px 0;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .blog-card:hover {
        transform: translateY(-8px);
    }

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

    .blog-content h3 {
        font-size: 1.4rem;
        color: #0a2342;
    }

.blog-footer {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-more {
    color: #1c4e80;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

    .read-more:hover {
        color: #f57c00;
    }


/* Ümumi headerdən sonra birbaşa başlayır */
.mini-header {
    width: 100%;
    height: 90px; /* Hündürlük az */
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: #f8f9fc; /* Real, yumşaq, admin panel effekti */
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: relative;
    top: 0;
}

/* Təmiz tipografiya */
.mini-header-content h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
    letter-spacing: 0.3px;
}

    /* Kiçik vurğu xətti */
    .mini-header-content h1::after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #0074ff;
        margin-top: 6px;
        border-radius: 4px;
    }
