/*
Theme Name: Birds of Paradise Website Theme 2024
Theme URI: https://www.boptheatre.co.uk/
Author: Pooka & Co Ltd
Author URI: https://www.pooka.co/
Description: A WordPress Hybrid Theme based on the Pooka Starter Theme, heavily using theme.json, block styles and block variations.
Version: 2024.09.V1
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: pookatheme
*/

/**
 * Editor Styles - TODO: Move to separate style-admin.css stylesheet
 */
 .editor-styles-wrapper h1.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0;
}
.editor-styles-wrapper h1.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input:before {
	content: "Title: "
}
.editor-styles-wrapper div.edit-post-visual-editor__post-title-wrapper {
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc;
}
