.icon-pages {
	background: url("./images/icon_pages.gif") no-repeat 0 50%;
}

/* Not a heading tag on purpose: the page's <h1> now lives in the site header (see PAGE_H1).
   Font/weight are provided by the site's own ".sg-font" helper class (applied in the template)
   so this stays in sync with the board-wide heading font set in the ACP custom CSS. */
.pages-title {
	display: block;
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.2;
}

li.breadcrumbs.icon-pages span:first-child > a {
	display: inline-block;
	padding-left: 17px;
}

.rtl .icon-pages {
	background-position: 100% 50%;
}

.rtl li.breadcrumbs.icon-pages span:first-child > a {
	padding-right: 19px;
	padding-left: 0;
}
