body {
    background-color: #f8f9fa;
}

.card-table {
    overflow-x: auto;
}

.table-card {
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.badge-outline {
    border: 1px solid currentColor;
    background-color: transparent;
}

.summary-pill {
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background-color: #f8fafc;
    transition: all 0.2s ease-in-out;
}

.summary-pill:hover {
    border-color: #0d6efd;
    background-color: #eef4ff;
    color: inherit;
}

.issue-details-cell {
    max-width: 220px;
}

.home-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-card-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
