/*
Theme Name: RoMi GuestBook App
Theme URI: https://guestsbook.app/
Description: Child theme for the RoMi GuestBook App website, based on Twenty Twenty-Five.
Author: RoMi Digital Marketing
Author URI: https://romidigitalmarketing.com/
Template: twentytwentyfive
Version: 1.0.2
Text Domain: romi-guestbook-app
*/

/* Hide legacy demo and public email elements if they remain in saved block content. */
a[href*="demo-kiosk"],
a[href*="kiosk-demo"],
a[href^="mailto:info@webservicesmalta.com"] {
  display: none !important;
}


/* GuestBook App uses its own full-page interface, so the WordPress theme chrome is hidden. */
header.wp-block-template-part,
footer.wp-block-template-part,
.wp-site-blocks > header,
.wp-site-blocks > footer {
  display: none !important;
}

/* Remove spacing sometimes left behind by the parent block theme. */
html,
body,
.wp-site-blocks {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
