[] {icon exclamation-triangle color=green} Padding should tweaked to the following:
```
.mw-search-form-wrapper {
margin-bottom: 1.4em;
}
.mw-search-results {
margin: 2.4em 0 0 0;
}
.searchdidyoumean {
margin-bottom: 0.8em;
}
```
[] {icon exclamation-triangle color=green} Divider on Mobile between interwiki
{F35456681}
[] {icon exclamation-triangle color=green} Message3: "There is a page named ..." - full match
on the mockup the message is not bolded
{F35427834}
[] {icon exclamation-triangle color=green} Ellipses are added at the end of snippets to indicate the omission of words from quoted material and to give user an indication that there is more to explore.
{F35137030}
[] {icon exclamation-triangle color=green} //Vector//
```
@media only screen and (min-width: 720px)
.mw-searchresults-has-iw .mw-search-createlink,
.mw-searchresults-has-iw .mw-search-nonefound,
.mw-searchresults-has-iw .mw-search-results,
.mw-searchresults-has-iw .mw-search-interwiki-header {
++max-width: 50em
}
@media only screen and (min-width: 720px)
.mw-searchresults-has-iw #mw-interwiki-results {
++float: right;
}
```