@include body-class {
	.sui-wrap {
		// Google account section.
		.sui-builder-field {
			padding: 30px;

			.beehive-google-user-photo {
				flex: 0 0 30px;
				margin-right: 10px;

				img {
					width: 27px;
					height: 27px;
					border-radius: 50%;
				}
			}

			.beehive-google-user-name,
			.beehive-google-user-email {
				display: block;
				color: palette(gray, light);
			}

			.beehive-google-user-email {
				font-weight: normal;
			}
		}

		.sui-notice-spacing-bottom--10 {
			margin-bottom: 10px;
		}
	}
}
