.wp-block-button .wp-block-button__link { border-color: red; }

.m0 {margin-top: 0; margin-bottom: 0}

/* Remove the underline from the links not in the post/page content*/
a:link { text-decoration-line: none; }
/* Show underline on links not in the post/page content on hover*/
a:hover { text-decoration-line: underline; }

/*Remove the underline from the links in the page/post content | KG| 6518967-zen */
.wp-block-post-content a:not(.wp-block-button__link){
    text-decoration: none;
}
/*Show the underline on the links in the page/post content on hover | KG| 6518967-zen */
.wp-block-post-content a:not(.wp-block-button__link):hover{
    text-decoration: underline;
}


/* remove underline of site title when hovered over link */
h1.site-title a:hover {
	text-decoration: none;
}

/* Change the look of the captions  - to italics and colour choice*/
figcaption { font-style: italic; color: #B4B4B2; }

/*Reduce left padding on blockquote block | KG | 6518967-zen - as well as margin*/
.wp-block-quote{
    padding-left: 0px; margin: 20px;
}

/* Change the line height between lines of the same list item in lists and change the margin between list items (ignoring the last one because that would just add space between the end of the list and the next text)*/
li {line-height: 1.2;}
li:not(:last-child):not(.wp-block-navigation-item) {
    margin-bottom: 10px;
}

/* Remove the bulletpoints/numbering of the list in the sidebar*/
ul.reading-list {
	list-style-type: none;
}

/*Reduce the padding on the list icons on the left | KG | 6518967-zen*/
ol, ul{
    padding-left: 20px;
}
/*Reduce the padding on the list icons on the left for the sidebar list */
ol.in-sidebar, ul.in-sidebar{
	padding-left: 5px;
}


.wp-block-navigation .wp-block-navigation-item__content:hover{
	text-decoration: none; color: #48A8CA;
}


/* adjust dropdown menu padding |  6518967-zen KS-P  */  
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  padding: 0px; border: none;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  color: #050000 ;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
  color: #022736;
}