.publication-list {
	background: #EEF6FC;
	border-radius: 5px;
}

.publication-list h3 {
	color: #00437E;
	font-size: 18px;
	font-weight: 700;
	min-height: 185px;
}

.publication-list p {
	color: #00437E;
	font-size: 12px;
}

.publication-list .btn {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	cursor: default;
	opacity: 100% !important;
	pointer-events: none;
}

.publication-list .btn.tag-livermultiscan {
	background: #E35698;
}

.publication-list .btn.tag-coverscan {
	background: #4BABE6;
}

.publication-list .btn.tag-digipath {
	background: #481448;
}

.publication-list .btn.tag-hepatica {
	background: #e9a6c9;
	color: #00437E;
}

.publication-list .btn.tag-mrcp {
	background: #79C000;
}

.publication-list .btn.tag-vitruvianscan {
	background: #9ecf88;
}

.publication-list a {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    color: #00437E;
    font-size: 14px;
}

.publication-list-filter {
	background: #00437E;
	border-radius: 5px;
}

.publication-list-filter p {
	color: white;
	font-size: 14px;
	font-weight: 700;
}

.publication-list-filter h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}

.subtitle_filter {
	font-size: 12px !important;
	text-transform: uppercase;
}

h2.accordion-header {
	border-bottom: 1px solid white;
	font-family: Roboto;
}

.accordion-header .accordion-button {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: white;
}

.publication-list-filter .accordion-item .form-check-label {
	font-size: 14px;
}

.publication-list-filter .accordion-item input {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    width: 1em;
    height: 1em;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-bottom: 5px;
}

.accordion-button::after {
  content: "+";
  font-size: 1.25rem;
  color: #fff;
  background-image: none !important;
  transform: none !important;
  font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
}

.category-search-box {
  border: none;
  border-radius: 0;
  background-color: white;
  color: #003366;
  font-weight: bold;
  padding: 0.5rem 1rem;
}

.category-search-box::placeholder {
  color: #003366;
  opacity: 0.8;
}

.search-wrapper .fa-search {
  font-size: 1rem;
}

.load-more {
	background: #00437e;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.load-more:hover {
	background: #00437e;
	color: white;
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.publication-list-filter h2 {
		font-size: 30px;
	}

	.publication-list h3 {
		min-height: auto;
	}
}