/* -- Main -- */

div.sti-changes h1 {
	margin: 0;
}
div.sti-changes h1 a {
	transition: border .1s;
}
div.sti-changes h1 a:hover {
	text-decoration: underline;
}
div.sti-changes table.article td {
	line-height: normal;
	text-align: left;
}
div.sti-changes table.article td:first-child {
	padding-right: 10px;
}
div.sti-changes table.article td:not(:first-child) {
	width: 100%;
}
div.sti-changes table.article tr:last-child td {
	border: 0;
}
div.sti-changes table.builds {
	width: 95%;
	margin-left: 15px;
}
div.sti-changes table.builds.all {
	display: none;
	opacity: 0;
	transition: opacity .3s ease;
}
div.sti-changes table.builds td {
	vertical-align: top;
	padding-bottom: 0px;
}
div.sti-changes table a {
	font-weight: 400;
}
div.sti-changes a.show-more {
	margin: 20px 0 0 0;
}
div.sti-changes span.published {
	color: #768283;
	display: block;
}

/* -- Product Tabs -- */

div.page-header div.tabs a {
	padding-left: 15px;
	padding-right: 15px;
}
div.page-header div.tabs .split {
	position: relative;
	display: inline-flex;
	margin: 0 5px 5px 0;
}
div.page-header div.tabs .split > .button {
	margin: 0;
	color: white;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
div.page-header div.tabs .split > .button.active {
	color: black;
	background: #eeeeee;
}
div.page-header div.tabs .split > .button.split-main {
	padding-right: 12px;
	border-top-right-radius: 0;
}
div.page-header div.tabs .split > .button.split-arrow {
	display: flex;
	align-items: center;
	padding: 0 11px;
	border-top-left-radius: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
div.page-header div.tabs .split > .button.split-arrow:hover {
	background: rgba(255, 255, 255, 0.3);
}
div.page-header div.tabs .split > .button.split-arrow.active {
	border-left-color: rgba(0, 0, 0, 0.12);
}
div.page-header div.tabs .split > .button.split-arrow.active:hover {
	background: #e2e2e2;
}
div.page-header div.tabs .split-arrow svg,
.sti-changes .dropdown svg {
	display: block;
	width: 10px;
	height: 10px;
	transition: transform .15s;
}
div.page-header div.tabs .split-arrow svg path,
.sti-changes .dropdown svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}
div.page-header div.tabs .split.open .split-arrow svg,
.sti-changes .dropdown.open svg {
	transform: rotate(180deg);
}
div.page-header div.tabs .split-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	min-width: 100%;
}
div.page-header div.tabs .split.open .split-menu {
	display: block;
}

/* Dropdown menu look, shared by the product tabs and the releases list */
div.page-header div.tabs .split-menu,
.sti-changes .dropdown-content {
	padding: 3px;
	text-align: left;
	background: white;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 10px 28px rgba(10, 30, 60, 0.22), 0 1px 3px rgba(10, 30, 60, 0.12);
}
div.page-header div.tabs .split-menu a,
.sti-changes .dropdown-content a {
	display: block;
	margin: 0;
	padding: 8px 12px;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: transparent;
	border: 0;
	border-radius: 5px;
}
div.page-header div.tabs .split-menu a:hover,
.sti-changes .dropdown-content a:hover {
	color: black;
	background: #d6e6f7;
	text-decoration: none;
}
div.page-header div.tabs .split-menu a.active,
.sti-changes .dropdown-content a.active {
	color: white;
	background: #338adb;
}
@media (max-width: 480px) {
	div.page-header div.tabs.products a.button:not(.image) {
		width: auto;
	}
	div.page-header div.tabs.products .button {
		font-size: 14px;
	}
	div.page-header div.tabs.products a.button {
		padding-left: 11px;
		padding-right: 11px;
	}
}
@media (prefers-reduced-motion: reduce) {
	div.page-header div.tabs .split-arrow svg,
	.sti-changes .dropdown svg {
		transition: none;
	}
}

/* -- Inline Tags -- */

