.rvt-tryon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #F8F5F0;
  color: #111111;
  border: 1px solid #D8D3CC;
  border-radius: 10px;
  padding: 14px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 0 16px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.rvt-tryon-btn:hover {
  background: #111111;
  color: #F8F5F0;
  border-color: #111111;
}

.rvt-tryon-btn i {
  color: #C6A46A;
  transition: color 0.2s ease;
}

.rvt-tryon-btn:hover i {
  color: #F8F5F0;
}
