/*
	Theme Name:        House of Commons Library (PDS)
    Template:          parliament-design-system
	Description:       A child theme for House of Commons Library site. Based on the Parliament Design System parent theme.
	Author:            Studio24 / Carlos Eriksson
	Author URI:        https://www.studio24.net
	Version:           2.1.1
	Stable tag:        2.1.1
	Text Domain:       apollo
*/

.page-header {

	background-color: #006e46;
	border-top: 1px solid #005434;

}

.component--split > * {

    background-color: #006e46;

}


.button--secondary.button--secondary {

    background-color: #006e46;

}

blockquote {

    font-style: normal;
    max-width: none;
    font-size: 1.125rem;
    line-height: 1.5;

}

blockquote p:first-child:before {

    top: -0.25em;

}

/* Hide tag list on all cards except for in archives */
body:not(.archive) .component--columns .tag-list {

	display: none;

}