.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 .btn.tag-n-a {
  display: none;
}

.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;
	}
}

/* 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: 215px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

#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: 8px;
	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 .btn.tag-n-a {
	display: none;
}

#publications-wrapper .card .read-more-link, .link-slide .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, .link-slide .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;
      display: block;
	}
  
  #publications-wrapper .card .read-more-link {
  	font-size: 10px !important
  }
  
  .link-slide .read-more-link {
    text-align: left;
  }
  
  .link-slide p {
    margin-bottom: 15px !important;
  }
  
  .link-slide p span {
  	display: none;
  }
}

.publication-content p {
	height: auto !important;
  font-weight: bold;
  font-size: 12px !important;
  cursor: pointer;
  margin-bottom: 5px !important;
}

.publication-content .summary {
	font-size: 12px;
}

.swiper .swiper-slide h3 {
	font-weight: bold;
}

.link-slide {
	align-items: center;
}

.link-slide p {
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
	background: white;
	opacity: 0.5 !important;
}

.link-slide .read-more-link {
	color: white !important;
}