HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-engine/assets/scss/frontend-widgets/_dynamic-repeater.scss
.jet-listing-dynamic-repeater {
	&__items {
		display: flex;
	}
	&__item {
		> *:not(td):not(.jet-engine-gallery-grid) {
			display: flex;
			align-items: center;
		}
		.has-counter & {
			display: flex;
		}
		.has-counter.counter--above & {
			flex-direction: column;
		}
	}
	&__body {
		flex-wrap: wrap;
		flex: 1 1 auto;
		position: relative;
		z-index: 1;
		> * {
			flex: 0 0 100%;
			max-width: 100%;
		}
	}
	&__counter {
		position: relative;
		box-sizing: border-box !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		.has-counter.counter--at-right & {
			order: 2;
		}
	}
}