.blog-hero {
    height: 42vh;
}

.blog-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55));
}

.blog-card .card-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.blog-card .card-title {
    font-weight: 600;
}

.blog-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 0.9rem;
}

.blog-meta .author {
    color: #1a237e;
    font-weight: 600;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.search-shell {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.search-shell .search-input {
    width: 100%;
    height: 52px;
    border-radius: 9999px;
    border: 1px solid #e0e0e0;
    padding: 0 56px 0 48px !important;
    font-size: 1.05rem;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-shell .search-input:focus {
    outline: none;
    border-color: #1a237e;
    box-shadow: 0 6px 20px rgba(26, 35, 126, 0.12);
}

.search-shell .left-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #607d8b;
}

.search-shell .clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #90a4ae;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-shell .clear-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #607d8b;
}
