.sw-d1 {
	transition-delay: .15s;
}

.sw-d2 {
	transition-delay: .3s;
}

.sw-d3 {
	transition-delay: .45s;
}

.sw-d4 {
	transition-delay: .6s;
}

.sw-g4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

.sw-g3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.sw-g2 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.sw-gfl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.sw-section {
	padding: 40px 0;
}

.sw-card-base {
	background: var(--card);
	border-radius: var(--r);
	overflow: hidden;
	box-shadow: var(--sh);
	transition: transform var(--t), box-shadow var(--t);
}

.sw-card-base:hover {
	transform: translateY(-4px);
	box-shadow: var(--sh2);
}

.sw-card-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: color var(--t);
}

.sw-card-img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	display: block;
}

.sw-card-cat {
	display: inline-block;
	background: var(--red);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 2px 10px;
	border-radius: 2px;
	margin-bottom: 8px;
}

.sw-card-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.55;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 12px;
	color: var(--ink4);
	margin-top: 8px;
	align-items: center;
}

.sw-card-author, .sw-card-date, .sw-card-views {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.sw-card-author i, .sw-card-date i, .sw-card-views i {
	font-size: 12px;
	margin-left: 2px;
}

.sw-card {
	background: var(--card);
	border-radius: var(--r);
	overflow: hidden;
	box-shadow: var(--sh);
	transition: transform var(--t), box-shadow var(--t);
}

.sw-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sh2);
}

.sw-card .sw-ci {
	overflow: hidden;
}

.sw-card .sw-ci img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	transition: transform .5s;
}

.sw-card:hover .sw-ci img {
	transform: scale(1.07);
}

.sw-card .sw-cb {
	padding: 16px;
}

