/*
Theme Name: AUTOWIN ACF Theme
Theme URI: https://example.com/
Author: OpenAI
Description: Full WordPress + ACF Pro conversion of the AUTOWIN static website. All page text, media, links, CF7 shortcodes, global header/footer and archive content are managed in ACF.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: autowin-acf
*/

/* WordPress compatibility only. Original static styling remains in assets/css/style.css. */
.admin-bar header {
    top: 32px;
}

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

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.xb-empty-section {
    display: none;
}

.xb-cf7-slot .wpcf7 {
    width: 100%;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
