
.lktr-reserve-button {
  width: 100%;
}
.lktr .lktr-reserve-button .lktr-item-detail-button {
  font-weight: bold;
  fill: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--e-global-color-97cf8b4) 0%, #FFCB00 100%);
  width: 100%;
  line-height: 1.2em;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
  transition: all .3s;
  box-shadow: none;
  border: none;
}
.lktr .lktr-reserve-button .lktr-item-info {
  display: none;
}