HEX
Server: Apache/2.4.65 (Debian)
System: Linux wordpress-7cb4c6b6f6-qgbk2 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: www-data (33)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/jet-tricks/assets/scss/jet-tricks-admin.scss
.jet-tricks-settings-page {

	&__avaliable-controls {
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 40px;

		&:last-child {
			margin-bottom: 0;
		}

		.cx-vui-title {
			font-weight: 500;
			font-size: 15px;
			line-height: 20px;
			width: 100%;
			margin-bottom: 20px;
			border-bottom: 1px solid #DCDCDD;
			padding-bottom: 15px;
		}
	}

	&__avaliable-control {
		width: 33.3333%;

		@media screen and (max-width: 1200px) {
			width: 50%;
		}

		@media screen and (max-width: 782px) {
			width: 100%;
		}

		.cx-vui-component__label {
			font-size: 14px;
			line-height: 18px;
			font-weight: normal;
		}

		.cx-vui-component {
			padding: 10px 0;
		}
	}

}