/*  gcweb5-tag based on gds 5 tag - modifications to size, font-weight and some colours */
/* remove all govuk-tag* entries once contentful has been updated to gcweb5 only  */
.gcweb5-tag, .govuk-tag{
    -webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-weight:500;
	font-size:1rem;
	line-height:1.25;
	display:inline-block;
	margin-top:-2px;
	margin-bottom:-3px;
	padding:2px 8px 3px;
	color:#0c2d4a;background-color:#bbd4ea;
	text-decoration:none;
	overflow-wrap:break-word
}

@media (min-width:40.0625em){
.gcweb5-tag, .govuk-tag{font-size:1rem;line-height:1.3157894737}}

@media print{
.gcweb5-tag, .govuk-tag{font-size:14pt;line-height:1.15}}

@media screen and (forced-colors:active){
.gcweb5-tag, .govuk-tag{font-weight:700}}

.govuk-tag--blue, .gcweb5-tag--blue{color:#0c2d4a;background-color:#bbd4ea}
.govuk-tag--red, .gcweb5-tag--red{color:#2a0b06;background-color:#f4cdc6}
.govuk-tag--yellow, .gcweb5-tag--yellow{color:#594d00;background-color:#fff7bf}
.govuk-tag--green, .gcweb5-tag--green{color:#005a30;background-color:#cce2d8}
.govuk-tag--veryred, .gcweb5-tag--veryred{color:#3f1109;background-color:#c48d84}
.govuk-tag--verygreen, .gcweb5-tag--verygreen{color:#001e10;background-color:#7aa792}
.govuk-tag--grey, .gcweb5-tag--grey{color:#282d30;background-color:#e5e6e7}
.govuk-tag--purple, .gcweb5-tag--purple{color:#491644;background-color:#efdfed}
.govuk-tag--turqouise, .gcweb5-tag--turquoise{color:#10403c;background-color:#d4ecea}
.govuk-tag--light-blue, .gcweb5-tag--light-blue{color:#0c2d4a;background-color:#e8f1f8}
.govuk-tag--orange, .gcweb5-tag--orange{color:#6e3619;background-color:#fcd6c3}
.govuk-tag--pink, .gcweb5-tag--pink{color:#6b1c40;background-color:#f9e1ec}
