/* Cached vesion created on 09/04/26 03:30:22*/
/* elapsed time: 0.0014350414276123 secs */

.vco-btn-custom .item {
  background-color: #c8102e;
  display: inline-block;
  position: relative;
  font-weight: bold;
  border: 2px solid #c8102e;
  padding: 8px 20px;
  font-size: 1rem;
  border-radius: 4px;
  transition: opacity 0.15s ease-in-out;
  color: white;
  text-decoration: none;
}
.vco-btn-custom .item.btn-big {
  padding: 12px 35px;
}
.vco-btn-custom .item.btn-small {
  padding: 6px 10px;
  font-size: 0.8rem;
}
.vco-btn-custom .item.btn-grey {
  background-color: #f4f5f5;
  border: 2px solid #d8dfdf;
  color: #333f48;
}
.vco-btn-custom .item.btn-grey:visited {
  color: #333f48;
}
.vco-btn-custom .item.btn-yellow {
  background-color: #ffe033;
  border: 2px solid #ffe033;
  color: #333f48;
}
.vco-btn-custom .item.btn-yellow:visited {
  color: #333f48;
}
.vco-btn-custom .item:hover {
  opacity: 0.8;
  text-decoration: none;
}
.vco-btn-custom .item:visited {
  color: white;
}
/*# sourceMappingURL=btn-custom.css.map */