div.sti-changes a.tag {
	display: inline-block;
	padding: 3px 6px;
	margin: 5px 5px 0 0;
	top: -2px;
	font-size: 11px;
	line-height: normal;
	position: relative;
	border-radius: 4px;
	color: #3e3e3e;
}
div.sti-changes a.tag span {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
	font-size: 11px;
	border-right: 1px solid rgba(70, 70, 70, 0.2);
	line-height: normal;
	color: #3e3e3e;
}
div.sti-changes a.tag.version {
	font-weight: 600;
	background: #efebe9;
}
div.sti-changes a.tag.version span {
	display: none;
}
div.sti-changes a.tag.web,
div.sti-changes a.tag.web span {
	background: #eaf2f8;
}
div.sti-changes a.tag.blazor,
div.sti-changes a.tag.blazor span,
div.sti-changes a.tag.avalonia,
div.sti-changes a.tag.avalonia span {
	background: #f3e5f5;
}
div.sti-changes a.tag.angular,
div.sti-changes a.tag.angular span,
div.sti-changes a.tag.forms,
div.sti-changes a.tag.forms span {
	background: #fdedec;
}
div.sti-changes a.tag.react,
div.sti-changes a.tag.react span {
	background: #e1f5fe;
}
div.sti-changes a.tag.vue,
div.sti-changes a.tag.vue span {
	background: #e8f5e9;
}
div.sti-changes a.tag.net,
div.sti-changes a.tag.net span,
div.sti-changes a.tag.wpf,
div.sti-changes a.tag.wpf span,
div.sti-changes a.tag.win,
div.sti-changes a.tag.win span {
	background: #eaf2f8;
}
div.sti-changes a.tag.js,
div.sti-changes a.tag.js span {
	background: #fcf3cf;
}
div.sti-changes a.tag.php,
div.sti-changes a.tag.php span {
	background: #e3e5fb;
}
div.sti-changes a.tag.python,
div.sti-changes a.tag.python span {
	background: #e0f7fa;
}
div.sti-changes a.tag.java,
div.sti-changes a.tag.java span {
	background: #f6ddcc;
}
div.sti-changes a.tag.designer,
div.sti-changes a.tag.designer span,
div.sti-changes a.tag.desktop,
div.sti-changes a.tag.desktop span {
	background: #f1f8e9;
}
div.sti-changes a.tag.cloud,
div.sti-changes a.tag.cloud span {
	background: #e9f7ef;
}
div.sti-changes a.tag.server,
div.sti-changes a.tag.server span {
	background: #eaecee;
}
div.sti-changes a.tag.flex,
div.sti-changes a.tag.flex span,
div.sti-changes a.tag.uwp,
div.sti-changes a.tag.uwp span,
div.sti-changes a.tag.silverlight,
div.sti-changes a.tag.silverlight span {
	background: #efebe9;
}


/* -- Releases Tabs -- */

.sti-changes .tabs .button:first-child {
	position: relative;
	padding-right: 50px;
}
@media (max-width: 480px) {
	.sti-changes .tabs .button:first-child {
		padding-right: 46px;
	}
}


/* -- Dropdown Button -- */

.sti-changes .dropdown {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-top-right-radius: 4px;
}
.sti-changes .button.active .dropdown {
	border-left-color: rgba(255, 255, 255, 0.35);
}
.sti-changes .dropdown:hover {
	background: rgba(0, 0, 0, 0.1);
}


/* -- Dropdown List -- */

.sti-changes .dropdown-content {
	display: none;
	position: absolute;
	min-width: 100px;
	z-index: 20;
}
.sti-changes .dropdown-content.active {
	display: block;
}
/* The list scrolls inside the rounded frame, so the scrollbar does not cut the corners */
.sti-changes .dropdown-list {
	max-height: 362px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.sti-changes .dropdown-list::-webkit-scrollbar {
	width: 8px;
}
.sti-changes .dropdown-list::-webkit-scrollbar-thumb {
	background: #cdcdcd;
}
.sti-changes .dropdown-list:hover::-webkit-scrollbar-thumb {
	background: #a6a6a6;
}
