@charset "UTF-8";

/* Books gateway 0818 2023 */

.theme-homepage-layout div[class*="home-row"] {
  padding: 1rem 0;
}

/*ul and ol changes*/

ol

{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

ul

{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.pg_SelfServePage .ss-content ol, .pg_SelfServePage .ss-content ul {
    color: #000;
    margin-top: 0.5rem; 
}

.widget-SelfServeContent {
    font-size: 1rem;
    line-height: 1.25;
}