/*
Theme Name: Scene Tease
Theme URI: https://scenetease.com
Author: Scene Tease
Description: A super modern, dark, neon-pink inspired theme using Tailwind CSS and Plus Jakarta Sans.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, dark-mode, photography, modern, pink, neon
*/

/* Tailwind is loaded via CDN in functions.php/header.php for this modern setup.
   This file is primarily for WordPress recognition and specific overrides.
*/

.wp-block-gallery {
    margin-bottom: 2rem;
}

/* Ensure WordPress Admin Bar doesn't overlap fixed headers */
body.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
}