@media screen and (min-width: 768px) {
	.ang-wrapper {
		display: grid;
		grid-template-columns: 8fr 3fr;
		column-gap: 40px;
	}

	#ang_plugin_rollback_version-description + .form-table tbody {
		display: grid;
		grid-template-columns: auto 1fr;
	}

	#ang_plugin_rollback_version-description + .form-table .forminp-button {
		padding: 15px 0 !important;
	}

	body.style-kits_page_ang-settings .wrap {
		margin: 0;
		padding: 20px 30px 30px;
	}
}

body.style-kits_page_ang-settings #wpcontent {
	padding: 0;
}

body.style-kits_page_ang-settings .wrap {
	margin: 0;
	padding: 40px 60px 60px;
}

.ang .menu-title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
}

.ang-wrapper > form > .tab-content {
	background: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.ang-wrapper > form .tab-content {
	padding: 30px;
	padding-top: 20px;
}

.ang .ang-nav-tab-wrapper {
	background: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom: 1px solid #E2E2E4;
	padding: 0;
}

.ang-nav-tab-wrapper .ang-nav-tab {
	padding: 16px 24px;
	display: inline-block;
	text-decoration: none;
	color: #646970;
	font-size: 16px;
	line-height: 1.4;
	border: none;
	background: none;
	margin: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	box-shadow: none;
}

.ang-nav-tab-wrapper .ang-nav-tab-active {
	border-bottom-color: #0073AA;
	color: #0073AA;
}

.ang-nav-tab-wrapper .ang-nav-tab:hover,
.ang-nav-tab-wrapper .ang-nav-tab:active,
.ang-nav-tab-wrapper .ang-nav-tab:focus {
	color: #0073AA;
	outline: none;
	box-shadow: none;
}

.ang .tab-content .title {
	color: #3C434A;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.ang .tab-content .titledesc {
	color: #3C434A;
}

.ang .forminp .description {
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
}

.ang .forminp-button {
	padding: 15px 10px;
	display: flex;
	gap: 10px;
	align-items: center;
}


.ang .forminp-button .description {
	margin-top: 0;
}

.ang .collapsible {
	border: none;
	border-top: 1px solid#e2e4e7;
	border-bottom: 1px solid#e2e4e7;
	background-color: #fff;
	padding: 15px;
	outline: none;
	width: 100%;
	font-weight: 600;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
}

.ang .collapsible:after, .ang .collapsible.active:after {
	font-family: 'Dashicons';
	font-size: 20px;
	color: #000;
	float: right;
	margin-left: 5px;
}

.ang .collapsible:after {
	content: "\f140";
}

.ang .collapsible.active:after {
	content: "\f142";;
}

.ang .collapsible.active, .ang .collapsible:hover {
	background-color: #fff;
}

.ang .collapsible-content {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.ang #ang-starter-kits .titledesc .header,
.ang .ang-starter-kits-list li {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 25px;
}

.ang .ang-starter-kits-list img {
	width: 160px;
	border-radius: 5px;
	height: auto;
}

.ang .ang-starter-kits-list .kit-title {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
}

.ang .ang-starter-kits-list .kit-description {
	display: inline-block;
	font-size: 14px;
	color: #50575e;
	margin-top: 0;
	margin-bottom: 20px;
}

.ang .ang-starter-kits-list .kit-btns > * {
	margin-right: 5px;
	margin-top: 5px;
}

.ang #ang-starter-kits + .submit {
	display: none;
}

.ang.gopro .submit {
	display: none;
}
.ang.gopro .ang-button.ang-gopro-button {
	display: inline-block;
	margin-top: 30px;
}

/* GoPro Hero */
.ang.gopro .gopro-hero {
	margin-bottom: 36px;
	padding-bottom: 32px;
	border-bottom: 1px solid #E2E2E4;
}

.gopro-eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0;
	color: #413EC5;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ang.gopro .gopro-content h1 {
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.25;
	color: #1d2327;
}

.ang.gopro .gopro-lead {
	max-width: 560px;
	font-size: 15px;
	color: #50575e;
	line-height: 1.7;
	margin-bottom: 24px;
}

