﻿.abct-scheduled-fields {
	border: 1px solid #e5e7eb;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 16px;
	background: #f9fafb;
}

.abct-scheduled-intro {
	font-weight: 600;
	margin-bottom: 12px;
}

.abct-scheduled-datetime {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 8px;
}

.abct-scheduled-datetime-title {
	flex: 0 0 100%;
	margin: 0 0 4px;
	font-weight: 600;
	color: #334155;
}

.abct-scheduled-info {
	margin: 6px 0 12px;
	font-size: 13px;
	color: #6b7280;
}

.abct-scheduled-deposit {
	font-weight: 600;
	margin-top: 8px;
}







.abct-purchase-choice {
	margin: 0 0 16px;
	padding: 12px;
	border: 1px solid #dbe3ea;
	border-radius: 8px;
	background: #fff;
}

.abct-purchase-choice__title {
	margin: 0 0 10px;
	font-weight: 700;
	color: #111827;
}

.abct-purchase-choice__option {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-weight: 600;
	cursor: pointer;
}

.abct-purchase-choice__option:last-of-type {
	margin-bottom: 6px;
}

.abct-purchase-choice__help {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
}

.abct-scheduled-fields__content.is-hidden {
	display: none;
}