.sw-card .sw-ct {
	font-size: 17px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.55;
	margin: 8px 0 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-card .sw-ct:hover {
	color: var(--red);
	cursor: pointer;
}

.sw-card .sw-cx {
	font-size: 14px;
	color: var(--ink3);
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-card .sw-cm {
	font-size: 12px;
	color: var(--ink4);
	display: flex;
	gap: 10px;
	margin-top: 10px;
	align-items: center;
}

.sw-cm .sw-dot {
	width: 3px;
	height: 3px;
	background: var(--ink5);
	border-radius: 50%;
}

.sw-cfeat {
	background: var(--card);
	border-radius: var(--r);
	overflow: hidden;
	box-shadow: var(--sh);
	transition: transform var(--t), box-shadow var(--t);
}

.sw-cfeat:hover {
	transform: translateY(-4px);
	box-shadow: var(--sh2);
}

.sw-cfeat .sw-fi {
	overflow: hidden;
}

.sw-cfeat .sw-fi img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	transition: transform .5s;
}

.sw-cfeat:hover .sw-fi img {
	transform: scale(1.05);
}

.sw-cfeat .sw-fb {
	padding: 20px;
}

.sw-cfeat .sw-ft {
	font-size: 23px;
	font-size: 23px;
	font-weight: 900;
	color: var(--ink);
	line-height: 1.48;
	margin: 10px 0 8px;
}

.sw-cfeat .sw-ft:hover {
	color: var(--red);
	cursor: pointer;
}

.sw-cfeat .sw-fx {
	font-size: 15px;
	color: var(--ink3);
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-cfeat .sw-fm {
	font-size: 12px;
	color: var(--ink4);
	display: flex;
	gap: 10px;
	margin-top: 12px;
	align-items: center;
}

.sw-hcard {
	background: var(--card);
	border-radius: var(--r);
	overflow: hidden;
	box-shadow: var(--sh);
	display: flex;
	transition: transform var(--t), box-shadow var(--t);
}

.sw-hcard:hover {
	transform: translateY(-3px);
	box-shadow: var(--sh2);
}

.sw-hcard .sw-hi {
	width: 132px;
	flex-shrink: 0;
	overflow: hidden;
}

.sw-hcard .sw-hi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

.sw-hcard:hover .sw-hi img {
	transform: scale(1.08);
}

.sw-hcard .sw-hb {
	padding: 13px 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sw-hcard .sw-ht {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-hcard .sw-ht:hover {
	color: var(--red);
	cursor: pointer;
}

.sw-hcard .sw-hm {
	font-size: 12px;
	color: var(--ink4);
	margin-top: 6px;
	font-weight: 500;
}

.mt-2.mb-0.fs-5.fw-bold {
	padding-top: 10px;
}

.list-unstyled.mt-3 li {
	font-size: 18px;
	font-weight: 500;
}

h3.card-title a {
	font-size: 22px;
}

.flex-grow-1 h4 {
	font-size: 16px;
}

.sw-caricature-title a {
	font-size: 28px;
}

.sw-opcard-v3 {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	background: #d9d9d9;
	border-radius: 26px;
	padding: 22px 26px;
	margin-bottom: 20px;
	direction: ltr;
	min-height: 160px;
	box-sizing: border-box;
}

.sw-opcard-v3__writer {
	flex: 0 0 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.sw-opcard-v3__avatar-wrap {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}

.sw-opcard-v3__avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-opcard-v3__name {
	font-size: 17px;
	font-weight: 500;
	color: #111;
	line-height: 1.3;
}

.sw-opcard-v3__content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sw-opcard-v3__title {
	margin: 0;
	text-align: center;
	direction: rtl;
	font-size: clamp(20px,2.2vw,30px);
	font-weight: 800;
	line-height: 1.4;
	color: #111;
	font-size: 20px;
}

.sw-opcard-v3__title a {
	color: inherit;
	text-decoration: none;
}

.sw-opcard-v3:hover {
	transform: translateY(-2px);
	transition: .2s ease;
}

.sw-section-title-link, .sw-section-title-text {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.sw-crcard {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.sw-crcard img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.sw-crstamp {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--red);
	color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 800;
	z-index: 2;
}

.sw-crcard-title {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 14px;
	background: linear-gradient(to top, rgba(0,0,0,.8), transparent);
	font-size: 14px;
	font-weight: 800;
	color: #fff;
}

.sw-crcard-title a {
	color: #fff;
	text-decoration: none;
}

.sw-spcard {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.sw-spcard img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.sw-spcard-ov {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.2));
}

.sw-spcard-info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 16px;
}

.sw-spcard-cat {
	display: inline-block;
	background: #2e7d32;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 800;
	margin-bottom: 8px;
	color: #fff;
}

.sw-spcard-title {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
	color: #fff;
}

.sw-spcard-title a {
	color: #fff;
	text-decoration: none;
}

.sw-feature-card {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--r);
}

.sw-feature-media {
	display: block;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.sw-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
}

.sw-caricature-title {
	font-size: 28px;
}

.sw-card-link .card-title, .sw-card-link .sw-card-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.55;
	transition: color var(--t);
}

.sw-card-link:hover .card-title, .sw-card-link:hover .sw-card-title {
	color: var(--red);
}

.sw-opcard-v2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
}

.sw-opcard-left {
	flex: 1;
	min-width: 0;
}

.sw-opcard-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 6px 0;
	line-height: 1.5;
}

.sw-opcard-title a {
	color: var(--ink);
	text-decoration: none;
	transition: color .2s;
}

.sw-opcard-title a:hover {
	color: var(--red);
}

.sw-opcard-date {
	font-size: 13px;
	color: var(--ink4);
	margin-top: 8px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.sw-opcard-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-shrink: 0;
	width: 100px;
	text-align: center;
}

.sw-opcard-av-wrap {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	background: var(--g100);
	border: 2px solid var(--border);
}

.sw-opcard-av {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sw-opcard-writer-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	line-height: 1.3;
}

.sw-opcard-name {
	font-weight: 600;
	color: var(--ink);
	font-size: 12px;
	white-space: normal;
	word-break: break-word;
	line-height: 1.4;
}

.sw-opcard-role {
	font-size: 12px;
	color: var(--ink4);
}

