@include body-class(true) {
	#beehive-widget-body {
		position: relative;
		z-index: 0;
		margin: $sui-gutter-md 0 0;
		border: 0;
		border-radius: 0;
		text-align: center;

		.sui-tabs-navigation {
			height: 30px;
			z-index: 1;
		}

		.sui-tabs-menu {
			display: inline-flex;
			align-items: center;
			justify-content: flex-start;
			position: relative;
			z-index: 0;
			margin: 0 auto;

			.sui-tab-item {
				position: relative;
				z-index: 1;
				padding-top: 0;
				padding-bottom: 7px;
				border-bottom-width: 1px;
				font-size: 12px;
				line-height: 22px;

				&:first-child {
					padding-left: 0;
				}

				&:last-child {
					padding-right: 0;
				}
			}

			&:after {
				content: ' ';
				height: 1px;
				display: block;
				position: absolute;
				z-index: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background-color: palette(silver, soft);
			}
		}

		.sui-tabs-content {
			.sui-tab-content {
				padding-right: 0;
				padding-left: 0;
				padding-bottom: 0;
				border-top-width: 0;

				.sui-notice {
					text-align: left;
				}
			}
		}
	}

	// SIZE: Normal.
	&:not(.beehive-widget-small) {
		#beehive-widget-body {
			margin-top: $sui-gutter;
		}
	}
}