.gopro-cta {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.gopro-cta__primary.button {
	background: #413EC5;
	border-color: #413EC5;
	color: #fff;
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 600;
	height: auto;
	line-height: 1.5;

	&:hover,
	&:focus {
		background: #302db0;
		border-color: #302db0;
		color: #fff;
		box-shadow: none;
		outline: none;
	}
}

.gopro-cta__note {
	font-size: 13px;
	font-style: italic;
	color: #50575e;
}

/* GoPro Feature Cards */
.gopro-features {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}

.gopro-feature-card {
	display: flex;
	gap: 16px;
	padding: 20px;
	background: #F8F8FC;
	border: 1px solid #E2E2E4;
	border-radius: 8px;
}

.gopro-feature-card__icon {
	font-size: 24px;
	line-height: 1;
	margin-top: 2px;
	flex-shrink: 0;
}

.gopro-feature-card h3 {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	color: #1d2327;
	line-height: 1.4;
}

.gopro-feature-card p {
	margin: 0;
	font-size: 13px;
	color: #50575e;
	line-height: 1.6;
}

.ang .ang-enhanced-select {
	min-width: 150px;
}

.ang .sidebar .plugin-banner,
.ang .sidebar .promo,
.ang .sidebar .upgrade-box,
.ang .sidebar .help-box {
	background: #fff;
	border-radius: 8px;
	padding: 30px 30px 25px;
	margin-bottom: 30px;
}

.ang .sidebar .plugin-banner .header,
.ang .sidebar .plugin-banner .header .brand {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	justify-items: center;
	align-items: center;
}

.ang .sidebar .plugin-banner .header {
	margin-bottom: 20px;
}

.ang .sidebar .plugin-banner .header .brand h4 {
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}

.ang .sidebar .plugin-banner .header .brand svg {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.ang .sidebar .plugin-banner .feature-list li {
	padding: 16px 0;
	border-top: 1px solid #E2E2E4;
}

.ang .sidebar .inline-badge {
	background: #4D45BD;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 2px 3px;
	border: 2px solid transparent;
	vertical-align: middle;
	text-decoration: none;
}

.ang .sidebar .help-box h3 {
	margin-top: 0;
	margin-bottom: 15px;
}

.ang .sidebar .help-box .social {
	margin-bottom: 15px;
}

.ang .sidebar .help-box .action-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ang .sidebar .promo,
.ang .sidebar .upgrade-box {
	margin-top: 0;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.ang .sidebar .promo {
	position: relative;

	.ang-hide-promo {
		position: absolute;
		top: 10px;
		right: 15px;
		color: #787c82;
		font-size: 12px;
		text-decoration: none;
		opacity: 0.7;
		transition: opacity 0.2s ease;

		&:hover,
		&:focus {
			opacity: 1;
			color: #50575e;
			text-decoration: none;
		}
	}

	.sticker-tag {
		background: #602BC2;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 600;
		padding: 4px 8px;
		border-radius: 3px;
		position: absolute;
		top: -10px;
		left: -10px;
	}

	.promo-header {
		display: flex;
		align-items: center;
		gap: 15px;

		h3 {
			margin: 0;
			line-height: 1.4;
		}
	}

	.buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
		.button {
			text-align: center;
			padding: 10px;
			font-size: 16px;
			background-color:#602BC2;
			border-color:#602BC2;
			color:#fff;

			&:hover,
			&:focus {
				box-shadow: none;
				background-color:#4b1e99;
				border-color:#4b1e99;
			}
		}
	}

	ul.features {
		list-style: none;
		margin-top: 20px;
		margin-bottom: 30px;

		li {
			margin-bottom: 8px;
		}
	}

	p.short-desc {
		font-size: 14px;
		font-style: italic;
		color: #1d1d1d;
		margin-top: -10px;
		margin-bottom: 15px;
	}
}

.ang .sidebar .upgrade-box {
	.ang-discount-response {
		font-style: italic;
		font-weight: 500;
		color: #602BC2;
	}

	&.special {
		border-color:#602BC2;
		background: #E1D5F6;
		
		h3 {
			margin: 0;
			font-size: 18px;
			color:#602BC2;
			line-height: 1.5;
		}

		h3 + p {
			font-size: 15px;
		}

		 input[type="email"]:focus,
		 input[type="text"]:focus {
			border-color:#602BC2;
			box-shadow: 0 0 0 1px #602BC2;
		 }

		.button,
		.button-secondary {
			background-color:#602BC2;
			border-color:#602BC2;
			color:#fff;

			&:hover,
			&:focus {
				box-shadow: none;
			}
		}

		a {
			color:currentColor;
		}
	}
}

.ang .sidebar .social {
	display: flex;
	gap: 15px;
}

.ang .upgrade-box li {
	list-style: disc;
	font-size: 1.1em;
}

.ang .upgrade-box h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.ang .upgrade-box .regular-text {
	width: 100%;
	margin-bottom: 8px;
}

.ang .upgrade-box + .promo {
	margin-top: 30px;
}

.ang .promo.promo {
	padding-top: 30px;
}

.ang .promo h3 a {
	text-decoration: none;
}

.ang .promo p {
	font-size: 16px;
	opacity: 0.8;
	line-height: 1.8;
}

.ang .sidebar .form-newsletter input {
	width: 100%;
}

.ang .sidebar .form-newsletter .ang-button {
	margin-top: 10px;
}

.ang .sidebar .social > a {
	text-decoration: none;
}

.experiment-indicator {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transform: translateY(2px);
	margin-right: 4px;
}

.experiment-indicator.active {
	background: #39b54a;
}

/**
 * Save button.
 */
.ang-save-button.button-primary {
	background: #0073AA;
	padding: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}

/**
 * Notices.
 */
.ang .notice-success,
.ang div.updated {
	border: none;
	border-left: solid 4px #0073AA;
	border-radius: 4px;
	background: #CCEEFF;
	box-shadow: none;
	color: #0073AA;
}

/**
 * Form.
 */
.ang .form-table:not(:last-child) {
	margin-bottom: 20px;
}

.ang .form-table td {
	padding: 0 0 20px !important;
}

.ang .form-table th + td {
	padding: 15px 10px !important;
}

/**
 * Pro tag
 */

.ang .nav-tab-wrapper .nav-tab-gopro::after {
	content: "PRO";
	float: left;
	margin-right: 8px;
	background: #4D45BD;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 3px;
	color: #fff;
	border: 2px solid transparent;
}