<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dshow-item {
  margin: 20px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  /*
  border: 2px solid #0E63A4;
  */
  color: #fff;
  transition: all 0.5s;
  background-image: url("../images/dolphin_light.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: 90% center;
  background-color: #1997C1;
  border-radius: 35px 0;
}
.dshow-item .label {
  font-size: 0.8rem;
  color: #FFC300;
  font-family: Firago, sans-serif;
  font-feature-settings: "case" on;
  text-transform: uppercase;
}
.dshow-item .value {
  font-weight: 500;
  font-size: 1.05rem;
  color: #fff;
  padding-left: 10px;
}
.dshow-item:hover {
  border-radius: 0 35px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>