/**
 * MagicSubscriptions WordPress Plugin
 * Copyright (C) 2019 Ronnie Barker
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 **/

/* /////////////////////// v Metal -> Nickel -> Plans v ////////////////// */

.magic-subs.ms-plans.ms-metal-Nickel
{
	flex-flow: row wrap;
	display: flex;
	place-content: stretch space-around;
	align-items: stretch;
}



.magic-subs.ms-plans.ms-metal-Nickel .ms-card
{
	padding: 16px;
	border-radius: 4px;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}



/* /////////////////////// ^ Metal -> Nickel -> Plans ^ ////////////////// */
