.jrc-98e71e2f-container {
    width: 100%;
}

.jrc-98e71e2f-card {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
}

/* Mouseover / Hover Animation */
.jrc-98e71e2f-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.jrc-98e71e2f-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.jrc-98e71e2f-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
}

.jrc-98e71e2f-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.jrc-98e71e2f-arrow svg {
    width: 16px;
    height: 16px;
}

/* Arrow Slide Animation on Hover */
.jrc-98e71e2f-card:hover .jrc-98e71e2f-arrow {
    transform: translateX(4px);
}

.jrc-98e71e2f-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.jrc-98e71e2f-desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.jrc-98e71e2f-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.jrc-98e71e2f-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
}

.jrc-98e71e2f-meta-icon svg,
.jrc-98e71e2f-meta-icon i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: block;
}
