/* papers only */
.filter_box {
	background: #00437E;
}

.filter_box ul li {
	text-align: left;
}

.filter_box ul li button {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: white;
}

.filter_box h3 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}

.filter_box h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#publications-wrapper .card {
	background: #EEF6FC;
}

#publications-wrapper .card h3 {
	color: #00437E;
	font-size: 22px;
	font-weight: 700;
	height: 225px;
}

#publications-wrapper .card p {
	color: #00437E;
	font-size: 14px;
}

#publications-wrapper .card .publication-content {
	height: 163px;
}

#publications-wrapper .card .publication-content p {
	color: black;
	height: 130px;
}

#publications-wrapper .card .btn {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	cursor: default;
	opacity: 100% !important;
	pointer-events: none;
	background: #00437e;
}

#publications-wrapper .card .tags {
	display: flex;
}

#publications-wrapper .card .tags .btn:first-child {
  margin-right: 10px;
}

#publications-wrapper .card .btn.tag-livermultiscan, #publications-wrapper .card .btn.tag-filter-01 {
	background: #E35698;
}

#publications-wrapper .card .btn.tag-coverscan, #publications-wrapper .card .btn.tag-filter-02 {
	background: #4BABE6;
}

#publications-wrapper .card .btn.tag-digipath, #publications-wrapper .card .btn.tag-filter-03 {
	background: #481448;
}

#publications-wrapper .card .btn.tag-hepatica, #publications-wrapper .card .btn.tag-filter-04 {
	background: #e9a6c9;
	color: #00437E;
}

#publications-wrapper .card .btn.tag-mrcp, #publications-wrapper .card .btn.tag-filter-05 {
	background: #79C000;
}

#publications-wrapper .card .btn.body-composition {
	background: #9ecf88;
}

#publications-wrapper .card .read-more-link {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    color: #00437E;
    font-size: 14px;
}

#publications-wrapper .card .read-more-link:hover {
  color: #6fc8f1;
}

#publications-wrapper .card .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

#publications-wrapper .card .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}

#publications-wrapper .card .read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* smooth and natural */
}

#publications-wrapper .card .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);; /* slightly more movement */
}

#product-filter-collapse .form-check input, #organ-filter-collapse .form-check input, #indication-filter-collapse .form-check 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;
}

@media (max-width: 767px) {
	#publications-wrapper .card h3, #publications-wrapper .card .publication-content p, #publications-wrapper .card .publication-content {
	  height: auto !important;
	}
  
  #publications-wrapper .card .read-more-link {
  	font-size: 10px !important
  }
}