.jlc-c8aa5a6d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.jlc-c8aa5a6d-card {
    background-color: #ffffff;
    border-left: 4px solid #3B82F6;
    border-top: 1px solid #C6CBD2;
    border-right: 1px solid #C6CBD2;
    border-bottom: 1px solid #C6CBD2;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.2s ease;
}

.jlc-c8aa5a6d-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.jlc-c8aa5a6d-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.jlc-c8aa5a6d-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.jlc-c8aa5a6d-tag {
    display: inline-block;
    background-color: #F3F4F6;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1.5;
}

.jlc-c8aa5a6d-button-wrap {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #C6CBD2;
}

.jlc-c8aa5a6d-button {
    display: block;
    text-align: center;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #ffffff;
    border: 1px solid #C6CBD2;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.jlc-c8aa5a6d-button:hover {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}
