
ml-menu-fragment-create-content {
	display: flex;
	flex-direction: column;
	height: calc(100% - 64px);
	white-space: normal;
	overflow: auto;
	padding: 32px;
	width: 100%;
	margin: 32px;
	border-radius: 8px;
	background-color: #3e273f;
	color: #fff;
}

[lang="en"] ml-menu-fragment-create-content {
	background-color: #293355;
}


ml-menu-fragment-create-content .content-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

ml-menu-fragment-create-content .row-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	gap: 16px;
	background-color: transparent;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

ml-menu-fragment-create-content .row-1 .header {
	margin-bottom: 16px;
}

ml-menu-fragment-create-content .row-1 p {
	font-family: var(--text-font-family);
	font-weight: normal;
	font-size: var(--rem-s);
	text-align: left;
}

ml-menu-fragment-create-content .row-2 {
	position: relative;
	margin: 0;
	margin-bottom: 0;
	margin-top: auto;
	margin-left: auto;
	background-color: transparent;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

ml-menu-fragment-create-content .ml-button.style-cta-hollow.btn-premium {
	width: fit-content;
	color: #fff;
	border-color: #fff;
}

ml-menu-fragment-create-content .ml-button.style-cta-hollow.btn-premium:hover {
	filter: brightness(1.1);
}

ml-menu-fragment-create-content img {
	display: flex;
	width: 100%;
	height: auto;
	max-width: 280px;
	border-radius: 8px;
	margin: 0;
    margin-left: auto;
}

ml-menu-fragment-create-content .read-more {
	display: none;
	font-family: var(--text-font-family);
	font-size: var(--rem-s);
	text-decoration: underline;
	cursor: pointer;
	width: fit-content;
}

.megamenu ml-menu-fragment-create-content ml-icon-text.logo {
	display: none;
	margin: 0;
	height: 24px;
}

.megamenu ml-menu-fragment-create-content ml-icon.logo {
	display: flex;
	flex-direction: row;
}

.skin-mlknowgaps .megamenu ml-menu-fragment-create-content ml-icon-text.logo.knowgaps {
	display: flex;
}

.skin-mlknowgaps .megamenu ml-menu-fragment-create-content ml-icon-text.logo.mathleaks {
	display: none;
}


.country-se.skin-mldesktop .megamenu ml-menu-fragment-create-content ml-icon-text.logo.knowgaps {
	display: flex;
}

.country-se.skin-mldesktop .megamenu ml-menu-fragment-create-content ml-icon.logo.mathleaks {
	display: none;
}

.country-se.skin-mlknowgaps .megamenu ml-menu-fragment-create-content ml-icon.logo.mathleaks {
	display: none;
}


.country-us.skin-mldesktop .megamenu ml-menu-fragment-create-content ml-icon-text.logo.knowgaps {
	display: none;
}

.country-us.skin-mldesktop .megamenu ml-menu-fragment-create-content ml-icon.logo.mathleaks {
	display: flex;
	width: 150px;
}

.country-us.skin-mldesktop .megamenu ml-menu-fragment-create-content ml-icon.logo.mathleaks::after {
	content: "360";
	translate: 0px -8px;
	font-family: var(--header-font-family);
	font-size: var(--rem-xs);
}


.megamenu ml-menu-fragment-create-content ml-icon-text.logo::part(icon),
.megamenu ml-menu-fragment-create-content ml-icon-text.logo::part(text) {
	color: #F1909C;
}

@media all and (max-width: 1399px){
	ml-menu-fragment-create-content .row-1 {
		width: 100%;
	}
	ml-menu-fragment-create-content .row-2 {
		display: none;
	}
}

