.strl-popup {
	display: none;
	max-width: 375px !important;
	width: 100%;
}

.strl-popup .is-close-btn {
	display: none;
}

.strl-popup * {
	box-sizing: border-box !important;
}

.strl-popup .inner-content {
	background-color: white;
}

.strl-popup .inner-content .text {
	position: relative;
	padding-top: 0.5rem;
}

.strl-popup .inner-content .text p:last-of-type {
	margin: 0;
}

.strl-popup .inner-content .custom-close-btn {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	gap: 0.5rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.strl-popup .inner-content .custom-close-btn span {
	text-decoration: underline;
}

.strl-popup .inner-content .custom-close-btn:hover span,
.strl-popup .inner-content .custom-close-btn:focus-visible span {
	text-decoration: unset;
}

@media screen and (min-width:768px) {
	.strl-popup {
		max-width: 640px !important;
	}
}

@media screen and (min-width:1024px) {
	.strl-popup {
		max-width: 800px !important;
	}
}