body.embedded {
    overflow: hidden;
}

body.embedded.modal-open .modal.show {
    position: relative;
}

body.embedded.modal-open .trafi-search > .section {
    display: none;
}

@media (min-width: 768px) {
    .sms-link {
        pointer-events: none;
        cursor: default;
        text-decoration: none !important;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
	/** Force the product headers two two lines on English for equal height columns. */
	html:lang(en) .trafi-search .product-header {
		word-spacing: 100vw;
	}
}
