.gs-posts-grid--tab-links {
	border-bottom: 2px solid #edf2f6;
	margin-bottom: 30px;
	margin-top: -10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
		button {
			display: block;
			border: none;
			background: none;
			outline: none;
			padding: 10px 0;
			border-bottom: 2px solid transparent;
			margin-bottom: -2px;
			font-size: 16px;
			line-height: 1;
            cursor: pointer;
		}
		 
        button.active {
            border-color: #5e6be5;
        }
}
.pagination-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.link-posts-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.show-post-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.thumbnail-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.cat-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tag-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.date-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.show-date-icon-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.author-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.details-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.excerpt-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.autoplay-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.pause-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.infiniteloop-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.reverse-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sliderdots-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.slidernavs-toggle-field {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.device-switcher--wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

	label {
		margin: 0 !important;
		margin-bottom: -10px !important;
	}

	button {
		background: #efefef;
		border: 1px solid #efefef;
		border-radius: 4px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 24px;
		cursor: pointer;


		svg {
			width: 15px;
			height: auto;
		}

		&:hover {
			background: #efefef;
			color: #5E6BE5;
			border-color: #c4c6d7;
		}

		&.is-active {
			background: #5E6BE5;
			border-color: #5E6BE5;
			color: #fff;
		}
		
	}
}

.gs-include-exclude--tab-links {
	margin-top: 36px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;

	button {
		background: #ecedf0;
		border: none;
		padding: 16px 20px;
		width: 50%;
		border-top: 2px solid #e4e6e9;
		cursor: pointer;

		&.is-active {
			border-color: #5E6BE5;
			background: transparent;
		}
	}
}

.group-control--wrapper {
	position: relative;
	margin-top: 5px;
}

.group-control--trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.group-control--trigger a {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	width: 30px;
	height: 30px;
	border: 2px solid #dedee4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f1f1f3;
	color: #72777c;
	text-decoration: none !important;
}

.group-has--values .group-control--trigger a {
	border-color: #0072ff;
	color: #0072ff;
	background-color: #fff;
}

.group-control {
	background: #ffffff;
	padding: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: -webkit-calc(100% + 12px);
	top: calc(100% + 12px);
	right: 0;
	z-index: 999;
	width: 324px;
	-webkit-box-shadow: 0px 6px 21px rgba(96, 98, 105, 0.3);
	box-shadow: 0px 6px 21px rgba(96, 98, 105, 0.3);
}

.group-control>.gs-roow:not(:first-child) {
	margin-top: 14px;
}

// ============
.gs-visibility-table-wrapper table {
    margin-top: 15px;
}
.gs-visibility-table-wrapper th {
    font-size: 11px;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.gs-visibility-table-wrapper td {
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}
.gs-visibility-table-wrapper input[type="checkbox"] {
    cursor: pointer;
}