sesami-warning-list {
	position: fixed;
	list-style: none;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	font-family: sans-serif;
	bottom: 16px;
	left: 16px;
	right: 16px;
	max-width: 768px;
	z-index: 2147483647;
	background: #fff;
	padding: 8px;
	box-shadow: inset 0 3px 0 0 #de3618, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
	background-color: #fdf3f0;
}
sesami-warning-item{
	display: block;
}
sesami-warning-item:not(:last-child) {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
sesami-modal{
	z-index: 2147483647;
}
[sesami-button]{
	cursor: pointer;
	border: 0px solid;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	-webkit-appearance: button;
}
[sesami-button]:disabled{
	opacity: 0.75;
	cursor: pointer;
}
.sesami__modal-enabled{
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0;
}
sesami-button{
	width: 100%;
	display: flex;
	flex-direction: column;
}