/*
Theme Name: Birdwood Guest House
Theme URI: https://birdwood.co.za
Template: twentytwentyfive
Author: Fhulufhelo Mokhomi
Description: Child theme of Twenty Twenty-Five for Birdwood Guest House, 976 Arcadia Street, Pretoria.
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: birdwood-child
*/

/* Keep custom CSS minimal — prefer theme.json. Add only what blocks can't express. */

/* Floating WhatsApp button */
.birdwood-whatsapp{
  position:fixed; right:18px; bottom:18px; z-index:9999;
  display:inline-flex; align-items:center; gap:8px;
  background:#25D366; color:#fff; padding:12px 16px; border-radius:50px;
  font-weight:600; text-decoration:none; box-shadow:0 4px 14px rgba(0,0,0,.25);
}
.birdwood-whatsapp:hover{ filter:brightness(.95); }
