/* Boss Digital Forms — "New inquiry submitted" toast notification.
   Colors/fonts/sizes are applied inline via JS from the admin-configured
   settings (see BDF_Notifications + toast-notification.js), so this file
   only contains non-configurable structural/accessibility rules. Fully
   scoped so nothing here touches the surrounding theme's global styles. */

.bdf-toast {
	box-sizing: border-box;
}
.bdf-toast * {
	box-sizing: border-box;
}
.bdf-toast p {
	box-sizing: border-box;
}

.bdf-toast button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 480px) {
	.bdf-toast {
		max-width: 100% !important;
	}
}
