/*
Theme Name: Fabrica WP
Theme URI: https://example.com/fabrica-wp
Author: Fabrica Migration
Author URI: https://example.com
Description: Classic WordPress theme migration of the Fabrica clone with Framer DOM fidelity.
Version: 1.0.7
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: fabrica-wp
*/

:root {
  --fabrica-editor-max-width: 1100px;
}

.fabrica-editable-region {
  background: transparent;
  width: 100%;
}

.fabrica-editable-inner {
  margin: 0 auto;
  max-width: var(--fabrica-editor-max-width);
  padding: 64px 36px;
}

/* Hide static list blocks where WP renders dynamic archives. */
.post-type-archive-project .framer-1cfsi94 {
  display: none !important;
}

.blog .framer-gamaca {
  display: none !important;
}

/* Single templates reuse archive shell; hide static main shell and show WP entry. */
.single-project main.framer-7bktpr,
.single-post main.framer-vq68ab {
  display: none !important;
}

.single-project .fabrica-editable-inner,
.single-post .fabrica-editable-inner {
  padding-top: 180px;
}

@media (max-width: 809px) {
  .single-project .fabrica-editable-inner,
  .single-post .fabrica-editable-inner {
    padding-top: 140px;
  }
}