.sw-fcard-sm-under {
	background: var(--card);
	border-radius: 8px;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.sw-fcard-sm-under:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.sw-fcard-sm-img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	display: block;
}

.sw-fcard-sm-info-under {
	padding: 12px 10px 14px;
}

.sw-fcard-sm-cat {
	display: inline-block;
	background: var(--red);
	font-size: 10px;
	padding: 2px 10px;
	border-radius: 20px;
	margin-bottom: 8px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.sw-fcard-sm-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.sw-fcard-sm-title a {
	color: var(--ink);
	text-decoration: none;
	transition: color .15s;
}

.sw-fcard-sm-title a:hover {
	color: var(--red);
}

.sw-ps-prev {
	right: 12px;
}

.sw-ps-next {
	left: 12px;
}

.sw-ps-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
	background: rgba(0,0,0,.4);
	padding: 5px 12px;
	border-radius: 40px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.sw-ps-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,.5);
	border: none;
	cursor: pointer;
	transition: all .25s ease;
	padding: 0;
}

.sw-ps-dot.sw-on {
	background: var(--red);
	width: 24px;
	border-radius: 12px;
}

.sw-ps-thumbs {
	display: flex;
	background: #111;
	border-top: 2px solid rgba(229,57,53,.3);
	gap: 2px;
	padding: 4px 0;
}

.sw-ps-thumb {
	flex: 1;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s ease;
	opacity: .6;
	filter: grayscale(.3);
	border-radius: 6px;
	margin: 0 2px;
}

.sw-ps-thumb.sw-on {
	opacity: 1;
	filter: grayscale(0);
	box-shadow: 0 0 0 2px var(--red), 0 2px 8px rgba(0,0,0,.5);
	transform: scale(1.02);
}

.sw-ps-thumb:hover {
	opacity: .9;
	filter: grayscale(.1);
	transform: scale(1.01);
}

.sw-ps-thumb img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}

.sw-ps-thumb-ov {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 60%);
	pointer-events: none;
}

.sw-ps-thumb-name {
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 11px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 1px 4px black;
	background: rgba(0,0,0,.5);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 4px 6px;
	margin: 0 6px;
	border-radius: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
}

.sw-ps-thumb.sw-on::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--red);
	z-index: 5;
}

.sw-portrait-slider.sw-no-thumbs .sw-ps-thumbs {
	display: none;
}

.sw-portrait-slider-compact {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.sw-ps-compact-main {
	position: relative;
	overflow: hidden;
}

.sw-ps-compact-main img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
}

.sw-ps-compact-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.7), transparent 60%);
}

.sw-compact-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}

.sw-compact-list {
	padding: 12px;
	background: var(--g100);
	border-top: 1px solid var(--border);
}

