.sumasho-bear {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
}

.sumasho-bear__button {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.sumasho-bear__button img {
	width: 90px;
	height: auto;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.sumasho-modal[hidden] {
	display: none;
}

.sumasho-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
}

.sumasho-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.sumasho-modal__content {
	position: relative;
	max-width: 560px;
	margin: 10vh auto 0;
	background: #fff;
	padding: 24px;
	border-radius: 10px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.sumasho-share-box {
	display: flex;
	gap: 8px;
	margin: 12px 0 18px;
}

.sumasho-share-box input {
	flex: 1;
}
