.ding-topup-form {
	max-width: 520px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #1c1c1c54;
}

.ding-topup-form h2 {
	margin-top: 0;
}

.ding-topup-step {
	display: grid;
	gap: 12px;
	margin-bottom: 16px;
}

.ding-topup-hidden {
	display: none;
}

.ding-topup-form label {
	font-weight: 600;
}

.ding-topup-field-hint {
	margin: 0;
	font-size: 0.9em;
	color: #646970;
}

.ding-topup-phone-input {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.ding-topup-phone-prefix {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	background: #f6f7f7;
	border-right: 1px solid #8c8f94;
	font-weight: 600;
	color: #1d2327;
	user-select: none;
}

.ding-topup-phone-input input {
	flex: 1;
	width: auto;
	min-width: 0;
	border: 0;
	border-radius: 0;
	padding: 10px 12px;
}

.ding-topup-form input,
.ding-topup-form select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
}

.ding-topup-btn {
	cursor: pointer;
}

.ding-topup-btn:not(.elementor-button) {
	display: inline-block;
	padding: 10px 16px;
	border: 0;
	border-radius: 4px;
	background: #f0f0f1;
}

.ding-topup-btn-primary:not(.elementor-button) {
	background: #2271b1;
	color: #fff;
}

.ding-topup-status {
	min-height: 1.5em;
	color: #50575e;
}

.ding-topup-quote-box {
	padding: 12px;
	background: #f6f7f7;
	border-radius: 4px;
}

.ding-topup-btn-back {
	justify-self: start;
	width: auto;
	margin-bottom: 4px;
}

.ding-topup-lookup-summary {
	margin: 0;
}

.ding-topup-detected {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px;
	background: #f6f7f7;
	border-radius: 8px;
}

.ding-topup-country-flag {
	flex-shrink: 0;
	width: 48px;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.ding-topup-detected-details {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.ding-topup-detected-country,
.ding-topup-detected-provider {
	margin: 0;
}

.ding-topup-detected-iso {
	color: #646970;
	font-weight: 400;
}

.ding-topup-detected-provider {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #50575e;
}

.ding-topup-provider-logo {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.ding-topup-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
}

.ding-topup-promotions {
	padding: 12px;
	background: #fff8e5;
	border-radius: 8px;
}

.ding-topup-promotions h3 {
	margin: 0 0 8px;
	font-size: 1em;
}

.ding-topup-promotions-list {
	margin: 0;
	padding-left: 18px;
}