.sw-compact-item {
	.sw-slide-meta {
		display: none;
	}

	.sw-s-arr {
		display: none;
	}

	.sw-slider-main.sw-show-arrows .sw-s-arr {
		display: flex;
	}

	.sw-s-next {
		right: 12px;
	}

	.sw-s-prev {
		left: 12px;
	}

	.sw-thumb-strip {
		display: flex;
		gap: 30px;
		overflow-x: inherit;
		scrollbar-width: thin;
		z-index: 5;
		margin-top: -150px;
		position: absolute;
		right: 0;
		left: 0;
		justify-content: center;
		padding: 0;
		margin-right: 15%;
		margin-bottom: 1rem;
	}

	.sw-th {
		flex: 0 0 140px;
		position: relative;
		border-radius: 8px;
		overflow: hidden;
		cursor: pointer;
		border: 3px solid transparent;
		transition: all .25s ease;
		opacity: .65;
		box-shadow: 0 4px 10px rgba(0,0,0,.2);
	}

	.sw-th img {
		width: 100%;
		height: 120px;
		object-fit: cover;
		display: block;
	}

	.sw-wcard {
		display: flex;
		gap: 12px;
		align-items: center;
		border-bottom: 1px solid var(--border);
		padding: 12px 0;
	}

	.sw-wcard:last-child {
		border-bottom: none;
	}

	.sw-wcard img {
		width: 72px;
		height: 54px;
		border-radius: 6px;
		object-fit: cover;
	}

	.sw-wc-cat {
		font-size: 10px;
		color: var(--red);
		font-weight: 800;
		margin-bottom: 2px;
	}

	.sw-wc-title {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.45;
	}

	.sw-wc-title a {
		color: var(--ink);
	}

	.sw-wc-meta {
		font-size: 11px;
		color: var(--ink4);
		margin-top: 4px;
	}

	.sw-opcard {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		padding: 14px 0;
		border-bottom: 1px solid rgba(0,0,0,.08);
		flex-wrap: wrap;
	}

	.sw-opcard:last-child {
		border-bottom: 0;
	}

	.sw-opcard .opcard-left {
		flex: 1;
		text-align: right;
		min-width: 0;
	}

	.sw-opcard .opcard-title {
		margin: 0 0 6px 0;
		font-size: 18px;
		line-height: 1.5;
		font-weight: 700;
	}

	.sw-opcard .opcard-title a {
		color: #111;
		text-decoration: none;
		transition: color .2s;
	}

	.sw-opcard .opcard-title a:hover {
		color: var(--red);
	}

	.sw-opcard .opcard-date {
		font-size: 12px;
		color: #777;
		display: inline-flex;
		align-items: center;
		gap: 5px;
	}

	.sw-opcard-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex-shrink: 0;
		width: 100px;
		text-align: center;
	}

	.sw-opcard-av-wrap {
		width: 70px;
		height: 70px;
		overflow: hidden;
		border-radius: 50%;
		background: #f2f2f2;
		border: 1px solid #eee;
	}

	.sw-opcard-av {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.sw-opcard-writer-info {
		display: flex;
		flex-direction: column;
		gap: 3px;
		font-size: 13px;
		line-height: 1.3;
	}

	.sw-opcard-name {
		font-weight: 500;
		color: #111;
	}

	.sw-opcard-role {
		font-size: 11px;
		color: #888;
	}

	.sw-dos {
		border-radius: var(--r);
		overflow: hidden;
		position: relative;
		min-height: 205px;
		cursor: pointer;
		background: var(--dark);
	}

	.sw-dos img {
		width: 100%;
		height: 210px;
		object-fit: cover;
		opacity: .5;
		transition: transform .5s, opacity .4s;
	}

	.sw-dos:hover img {
		transform: scale(1.06);
		opacity: .35;
	}

	.sw-dos .sw-dov {
		position: absolute;
		inset: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 22px;
		background: linear-gradient(to top, rgba(0,0,0,.88) 0%, transparent 60%);
	}

	.sw-dos .sw-dt {
		font-size: 19px;
		font-weight: 900;
		color: #fff;
		line-height: 1.45;
	}

	.sw-d1 {
		transition-delay: .15s;
	}

	.sw-d2 {
		transition-delay: .3s;
	}

	.sw-d3 {
		transition-delay: .45s;
	}

	.sw-d4 {
		transition-delay: .6s;
	}

	.sw-g4 {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 20px;
	}

	.sw-g3 {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
	}

	.sw-g2 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}

	.sw-gfl {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.sw-section {
		padding: 40px 0;
	}

	.sw-card-base {
		background: var(--sw-bg-white);
		border-radius: var(--sw-border-radius);
		overflow: hidden;
		box-shadow: var(--sw-shadow-md);
		transition: transform var(--sw-transition), box-shadow var(--sw-transition);
	}

	.sw-card-base:hover {
		transform: translateY(-4px);
		box-shadow: var(--sw-shadow-lg);
	}

	.sw-card-link {
		display: flex;
		flex-direction: column;
		text-decoration: none;
		color: inherit;
		transition: color var(--sw-transition);
	}

	.sw-card-img {
		width: 100%;
		aspect-ratio: 16/10;
		object-fit: cover;
		display: block;
	}

	.sw-card-cat {
		display: inline-block;
		background: var(--sw-secondary);
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		padding: 2px 10px;
		border-radius: 2px;
		margin-bottom: 8px;
	}

	.sw-card-title {
		font-size: 17px;
		font-weight: 700;
		color: var(--sw-text-primary);
		line-height: 1.55;
		margin-bottom: 6px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.sw-card-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		font-size: 12px;
		color: var(--sw-text-light);
		margin-top: 8px;
		align-items: center;
	}

	.sw-card-author, .sw-card-date, .sw-card-views {
		display: inline-flex;
		align-items: center;
		gap: 4px;
	}

	.sw-card-author i, .sw-card-date i, .sw-card-views i {
		font-size: 12px;
		margin-left: 2px;
	}

	.sw-card {
		background: var(--sw-bg-white);
		border-radius: var(--sw-border-radius);
		overflow: hidden;
		box-shadow: var(--sw-shadow-md);
		transition: transform var(--sw-transition), box-shadow var(--sw-transition);
	}

	.sw-card:hover {
		transform: translateY(-4px);
		box-shadow: var(--sw-shadow-lg);
	}

	.sw-card .sw-ci {
		overflow: hidden;
	}

	.sw-card .sw-ci img {
		width: 100%;
		aspect-ratio: 16/10;
		object-fit: cover;
		transition: transform .5s;
	}

	.sw-card:hover .sw-ci img {
		transform: scale(1.07);
	}

	.sw-card .sw-cb {
		padding: 16px;
	}

	.sw-card .sw-ct {
		font-size: 17px;
		font-weight: 700;
		color: var(--sw-text-primary);
		line-height: 1.55;
		margin: 8px 0 6px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.sw-card .sw-ct:hover {
		color: var(--sw-secondary);
		cursor: pointer;
	}

	.sw-card .sw-cx {
		font-size: 14px;
		color: var(--sw-text-muted);
		line-height: 1.65;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.sw-card .sw-cm {
		font-size: 12px;
		color: var(--sw-text-light);
		display: flex;
		gap: 10px;
		margin-top: 10px;
		align-items: center;
	}

	.sw-cm .sw-dot {
		width: 3px;
		height: 3px;
		background: var(--sw-border-color-dark);
		border-radius: 50%;
	}

	.sw-cfeat {
		background: var(--sw-bg-white);
		border-radius: var(--sw-border-radius);
		overflow: hidden;
		box-shadow: var(--sw-shadow-md);
		transition: transform var(--sw-transition), box-shadow var(--sw-transition);
	}

	.sw-cfeat:hover {
		transform: translateY(-4px);
		box-shadow: var(--sw-shadow-lg);
	}

	.sw-cfeat .sw-fi {
		overflow: hidden;
	}

	.sw-cfeat .sw-fi img {
		width: 100%;
		aspect-ratio: 16/9;
		object-fit: cover;
		transition: transform .5s;
	}

	.sw-cfeat:hover .sw-fi img {
		transform: scale(1.05);
	}

	.sw-cfeat .sw-fb {
		padding: 20px;
	}

	.sw-cfeat .sw-ft {
		font-size: 23px;
		font-weight: 900;
		color: var(--sw-text-primary);
		line-height: 1.48;
		margin: 10px 0 8px;
	}

	.sw-cfeat .sw-ft:hover {
		color: var(--sw-secondary);
		cursor: pointer;
	}

	.sw-cfeat .sw-fx {
		font-size: 15px;
		color: var(--sw-text-muted);
		line-height: 1.7;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.sw-cfeat .sw-fm {
		font-size: 12px;
		color: var(--sw-text-light);
		display: flex;
		gap: 10px;
		margin-top: 12px;
		align-items: center;
	}

	.sw-hcard {
		background: var(--sw-bg-white);
		border-radius: var(--sw-border-radius);
		overflow: hidden;
		box-shadow: var(--sw-shadow-md);
		display: flex;
		transition: transform var(--sw-transition), box-shadow var(--sw-transition);
	}

	.sw-hcard:hover {
		transform: translateY(-3px);
		box-shadow: var(--sw-shadow-lg);
	}

	.sw-hcard .sw-hi {
		width: 132px;
		flex-shrink: 0;
		overflow: hidden;
	}

	.sw-hcard .sw-hi img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform .5s;
	}

	.sw-hcard:hover .sw-hi img {
		transform: scale(1.08);
	}

	.sw-hcard .sw-hb {
		padding: 13px 15px;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.sw-hcard .sw-ht {
		font-size: 15px;
		font-weight: 700;
		color: var(--sw-text-primary);
		line-height: 1.55;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.sw-hcard .sw-ht:hover {
		color: var(--sw-secondary);
		cursor: pointer;
	}

	.sw-hcard .sw-hm {
		font-size: 12px;
		color: var(--sw-text-light);
		margin-top: 6px;
		font-weight: 500;
	}

	.sw-card-link .card-title, .sw-card-link .sw-card-title {
		font-size: 17px;
		font-weight: 700;
		color: var(--sw-text-primary);
		line-height: 1.55;
		transition: color var(--sw-transition);
	}

	.sw-card-link:hover .card-title, .sw-card-link:hover .sw-card-title {
		color: var(--sw-secondary);
	}

	@media (max-width:576px) {
		.sw-opcard-av-wrap {
			width: 60px;
			height: 60px;
		}
	}
}

@media (max-width:480px) {
	.sw-opcard-v3 {
		gap: 12px;
		padding: 16px;
	}

	.sw-opcard-v3__writer {
		flex-basis: 95px;
	}

	.sw-opcard-v3__avatar-wrap {
		width: 60px;
		height: 60px;
	}

	.sw-opcard-v3__title {
		font-size: 18px;
	}

	@media (max-width:576px) {
		.sw-opcard-av-wrap {
			width: 60px;
			height: 60px;
		}
	}
}

@media (max-width:576px) {
	.sw-hero-stage {
		height: 360px;
	}

	.sw-hero-stage .sw-slide-title {
		font-size: 20px;
	}

	.sw-th {
		flex: 0 0 50px;
		margin-left: 1%;
	}

	.sw-th img {
		max-height: 50px;
		max-width: 50px;
	}

	.sw-g2, .sw-g3, .sw-g4 {
		grid-template-columns: 1fr;
	}

	.sw-hcard {
		flex-direction: column;
	}

	.sw-hcard .sw-hi {
		width: 100%;
	}

	.sw-hcard .sw-hi img {
		height: auto;
		max-height: 220px;
	}

	.sw-archive-name {
		font-size: 22px;
	}

	.sw-archive-post-title {
		font-size: 18px;
	}

	.sw-archive-post-meta {
		gap: 10px;
		font-size: 12px;
	}

	.sw-archive-post-excerpt {
		font-size: 14px;
	}

	.sw-widget-header h3 {
		font-size: 16px;
	}

	.sw-pagination-link {
		padding: 6px 12px;
		font-size: 13px;
	}

	.sw-book-name {
		font-size: 20px;
	}

	.sw-book-subtitle {
		font-size: 16px;
	}

	.sw-book-cover {
		max-height: 160px;
		min-width: 100px !important;
	}

	.sw-month-label {
		font-size: 14px;
		padding: 4px 16px;
	}

	.sw-opcard-av-wrap {
		width: 60px;
		height: 60px;
	}

	.sw-opcard-right {
		width: 80px;
	}

	.sw-ps-thumb {
		height: 80px;
	}

	@media (max-width:576px) {
		.sw-opcard-av-wrap {
			width: 60px;
			height: 60px;
		}
	}
}

@media (max-width:768px) {
	.sw-opcard-v3 {
		gap: 14px;
		padding: 18px;
	}

	.sw-opcard-v3__writer {
		flex-basis: 110px;
	}

	.sw-opcard-v3__avatar-wrap {
		width: 72px;
		height: 72px;
	}

	.sw-opcard-v3__title {
		font-size: 20px;
	}

	@media (max-width:576px) {
		.sw-opcard-av-wrap {
			width: 60px;
			height: 60px;
		}
	}
}