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-elements/assets/scss/addons/_jet-posts.scss
.jet-posts {

	&__item {
		outline: none;

		&.slick-slide {
			width: 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
	}

	&__inner-box {
		position: relative;
		overflow: hidden;
	}

	&__terms {
		margin-bottom: 10px;

		&-link {
			display: inline-block;
			padding: 5px 10px;
		}
	}

	.post-thumbnail + &__terms {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 10px;
	}

	.jet-more {
		overflow: hidden;
	}
	.jet-more-icon {
		margin-left: 5px;
	}
	.entry-excerpt {
		padding-bottom: 15px;
	}
	.jet-more-wrap {
		display: flex;
		flex-direction: column;
	}
	.post-thumbnail {
		overflow: hidden;
	}

	.slick-list {
		width: 100%;
	}

	&.jet-equal-cols {

		.slick-track {
			display: flex;
			align-items: stretch;

			&:before,
			&:after {
				content: none;
			}

			.jet-posts__item {
				flex: 0 0 auto;
			}
		}

		.jet-posts__item {
			display: flex;
			flex-direction: column;
			height: auto;

			.jet-posts__inner-box {
				display: flex;
				flex-direction: column;
				flex-grow: 1;
				width: 100%;
				box-sizing: border-box;
			}

			.jet-posts__inner-content {
				display: flex;
				flex-direction: column;
				flex-grow: 1;

				> * {
					width: 100%;
				}
			}
		}
	}
}

.post-meta{
	padding-bottom: 10px;
	text-decoration: none;

	&__item {
		display: inline-block;
		text-decoration: inherit;

		&:not(:first-child):before {
			content: "";
			display: inline-block;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
}

.elementor-jet-posts {
	.jet-carousel {
		margin-left: 0;
		margin-right: 0;
	}
}