/*
Theme Name: WP Test Theme
Theme URI: https://wptest.divint.io
Description: Minimal test theme for Coolify deployment testing.
Version: 1.0.0
Author: divint
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.6;
}

.cache-status {
  background: #f0f0f0;
  padding: 1rem;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #666;
}
