/* ------------------------------------------

    ACCOUNT TYPE

------------------------------------------ */

.nbuxRegistration .accountType .account {
    margin: 0 0 var(--gutter);
    padding: 0 var(--gutter);
    border-bottom: none;
}

.nbuxRegistration .accountOption {
    flex-flow: column;
    padding: 24px var(--gutter);
}

.nbuxRegistration .accountType .accountContent {
    background-color: var(--color-white);
    border-radius: 0;
    box-shadow: var(--elevation-1);
    padding: var(--gutter);
    margin: 0;
    border: none;
}

@media screen and (min-width: 768px) {
    .nbuxRegistration .accountOption {
        flex-flow: row;
        padding: 24px var(--gutter);
    }
}

@media screen and (min-width: 536px) {
    .nbuxRegistration .accountType .account {
        margin: 0 0 var(--gutter);
        padding: 0;
	    border-bottom: none;
	}
	.nbuxRegistration .accountOption {
        flex-flow: row;
        padding: 24px var(--gutter);
    }
    .nbuxRegistration .accountType .accountContent {
        border-radius: var(--shape-4);
    }
}

.nbuxRegistration .accountOption__cards,
.nbuxRegistration .accountOption__logo {
	margin: var(--gutter, 16px) 0 0;
}

@media screen and (min-width: 536px) {
	.nbuxRegistration .accountOption__cards,
	.nbuxRegistration .accountOption__logo {
        margin: 0 0 0 var(--gutter, 16px);
}
}