.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
}

.subtitle {
    color: #667085;
    font-size: 14px;
}

.card {
    background-color: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.table-wrapper {
    overflow-x: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.table th,
.table td {
    padding: 1rem;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.table thead th {
    color: #667085;
    font-weight: 500;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: calc(1rem + 10px);
}

.table td {
    color: #101828;
}

.action_column {
    display: flex;
    flex-direction: column;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .btn-primary {
    background-color: #7F56D9;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #6941C6;
}

.btn-secondary {
    background-color: #FFFFFF;
    color: #344054;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.btn-secondary:hover {
    background-color: #F9FAFB;
} */

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-icon svg {
    width: 15px;
    flex-shrink: 0;
}
