.cp-9f9138cb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.cp-9f9138cb-item {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.cp-9f9138cb-image {
    margin-bottom: 15px;
}
.cp-9f9138cb-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}
.cp-9f9138cb-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.cp-9f9138cb-title a {
    text-decoration: none;
    color: inherit;
}
.cp-9f9138cb-excerpt {
    font-size: 0.9rem;
    color: #666;
}