.module-container {
	padding-top:  {% if module.style.spacing.module_spacing.padding.top.value == 0 %}!important{% endif %};
	padding-bottom:  {% if module.style.spacing.module_spacing.padding.bottom.value == 0 %}!important{% endif %};
	margin-top: ;
	margin-bottom: ;
	background-color: ;
	color: ;

	.more-button {
		margin-top: 70px;
	}
	.less-button {
		margin-top: 70px;
	}
}

.module-container p, .module-container span, .module-container div {
	color: ;
}

.social-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	border: 1px solid #cacbcc;
	overflow: hidden;
}

.social-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	background: #f3f3f3;
}

.social-meta {
	padding: 0.85rem 1rem 1rem;
}

.social-meta-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.social-title {
	margin: 0 0 0.35rem;
	font-weight: 600;
	line-height: 1.4;
}

.social-desc {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	line-height: 1.4;
	opacity: 0.8;
}

.social-date {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.65;
}

.social-badge {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.social-status {
	margin: 0;
	padding: 1rem;
	border: 1px dashed rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	text-align: center;
}

.social-grid[data-masonry] {
	margin-bottom: -1.5rem;
}

.social-card.is-placeholder {
	pointer-events: none;
}

.social-card.is-placeholder .social-thumb {
	height: 160px;
	background: #f3f3f3;
}

.social-card.is-placeholder .placeholder {
	background-color: #e7e9ec;
}

.social-card.is-placeholder .social-meta {
	padding: 0.85rem 1rem 1rem;
}

.social-card.is-placeholder .placeholder.w-100 {
	width: 100%;
}

.social-card.is-placeholder .placeholder.h-100 {
	height: 100%;
}

.social-card.is-placeholder .placeholder.d-block {
	display: block;
}

@media (max-width: 1600px) {

}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 992px) {

}
@media (max-width: 767px) {

}
@media (max-width: 576px) {
	.social-thumb img {
		height: 140px;
	}
	.social-card.is-placeholder .social-thumb {
		height: 140px;
	}
}
