.custom-post-widget-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    padding: 20px;
}

.custom-post-item {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.custom-post-item h2 {
    font-size: 18px;
    margin: 10px 0;
}

.custom-post-item h2 a {
    text-decoration: none;
    color: #333;
}

.custom-post-item h2 a:hover {
    color: #0073aa;
}

.custom-post-item .post-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.post-meta-colored {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 13px;
    justify-content: center;
}

.post-date-colored {
    background: #e3edff;
    color: #3260d4;
    padding: 3px 8px;
    border-radius: 8px;
}

.post-version-colored {
    background: #ede3ff;
    color: #6a3bc5;
    padding: 3px 8px;
    border-radius: 8px;
}

.post-category-colored {
    background: #e2f7e9;
    color: #2b9447;
    padding: 3px 8px;
    border-radius: 8px;
    text-decoration: none;
}

.post-category-colored:hover {
    background: #c9efdb;
}

.post-excerpt-long {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    min-height: 4.8em;
    text-align: justify;
}
