

/* sardine feature slider */

img {
  vertical-align: middle;
}

/* Next & previous buttons */

/* Position the "next button" to the right */

/* On hover, add a black background color with a little bit see-through */

/* Caption text */

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */

/* Fading animation */

/* On smaller screens, decrease text size */

/* sardine header*/

.sardine-header {
  display: flex;
  align-items: center;
  height: 80px;
  background-color: #ffffff;
  gap: 40px;

  margin-top: 10px;
}


.sardine-home-profile-menu {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.sardine-home-profile-menu a {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #878687 !important;
}

.sardine-home-profile-menu a,
.sardine-home-profile-menu button {
  margin-left: 20px;
}

.sardine-component {
  max-width: 90vw;
  margin: 10px auto;
}

@media (min-width: 1500px) {
  .sardine-component {
    max-width: 1300px;
  }
}

.priceDif {
  font-size: 11px;
}

.ticker-red {
  color: #ed3237;
}

.ticker-green {
  color: #8fc74a;
}

/* Sardine news blog page  first container*/

article,
footer,
header,
main,
nav {
  display: block;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
