/*
Theme Name: PCShop Passau
Theme URI: https://www.pcshop-passau.de
Description: Child theme of Extendable for the PCShop-Passau website.
Author: Mahbubur Rahman
Template: extendable
Version: 0.1.0
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pcshop-passau
*/

/* Parent (Extendable) styling is inherited via theme.json. Custom styles below. */

/* Hide the redundant site-title text in the header — the logo already shows the name. */
.wp-block-site-title {
	display: none !important;
}
/* Also collapse the now-empty wrapper group so it leaves no gap next to the logo. */
header .wp-block-group:has(> .wp-block-site-title) {
	display: none;
}
