/* Change styling of covid card */
body .node-id-card-8 .c-card .c-card__title {
  background-image: linear-gradient(rgba(86, 9, 44, 0.8),rgba(172, 20, 90, 0.8));
}

body .node-id-card-8 .c-card svg path {
  fill: rgba(172, 20, 90,0.8);
}

body .node-id-card-8 .c-card:hover svg path, 
body .node-id-card-8 .c-card:focus svg path {
  fill: rgba(137, 31, 93,1);
}

/* Fixes on 4grid on /implementing-veterinary-medicinal-products-regulation */
.paragraph-id-730 .c-video {
  margin-top: 0;
  padding-bottom: 52.25%;
  padding-top: 0;
  height: 0;


}

.paragraph-id-730 .c-media {
  margin-bottom: 27px;
}

/* Change covid-theme headings colors */
body .theme-covid .c-rich-text h2 {
  color: #801872;
}

body .theme-covid .c-rich-text h3 {
  color: #ac145a;
}

.cck-banner .ecl-visible {
 display: none;
}

a[target=_blank]:after,
a.external-link {
  content: '';
  margin-left: 4px;
  background: url('designsystem/03-layouts/header/icon-external-link.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

::selection {
  background: #009DD3;
  color: #FFFFFF;
}

a::selection {
  text-decoration: underline;
  font-weight: 500;
}

.c-markup iframe {
  height: 300px;
}
@media (min-width: 992px) {
  .c-markup iframe {
    height: 475px;
  }
}