.og-widget-learn-more-dialog {
	max-height: 100%;
}

.og-learn-more-content {
	margin: 40px 16px 32px !important;
}

.og-learn-more-title {
	font-family: var(--font-regular, "ClarinsRegular", "Times New Roman", Times, serif);
	font-weight: 400;
	font-size: 35px;
	line-height: 120%;
}

.og-learn-more-subtitle {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
	font-size: 16px;
	font-weight: 500;
	line-height: 145%;
}

.og-learn-more-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 145%;
}

@counter-style fullwidth-decimal {
    system: numeric;
    symbols: '\FF10' '\FF11' '\FF12' '\FF13' '\FF14' '\FF15' '\FF16' '\FF17' '\FF18' '\FF19';
    suffix: '\FF0E';
}
 
.og-learn-more-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    list-style: fullwidth-decimal;
    margin-left: 10px;
}

.og-learn-more-link {
    height: 44px;
    border-radius: 5px;
}

.og-info-link-content {
	font-size: 14px;
	font-weight: 500;
	line-height: 145%;
}

@media (min-width: 768px) {
	.og-learn-more-content {
		margin: 40px 64px 32px !important;
	}

	.og-widget-learn-more-dialog {
		width: 60%;
	}
}

@media (min-width: 1024px) {
	.og-widget-learn-more-dialog {
		width: auto;
	}
}

body[dir='rtl'] .og-learn-more-title {
	font-weight: 500;
}

body[dir='rtl'] .og-learn-more-list {
    margin-left: unset;
    margin-right: 14px;
}

body[dir='rtl'] .og-learn-more-text, body[dir='rtl'] .og-learn-more-list {
	font-size: 17px;
	line-height: 150%;
}

body[dir='rtl'] .og-learn-more-subtitle {
	font-size: 19px;
	line-height: 150%;
}

body[dir='rtl'] .og-learn-more-link-content {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
}
