<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid-item_tip {
    width: 33%;
}

.grid-item_tip:first-of-type {
    padding-right: 40px;
}

.grid-item_tip:nth-of-type(2) {
    padding-right: 20px;
  	padding-left: 20px;
}

.grid-item_tip:last-child {    
  	width: 32%;
    padding-left: 40px;
    padding-right: 0px;
}

.grid--link a {
    margin-right: 50px;
}

/* Flex CTA underline issue fix */
.actionable_advertisement:hover &gt; .actionable--text {
    text-decoration: none;
}

/* Cruise overrides - Start */

.header-flyout--content-section {
	white-space: nowrap; 
}

.header-flyout--content-section ul.link-column_primary:nth-child(4) {
	margin-left: -20px;
}

.header-flyout--content-section ul.link-column_primary:nth-child(5) {
	margin-left: 20px;
}

/* Cruise overrides - End */</pre></body></html>