.wpic-container,
.wpic-container * {
	box-sizing: border-box;
}

.wpic-title {
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.wpic-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.wpic-field {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	min-width: 200px;
}

.wpic-label-text {
	font-size: 14px;
	font-weight: 600;
}

.wpic-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.wpic-currency-input {
	padding-right: 30px !important;
}

.wpic-currency-symbol {
	position: absolute;
	right: 10px;
	color: #666;
	font-weight: 700;
	pointer-events: none;
}

.wpic-field input[type="number"],
.wpic-field input[type="text"] {
	width: 100%;
	padding: 8px;
	font-size: 16px;
	font-weight: 700;
}

.wpic-field input[type="range"] {
	width: 100%;
}

.wpic-results {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-around;
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.05);
}

.wpic-results > div {
	flex: 1;
	min-width: 200px;
	text-align: center;
}

.wpic-disclaimer {
	margin: 12px 0 0;
	color: #666;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

@media (max-width: 768px) {
	.wpic-field,
	.wpic-results > div {
		min-width: 100%;
	}
}
