/* this allows the content of the instructions paragraph on the 
guest update page to be customized. Replace what is here in the 
content section. Do not use double quotes in your paragraph as 
they are needed at the beginning and end to define the content section */ 
main:has(> div > h1.d3.mb-4) .rounded.bg-white > div:first-child {
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
}
 
main:has(> div > h1.d3.mb-4) .rounded.bg-white > div:first-child::before {
  content: "Please click Available Guest, enter the guest's first & last name, and either a cell phone number OR an email address. Click SAVE. To make any changes, please have all the information above available; otherwise, you will receive an error message.  ";
  display: block;
  white-space: pre-wrap;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}


