/*
Theme Name: MK Taxi Landau
Theme URI: https://www.mk-taxi-landau.de
Author: MK Taxi Landau GmbH
Author URI: https://www.mk-taxi-landau.de
Description: Professional taxi service theme for MK Taxi Landau with full content management via ACF.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mk-taxi
Tags: taxi, transportation, business, one-page, custom-logo

Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* ==========================================================================
   The main styles are imported from assets/css/styles.css
   This file contains only WordPress-specific overrides
   ========================================================================== */

/* WordPress Admin Bar Offset */
body.admin-bar .header {
    top: 32px;
}

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

/* WordPress Block Editor Compatibility */
.wp-block {
    max-width: 1140px;
}

/* ACF WYSIWYG styling */
.acf-content {
    line-height: 1.7;
}

.acf-content p {
    margin-bottom: 1em;
}

.acf-content ul,
.acf-content ol {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.acf-content h2,
.acf-content h3,
.acf-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}