/*
Theme Name: Imgur Clean White
Theme URI: https://imgur.media
Author: Imgur Community Media
Author URI: https://imgur.media
Description: Modern, lightning-fast Imgur-style image and video community platform theme with responsive masonry grid, instant guest posting without WordPress login, frontend lightboxes, and clean white aesthetic.
Version: 2.1.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imgur-white
Tags: grid-layout, two-columns, custom-header, custom-menu, featured-images, theme-options, translation-ready
*/

:root {
  --bg-primary: #FFFFFF;
  --bg-surface: #F9FAFB;
  --text-primary: #111827;
  --accent-emerald: #10B981;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-surface);
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#root {
  min-height: 100vh;
}

/* WordPress Production Mode - Hide developer export and download controls */
.wp-export-button,
.footer-wp-export-btn,
[data-wp-export="true"],
#navbar-download-theme-btn,
#navbar-download-wp-xml-btn {
  display: none !important;
}


/* IMGILO footer alignment fix */
.site-info {
    width: 100%;
    text-align: center;
}
