.brand-custom-logo {
	min-width: 0;
}

.brand .custom-logo-link {
	display: flex;
	align-items: center;
	max-width: 260px;
	height: var(--ory-logo-height, 56px);
	overflow: hidden;
}

.brand .custom-logo {
	display: block;
	width: auto !important;
	max-width: 260px !important;
	height: auto !important;
	max-height: var(--ory-logo-height, 56px) !important;
	object-fit: contain;
}

@media (max-width: 680px) {
	.brand .custom-logo-link,
	.brand .custom-logo {
		max-width: 210px !important;
		max-height: var(--ory-logo-height-mobile, 48px) !important;
	}

	.brand .custom-logo-link {
		height: var(--ory-logo-height-mobile, 48px);
	}
}
