  			
/* 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 CELL PHONE NUMBER. Click SAVE. To make any GUEST UPDATES, please use the same Unique Guest Link and ensure you have all the information above; otherwise, you will receive an error message. ";
  display: block;
  white-space: pre-wrap;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

				
/* change font size of display card description and exceptions */					
#display_cards_inner_content #description,					
#display_cards_inner_content #exceptions {					
font-size: 14px !important;					
}	

/* Display card 'tents' to print bottom half of 8.5 x 11 using 'bold number' theme. 
removes description/exception section & fmv. suggest not showing donor unless
item names are short. Also puts footer logo on right side, may overlap with item photo */
#display_cards_inner_content {
  padding-top: 80%;
}
#desc_excep_container,
#fmv_cat_container {
  display: none;
}
#display_cards_inner_content > div.display_card_footer > div.footer_logo_div_dc {
  float: right;
}
#item_number {
  font-size: 130px;
}
#item_name.desc_inner_content.fr-box.fr-inline {
  font-size: 30px;
}
/* end display card tents */