/*
Theme Name: immo-state-ki-transparenz
Text Domain: immo-state-ki-transparenz
Description: Private Relaunch-Vorschau für eine transparent KI-gestützte Mietverwaltung in Hamburg
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* Portal controls must override Ultimate Member's legacy default palette. */
#main-content.rel-portal-wrap #um-submit-btn {
	min-height: 48px !important;
	border-radius: 999px !important;
	background: #23464d !important;
	color: #ffffff !important;
	font-weight: 800 !important;
	box-shadow: none !important;
}

#main-content.rel-portal-wrap .um a.um-button.um-alt {
	min-height: 48px !important;
	border: 1px solid #111315 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: #111315 !important;
	font-weight: 800 !important;
	box-shadow: none !important;
}
