/* Added by IndiaSan Shippo start */

.iscu_stripe_dashboard_card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	margin: 20px 0;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	font-family: inherit;
}

.iscu_stripe_card_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #edf2f7;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.iscu_stripe_card_header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1a202c;
}

.iscu_stripe_badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
}

.iscu_badge_success {
	background-color: #def7ec;
	color: #03543f;
}

.iscu_badge_warning {
	background-color: #feecdc;
	color: #9a3412;
}

.iscu_stripe_callout_warning {
	background-color: #fffaf0;
	border-left: 4px solid #dd6b20;
	padding: 14px 18px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.iscu_stripe_callout_warning p {
	margin: 0;
	color: #9c4221;
	font-size: 14px;
	line-height: 1.5;
}

.iscu_stripe_info_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-bottom: 24px;
	background: #f7fafc;
	padding: 16px;
	border-radius: 8px;
}

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

.iscu_info_item label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #718096;
	margin-bottom: 4px;
	font-weight: 600;
}

.iscu_info_item span {
	font-size: 15px;
	font-weight: 600;
	color: #2d3748;
}

.iscu_stripe_action_row {
	display: flex;
	justify-content: flex-start;
}

.iscu_stripe_btn {
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border: none;
	outline: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.iscu_btn_primary {
	background-color: #635bff;
	color: #ffffff;
}

.iscu_btn_primary:hover {
	background-color: #4b44e0;
	box-shadow: 0 4px 12px rgba(99, 91, 255, 0.3);
}

.iscu_btn_secondary {
	background-color: #edf2f7;
	color: #4a5568;
}

.iscu_btn_secondary:hover {
	background-color: #e2e8f0;
	color: #2d3748;
}

/* Added by IndiaSan Shippo end */
