.blog-posts-grid-0dc243e9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    width: 100%;
}

.post-card-0dc243e9 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card-0dc243e9:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.post-image-0dc243e9 {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.post-link-overlay-0dc243e9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.post-content-0dc243e9 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-title-0dc243e9 {
    margin: 0 0 12px 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.post-title-0dc243e9 a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.post-title-0dc243e9 a:hover {
    color: #0073aa;
}

.post-excerpt-0dc243e9 {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

.read-more-0dc243e9 {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
    align-self: flex-start;
    transition: color 0.2s ease;
}

.read-more-0dc243e9:hover {
    color: #005177;
}
