.cbx-reseller-panel {
	background: #fff;
	border-radius: 24px;
	padding: 20px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.cbx-reseller-panel__top,
.cbx-reseller-panel__row,
.cbx-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cbx-reseller-panel__top h3 {
	margin: 0;
	font-size: 28px;
}

.cbx-reseller-panel__toggle {
	display: flex;
	gap: 8px;
	background: #fff;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
}

.cbx-reseller-panel__toggle span {
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 700;
}

.cbx-reseller-panel__toggle .active {
	background: #dff7ef;
	color: #10a56a;
}

.cbx-reseller-panel__section {
	margin-top: 18px;
}

.cbx-reseller-stepper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cbx-reseller-stepper button {
	width: 42px;
	height: 42px;
	border: none;
	background: #f7fafc;
	border-radius: 14px;
	font-size: 22px;
	cursor: pointer;
}

.cbx-reseller-breakdown {
	margin-top: 16px;
	padding: 18px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: #fbfdff;
}

.cbx-line {
	padding: 8px 0;
	color: #475569;
}

.cbx-line.total {
	border-top: 1px dashed rgba(15, 23, 42, 0.12);
	margin-top: 10px;
	padding-top: 14px;
	font-weight: 800;
	color: #0f1f49;
}

.cbx-reseller-label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	color: #64748b;
}

.cbx-reseller-input {
	width: 100%;
	padding: 16px 18px;
	border: 2px solid #f2c2c7;
	border-radius: 18px;
	font-size: 20px;
}

.cbx-reseller-profit {
	margin: 12px 0 0;
	font-size: 18px;
	font-weight: 800;
}

@media (max-width: 900px) {
	.cbx-reseller-panel {
		border-radius: 20px;
		padding: 16px;
	}

	.cbx-reseller-panel__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.cbx-reseller-panel__top h3 {
		font-size: 24px;
	}

	.cbx-reseller-panel__toggle {
		width: 100%;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.cbx-reseller-panel__toggle span {
		flex: 1;
		text-align: center;
		padding: 10px 12px;
	}

	.cbx-reseller-panel__row,
	.cbx-line {
		font-size: 14px;
	}

	.cbx-reseller-breakdown {
		padding: 14px;
		border-radius: 16px;
	}

	.cbx-reseller-stepper button {
		width: 38px;
		height: 38px;
		border-radius: 12px;
	}

	.cbx-reseller-input {
		padding: 14px 16px;
		border-radius: 16px;
		font-size: 18px;
	}

	.cbx-reseller-profit {
		font-size: 16px;
	}
}
