.stc-ads-section .stc-ads-wrapper {
	display: grid;
	grid-template-rows: 1fr;
	transition: bottom 1s ease;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
	background: var(--color-white);
	padding: 40px 20px;
	max-width: 250px;
	position: fixed;
	bottom: -1000px;
	right: 10px;
	z-index: 10000000;
}

.stc-ads-section .stc-ads-container {
	overflow: hidden;
}

.stc-ads-section .stc-ads-img {
	text-align: right;
	/* margin: auto;
	margin-right: 0; */
}

.stc-ads-section .stc-ads-img img {
	width: 100%;
	height: 100%;
	width: 30px;
	height: 30px;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 20px;
}

.stc-ads-section .stc-ads-wrapper.stc-show-ad {
	bottom: 0;
}

.stc-ads-section .stc-ads-close {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 0;
	background-color: transparent;
	color: var(--color-primary);
}
