#jaychin-events .rse-event-card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

#jaychin-events .rse-event-button {
	min-height: 46px;
}

#jaychin-events .rse-badges .rse-badge {
	min-height: 28px;
	display: inline-flex;
	align-items: center;
}

.msts-catalog-filter-toggle {
	display: none;
}

@media (max-width: 782px) {
	#jaychin-events .msts-catalog-mobile-hero {
		min-height: 0 !important;
		height: auto !important;
		margin: 8px 0 10px !important;
		padding: 15px 18px 16px !important;
		border-radius: 20px !important;
	}

	#jaychin-events .msts-catalog-mobile-hero h1,
	#jaychin-events .msts-catalog-mobile-hero h2,
	#jaychin-events .msts-catalog-mobile-hero h3 {
		margin: 3px 0 4px !important;
		font-size: clamp(22px, 6.5vw, 28px) !important;
		line-height: 1.55 !important;
	}

	#jaychin-events .msts-catalog-mobile-hero p {
		margin: 0 !important;
		font-size: 13px !important;
		line-height: 1.75 !important;
	}

	#jaychin-events .msts-catalog-mobile-hero [class*="badge"],
	#jaychin-events .msts-catalog-mobile-hero [class*="eyebrow"] {
		min-height: 26px !important;
		margin: 0 0 3px !important;
		padding: 3px 10px !important;
		font-size: 11px !important;
	}

	#jaychin-events .msts-catalog-filter-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		min-height: 42px;
		margin: 7px 0 9px;
		padding: 6px 11px;
		border: 1px solid #dbe4ee;
		border-radius: 12px;
		background: #fff;
		color: #172033;
		font: inherit;
		font-weight: 800;
		box-shadow: 0 5px 16px rgba(15, 23, 42, .05);
		cursor: pointer;
	}

	#jaychin-events .msts-catalog-filter-toggle > span {
		display: grid;
		place-items: center;
		width: 28px;
		height: 28px;
		border-radius: 8px;
		background: #eef2ff;
		color: #4f46e5;
	}

	#jaychin-events .msts-catalog-filter-toggle > span svg {
		width: 18px;
		height: 18px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
	}

	#jaychin-events .msts-catalog-filter-toggle > b {
		margin-left: auto;
		font-size: 13px;
	}

	#jaychin-events .msts-catalog-filter-toggle > i {
		font-style: normal;
		font-size: 18px;
		transition: transform .18s ease;
	}

	#jaychin-events .msts-catalog-filter-toggle.is-open > i {
		transform: rotate(180deg);
	}

	#jaychin-events .msts-catalog-filter-panel {
		display: none !important;
		margin: 0 0 9px !important;
		padding: 9px !important;
		border: 1px solid #e2e8f0;
		border-radius: 13px;
		background: #f8fafc;
	}

	#jaychin-events .msts-catalog-filter-panel.is-open {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 7px !important;
	}

	#jaychin-events .msts-catalog-filter-panel input,
	#jaychin-events .msts-catalog-filter-panel select,
	#jaychin-events .msts-catalog-filter-panel button {
		width: 100%;
		max-width: none;
		min-height: 40px;
		height: 40px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
}
