.rpg-39af0f33-grid {
    display: grid;
    gap: 20px;
    width: 100%;
}
.rpg-39af0f33-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-style: solid;
    border-width: 0px;
}
.rpg-39af0f33-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.rpg-39af0f33-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex-grow: 1;
}
.rpg-39af0f33-title {
    margin: 0 0 10px 0;
}
.rpg-39af0f33-title a {
    text-decoration: none;
    color: inherit;
}
.rpg-39af0f33-meta {
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.rpg-39af0f33-excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.rpg-39af0f33-readmore {
    margin-top: auto;
    font-weight: bold;
    text-decoration: none;
}
