/**
 * wallets Collection styles.
 *
 * For the markup generated by the widget, shortcode and template function.
 *
 * @package wallets Collection
 */


/* Shortcode output */
span.next-wallet-link {
    color: darkred;
    cursor: pointer;
}

blockwallet.walletscollection-wallet {
	border:0;
	background:none;
	padding:0;
	margin:4em 2em;
	font-size:1em;
	box-shadow: none;
}
blockwallet.walletscollection-wallet::before,
blockwallet.walletscollection-wallet::after {
	content:'';
	content:none;
	margin: 0;
	padding: 0;
	position: relative;
}

blockwallet.walletscollection-wallet footer.attribution cite {
	font-size: 0.83em;
}

