.csp-cyberid-button-wrap {
	width: 100%;
}

.csp-cyberid-button-wrap .csp-auth-provider.csp-auth-provider--cyberid {
	position: relative;
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: center;
	align-items: center;
	column-gap: 9px;
	min-height: 50px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid #ded5ec;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(43, 20, 79, 0.05);
	color: #171729;
	font: 700 14px/1.3 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.csp-cyberid-button-wrap .csp-auth-provider.csp-auth-provider--cyberid:hover {
	border-color: #7b3fd0;
	box-shadow: 0 10px 26px rgba(87, 37, 154, 0.12);
	color: #281047;
	transform: translateY(-1px);
}

.csp-cyberid-button-wrap .csp-auth-provider.csp-auth-provider--cyberid:focus-visible {
	outline: 3px solid rgba(31, 196, 191, 0.45);
	outline-offset: 3px;
}

.csp-auth-provider__icon {
	display: grid;
	place-items: center;
}

.csp-auth-provider__icon img {
	display: block;
	width: 22px;
	height: 26px;
	object-fit: contain;
}

.csp-auth-provider__label {
	min-width: 0;
	text-align: center;
}

.csp-auth-provider__arrow {
	position: absolute;
	right: 16px;
	color: #6940a5;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}

.csp-cyberid-only-container {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.csp-cyberid-bridge-template {
	display: none !important;
}

@media (max-width: 480px) {
	.csp-cyberid-button-wrap .csp-auth-provider.csp-auth-provider--cyberid {
		min-height: 48px;
		padding-inline: 14px;
		font-size: 13px;
	}

	.csp-auth-provider__arrow {
		right: 14px;
	}
}
