.sc-973d60a0-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
}

.sc-973d60a0-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sc-973d60a0-icon-wrapper img {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.sc-973d60a0-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.sc-973d60a0-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    flex-grow: 1; /* Pushes tags container to the bottom */
}

.sc-973d60a0-tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    background-color: #f8fafc;
    padding: 8px 12px;
}

.sc-973d60a0-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.sc-973d60a0-separator {
    font-size: 10px;
    color: #cbd5e1;
    user-select: none;
}
