/**
 * Bulk DA checker — module styles.
 * Table, meters, pills, toolbar and CTA come from the shared stylesheet;
 * only module-specific bits live here.
 */

.svt-wrap[data-tool="bulk-da-checker"] {
	max-width: 960px;
}

.svt-required {
	color: var(--svt-primary);
}

textarea.svt-bda-domains {
	resize: vertical;
	min-height: 120px;
	line-height: 1.6;
	font-size: 15px;
}

/* The button sits alone on its row — no grow, or it fills the full width. */
.svt-bda-form .svt-button {
	margin-left: auto;
	flex: 0 1 calc(33.333% - 7px);
	min-width: 150px;
}

/* Wide table needs a little more room than the shared minimum. */
.svt-wrap[data-tool="bulk-da-checker"] .svt-tbl {
	min-width: 560px;
}
