.ct-mailchimp-widget {

	.ct-fields {
		> * {
			&:not(:last-child) {
				margin-bottom: 10px;
			}
		}
	}

	input {
		text-align: center;
	}

	.button {
		width: 100%;
		font-size: 15px;
		font-weight: 600;

		@include button((
			// padding: 18px,
		));
	}
}

.ct-mailchimp-description {
	&:not(:empty) {
		margin-bottom: 20px;
	}
}

aside[data-type="type-1"] {
	.ct-mailchimp-widget {
		padding: 30px;
		background: #fff;
		border-radius: 3px;
		box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
	}
}

// alignment
.ct-widget-inner {
	&[data-alignment="center"] {
		text-align: center;
	}

	&[data-alignment="right"] {
		text-align: right;
	}
}