.smwe-marquee-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	padding: 16px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: #fff;
	color: #111827;
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
	overflow: hidden;
}

.smwe-image-marquee .smwe-marquee-card {
	align-items: center;
	justify-content: center;
	box-shadow: none;
}

.smwe-image-marquee .smwe-marquee-media {
	background: transparent;
}

.smwe-marquee-caption {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}

.smwe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	border-radius: 6px;
	border: 1px solid currentColor;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.smwe-button:hover {
	transform: translateY(-1px);
}

.smwe-editor-notice,
.smwe-control-note {
	padding: 12px;
	border-inline-start: 4px solid #2271b1;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 13px;
	line-height: 1.5;
}

.smwe-control-note-warning {
	border-inline-start-color: #d63638;
}

.smwe-text-item .smwe-marquee-item-inner {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: var(--smwe-item-height);
	white-space: nowrap;
}

.smwe-text-content {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

.smwe-text-content svg,
.smwe-text-content i {
	width: 1em;
	height: 1em;
}

.smwe-text-separator {
	opacity: 0.45;
	font-weight: 500;
}

.smwe-text-highlight .smwe-text-content {
	color: #0f766e;
}

.smwe-text-stroke .smwe-text-content {
	color: transparent;
	-webkit-text-stroke: 1px #111827;
	text-stroke: 1px #111827;
}

.smwe-testimonial-card {
	justify-content: space-between;
}

.smwe-testimonial-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.smwe-testimonial-avatar {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 50%;
}

.smwe-testimonial-avatar img {
	object-fit: cover;
}

.smwe-testimonial-name,
.smwe-testimonial-role {
	display: block;
}

.smwe-testimonial-role,
.smwe-post-meta,
.smwe-social-date {
	font-size: 13px;
	color: #6b7280;
}

.smwe-rating-stars {
	display: inline-flex;
	gap: 2px;
	color: #f5a623;
	font-size: 14px;
	letter-spacing: 0;
}

.smwe-testimonial-review,
.smwe-card-description,
.smwe-post-excerpt {
	margin: 0;
	color: #4b5563;
	line-height: 1.55;
}

.smwe-product-card,
.smwe-post-card,
.smwe-social-card,
.smwe-media-card {
	padding: 0;
}

.smwe-product-body,
.smwe-post-body,
.smwe-social-body,
.smwe-card-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

.smwe-product-title,
.smwe-post-title,
.smwe-card-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
}

.smwe-product-title a,
.smwe-post-title a {
	color: inherit;
	text-decoration: none;
}

.smwe-product-price {
	font-weight: 700;
	color: #0f766e;
}

.smwe-sale-badge,
.smwe-card-badge,
.smwe-social-platform {
	display: inline-flex;
	align-self: flex-start;
	padding: 4px 8px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.smwe-sale-badge {
	position: absolute;
	z-index: 2;
	inset-block-start: 10px;
	inset-inline-start: 10px;
	background: #d63638;
}

.smwe-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.smwe-add-to-cart {
	background: #111827;
	color: #fff;
	border-color: #111827;
}

.smwe-social-card {
	color: #111827;
	text-decoration: none;
}

.smwe-social-thumb {
	background: #f3f4f6;
}

.smwe-social-thumb img {
	object-fit: cover;
}

.smwe-social-username,
.smwe-social-caption {
	display: block;
}

.smwe-social-caption {
	color: #4b5563;
	line-height: 1.45;
}

.smwe-play-overlay {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(17, 24, 39, 0.78);
	transform: translate(-50%, -50%);
}

.smwe-play-overlay::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 52%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	transform: translate(-50%, -50%);
}

.smwe-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.smwe-custom-card {
	justify-content: flex-start;
}

.smwe-card-icon,
.smwe-card-icon-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #e0f2fe;
	color: #075985;
	font-size: 22px;
	font-weight: 800;
}

.smwe-card-icon svg,
.smwe-card-icon i {
	width: 1em;
	height: 1em;
	font-size: 1em;
}

.smwe-card-image {
	height: calc(var(--smwe-item-height) * 0.55);
}

.smwe-card-layout-horizontal .smwe-custom-card {
	flex-direction: row;
	align-items: center;
}

.smwe-card-layout-horizontal .smwe-card-image,
.smwe-card-layout-horizontal .smwe-card-icon,
.smwe-card-layout-horizontal .smwe-card-icon-text {
	width: 84px;
	height: 84px;
	flex: 0 0 84px;
}

.smwe-media-visual {
	background: #f3f4f6;
}

.smwe-media-visual img,
.smwe-media-visual video {
	object-fit: cover;
}

@media (max-width: 767px) {
	.smwe-marquee-card {
		padding: 12px;
	}

	.smwe-product-body,
	.smwe-post-body,
	.smwe-social-body,
	.smwe-card-body {
		padding: 12px;
	}

	.smwe-text-content {
		font-size: 22px;
	}
}
