/* Add custom CSS styles below */ 
#guest-checkout {
  background-color: #e60023 !important;
  color: #ffffff !important;
  padding: 14px 18px !important;
  width: 100% !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: bold;
  border-radius: 6px !important;
  cursor: pointer;
  text-align: center;
}