/*
Theme Name: OnboardCloud v2.0
Theme URI: https://pressmegpt.com
Author: OnboardCloud
Author URI: https://onboard.cloud
Description: OnboardCloud
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onboardcloud
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, custom-menu
*/

/* ============================================
   Theme Defaults - Header/Footer/Button
   These styles ensure the design matches the preview.
   Users can override via Site Editor.
   ============================================ */

:root {
  --oc-header-bg: #ffffff;
  --oc-header-text: #0f172a;
  --oc-footer-bg: #0f172a;
  --oc-footer-text: #f1f5f9;
  --oc-header-padding: 0;
  --oc-footer-padding: 0;
}

/* Header styling - frontend AND Site Editor */
header.wp-block-template-part,
.wp-block-template-part[data-area="header"] header.wp-block-group,
.editor-styles-wrapper header.wp-block-group,
.edit-site-visual-editor [data-type="core/template-part"] header.wp-block-group {
  background-color: var(--oc-header-bg);
  color: var(--oc-header-text);
  padding: var(--oc-header-padding);
}

/* Header content centering — match body content width */
header.wp-block-template-part > .wp-block-group,
header.wp-block-template-part > .wp-block-group > .wp-block-group,
header.wp-block-group > .wp-block-group {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

header.wp-block-template-part a,
.wp-block-template-part[data-area="header"] a,
.editor-styles-wrapper header.wp-block-group a,
.edit-site-visual-editor [data-type="core/template-part"] header.wp-block-group a {
  color: var(--oc-header-text);
}

/* Header navigation links */
header.wp-block-template-part .wp-block-navigation a,
header.wp-block-template-part .wp-block-navigation-item__content,
.editor-styles-wrapper header.wp-block-group .wp-block-navigation a,
.editor-styles-wrapper header.wp-block-group .wp-block-navigation-item__content {
  color: var(--oc-header-text);
}

/* Footer styling - frontend AND Site Editor */
footer.wp-block-template-part,
.wp-block-template-part[data-area="footer"] footer.wp-block-group,
.editor-styles-wrapper footer.wp-block-group,
.edit-site-visual-editor [data-type="core/template-part"] footer.wp-block-group {
  background-color: var(--oc-footer-bg);
  color: var(--oc-footer-text);
  padding: var(--oc-footer-padding);
}
