/* WooCommerce Advance Deposit Payment — frontend styles */

.wcadp-product-notice {
	margin: 12px 0;
	padding: 10px 14px;
	background: #f4faff;
	border-left: 3px solid #2271b1;
	font-size: 0.95em;
	border-radius: 2px;
}

.wcadp-choice-row .wcadp-choice-wrap {
	display: block;
	padding: 12px 0;
}

.wcadp-choice-row .wcadp-choice-label {
	margin: 0 0 8px;
	font-size: 0.95em;
}

.wcadp-choice-row .wcadp-choice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	margin-bottom: 8px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.wcadp-choice-row .wcadp-choice:hover {
	background: #fafafa;
	border-color: #c9c9c9;
}

.wcadp-choice-row .wcadp-choice input[type="radio"] {
	margin-top: 4px;
}

.wcadp-choice-row .wcadp-choice-text {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.wcadp-choice-row .wcadp-choice-amount {
	font-weight: 600;
}

.wcadp-choice-row .wcadp-choice-remaining,
.wcadp-choice-row .wcadp-choice-min {
	color: #6b6b6b;
	font-size: 0.9em;
	display: block;
	margin-top: 2px;
}

.wcadp-custom-amount {
	margin: 8px 0 4px 30px;
	padding: 12px 14px;
	border: 1px dashed #c9c9c9;
	border-radius: 4px;
	background: #fafbfe;
}

.wcadp-custom-amount__label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 0.92em;
}

.wcadp-custom-amount__input {
	width: 100%;
	max-width: 260px;
	padding: 8px 10px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	font-size: 1em;
	box-sizing: border-box;
}

.wcadp-custom-amount__input:focus {
	outline: 2px solid #2271b1;
	border-color: #2271b1;
}

.wcadp-custom-amount__hint {
	margin: 8px 0 0;
	color: #6b6b6b;
	font-size: 0.88em;
	line-height: 1.4;
}

.wcadp-custom-amount__summary {
	display: block;
	margin-top: 2px;
	color: #333;
}

.wcadp-custom-amount__error {
	color: #b32d2e;
	font-size: 0.9em;
	margin: 8px 0 0;
}

.wcadp-summary-to-pay th,
.wcadp-summary-to-pay td {
	font-weight: 600;
}

.wcadp-order-summary {
	margin-top: 2em;
}

.wcadp-order-summary-table {
	width: 100%;
}

.wcadp-order-summary-table th {
	width: 40%;
	text-align: left;
}
