.rp-ebbb698c-wrapper {
    width: 100%;
}

.rp-ebbb698c-grid {
    display: grid;
    gap: 24px;
    width: 100%;
}

.rp-ebbb698c-card {
    display: flex;
    flex-direction: column;
    background: #F5F8FA;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rp-ebbb698c-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.rp-ebbb698c-card-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #E2E8F0;
    overflow: hidden;
}

.rp-ebbb698c-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp-ebbb698c-card-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #CBD5E1 0%, #94A3B8 100%);
}

.rp-ebbb698c-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rp-ebbb698c-card-title {
    margin: 0 0 12px 0;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
}

.rp-ebbb698c-card-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.rp-ebbb698c-card-title a:hover {
    opacity: 0.8;
}

.rp-ebbb698c-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.rp-ebbb698c-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: opacity 0.2s ease;
}

.rp-ebbb698c-card-link:hover {
    opacity: 0.8;
}
