.lode-android-app-banner[hidden] {
	display: none !important;
}

.lode-android-app-banner {
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 1001;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 52px;
	padding: 0.4rem 0.7rem;
	background: #fceec9;
	border-bottom: 1px solid #e2e4e8;
}

.lode-android-app-banner__close {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #637179;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.lode-android-app-banner__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	object-fit: cover;
}

.lode-android-app-banner__text {
	min-width: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	color: #3c4d57;
}

.lode-android-app-banner__text strong {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}

.lode-android-app-banner__text span {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	color: #637179;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lode-android-app-banner__action {
	flex-shrink: 0;
	margin-left: auto;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: var(--color-lode-main);
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.lode-android-app-banner__action:hover,
.lode-android-app-banner__action:focus {
	color: #fff;
	opacity: 0.9;
}

html.lode-android-app-banner-on .ps-header--mobile {
	top: var(--lode-android-app-banner-h, 52px);
}
