HEX
Server: Apache
System: Linux v2532718.hostpapavps.net 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 26 10:33:12 EDT 2025 x86_64
User: emiin2 (1016)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emiin2/public_html/wp-content/plugins/jet-elements/assets/scss/addons/_jet-posts.scss
.jet-posts {

	&__item {
		position: relative;
		min-height: 1px;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
		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;
		line-height: 0;
	}

	.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;
	}
}

.elementor-widget-jet-posts {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}