@media (min-width: 1100px) {
	.ps-sponsor-rail {
		position: fixed;
		top: 18px;
		right: max(15px, calc((100vw - 1320px) / 2));
		z-index: 20;
		width: 285px;
		max-height: calc(100vh - 36px);
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: thin;
	}

	.admin-bar .ps-sponsor-rail {
		top: 50px;
	}

	.ps-mobile-sponsors {
		display: none !important;
	}

	.ps-sponsor-rail--generated {
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 285px;
		padding: 0;
	}

	.ps-sponsor-rail__item {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 108px;
		padding: 5px;
		background: #fff;
	}

	.ps-sponsor-rail__item img {
		display: block;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 98px !important;
		margin: 0 !important;
		object-fit: contain;
	}
}

@media (max-width: 1099px) {
	.ps-sponsor-rail {
		display: none !important;
	}

	.ps-mobile-sponsors {
		box-sizing: border-box;
		display: none !important;
		position: absolute !important;
		inset: 0 !important;
		float: none !important;
		clear: both;
		isolation: isolate;
		z-index: 2147483000 !important;
		width: 100%;
		height: 100% !important;
		min-height: 0 !important;
		max-height: none;
		padding: 5px 8px;
		margin: 0 !important;
		overflow: hidden;
		background: rgba(12, 12, 12, 0.97);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
	}

	#logo.ps-logo-sponsors-active > #site-logo,
	#logo.ps-logo-sponsors-active > .blog-description {
		visibility: hidden !important;
	}

	#logo.ps-logo-sponsors-active > .ps-mobile-sponsors {
		display: flex !important;
		align-items: center;
	}

	.ps-mobile-sponsors__track {
		display: flex;
		position: relative;
		z-index: 1;
		gap: 8px;
		height: 50px;
		width: 100%;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ps-mobile-sponsors__track::-webkit-scrollbar {
		display: none;
	}

	.ps-mobile-sponsors__item {
		box-sizing: border-box;
		display: flex;
		flex: 0 0 124px;
		align-items: center;
		justify-content: center;
		height: 50px;
		padding: 4px 8px;
		background: #fff;
		border-radius: 3px;
		scroll-snap-align: start;
	}

	.ps-mobile-sponsors__item img {
		display: block;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 42px !important;
		margin: 0 !important;
		object-fit: contain;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ps-mobile-sponsors__track {
		scroll-behavior: auto;
	}
}
