.st-sidebar-coded-banner {
	align-items: stretch;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgb(15 41 77 / 10%);
	color: #071b3b;
	direction: rtl;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 1rem;
	text-decoration: none;
	width: 100%;
}

.st-sidebar-coded-banner__top {
	align-items: center;
	direction: ltr;
	display: flex;
	gap: 0;
	justify-content: space-between;
}

.st-sidebar-coded-banner__media {
	align-items: center;
	background: #edf6ff;
	border-radius: 999px;
	color: #0b5ed7;
	display: inline-flex;
	justify-content: center;
	height: 80px;
	width: 80px;
}

.st-sidebar-coded-banner__media svg {
	display: block;
	filter: drop-shadow(0 8px 14px rgb(0 74 190 / 20%));
	height: 80%;
	width: 80%;
}

.st-sidebar-coded-banner__media--pdf {
	height: 80px;
	width: 80px;
}

.st-sidebar-coded-banner__media--pdf svg {
	height: 72%;
	width: 72%;
}

.st-sidebar-coded-banner__copy {
	direction: rtl;
	display: grid;
	gap: 4px;
	min-width: 0;
	text-align: right;
}

.st-sidebar-coded-banner__title {
	color: #071b3b;
	font-size: clamp(1.16rem, 6.1vw, 1.55rem);
	line-height: 1.35;
	font-family: var(--st-font-medium);
}

.st-sidebar-coded-banner__line {
	color: #5b6c87;
	font-family: var(--st-font-medium);
	font-size: clamp(0.74rem, 3.7vw, 0.96rem);
	line-height: 1.65;
}

.st-sidebar-coded-banner__rule {
	background: #eff4fa;
	display: block;
	height: 1px;
	margin: 0.05rem 0;
	width: 100%;
}

.st-sidebar-coded-banner__button {
	align-items: center;
	border-radius: 14px;
	display: flex;
	font-family: var(--st-font-medium);
	font-size: 16px;
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.4;
	padding: 10px 0.7rem;
	white-space: nowrap;
}

.st-sidebar-coded-banner__button--filled {
	background: linear-gradient(135deg, #0865df 0%, #0041aa 100%);
	box-shadow: 0 14px 30px rgb(0 74 190 / 20%);
	color: #fff;
	margin-top: 12px;
	font-size: 16px;
	font-weight: lighter;
}

.st-sidebar-coded-banner__button--outline {
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
	border: 2px solid #0b5ed7;
	color: #0b5ed7;
}

.st-sidebar-coded-banner__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.st-sidebar-coded-banner__button-icon svg {
	height: 1.45em;
	width: 1.45em;
}

.st-sidebar-coded-banner--catalog .st-sidebar-coded-banner__title {
	font-size: 17px;
}
.st-sidebar-coded-banner--catalog .st-sidebar-coded-banner__line {
	font-size: 10px;
}
.st-sidebar-coded-banner--catalog .st-sidebar-coded-banner__copy {
  gap: 0;
}
.st-sidebar-coded-banner--catalog .st-sidebar-coded-banner__rule {
  margin: 14px 0 10px;
}

@media (width >= 768px) {
	.st-sidebar-coded-banner {
		padding: 1.25rem;
	}

	.st-sidebar-coded-banner__line {
		font-size: 0.82rem;
	}
}
