/**
 * GFC Stripe front-end styles
 */

.gfc-stripe-wrap {
	max-width: 880px;
	margin: 2rem auto;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid #e5e7eb;
}

.gfc-stripe-plan-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.gfc-stripe-plan-card {
	border: 1px solid #d1d5db;
	padding: 1.25rem;
	border-radius: 4px;
	background: #fafafa;
}

.gfc-stripe-plan-card h3 {
	margin-top: 0;
}

.gfc-stripe-price span {
	font-size: 2rem;
	font-weight: 700;
}

.gfc-stripe-notice {
	padding: 0.75rem 1rem;
	background: #ecfdf5;
	border-left: 4px solid #059669;
	margin: 1rem 0;
}

.gfc-stripe-error,
.gfc-stripe-error:not([hidden]) {
	color: #b91c1c;
	margin-top: 0.75rem;
}

.gfc-stripe-payout-actions .button {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

#gfc-stripe-payment-element {
	margin: 1rem 0;
	min-height: 40px;
	padding: 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	background: #fff;
}

.gfc-stripe-checkout-payment {
	margin: 1.25rem 0;
}

.gfc-stripe-checkout-payment .form-label {
	font-weight: 700;
	display: block;
	margin-bottom: 0.35rem;
}

#gfc-stripe-payment-errors {
	color: #b91c1c;
	margin-top: 0.5rem;
}

body.gfc-stripe-hide-tips .service_box,
body.gfc-stripe-hide-tips .gfm_tips_text,
body.gfc-stripe-hide-tips .gfm-tips-total {
	display: none !important;
}
