/*
Theme Name: Company Site Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Classic WordPress theme converted from a Next.js/Tailwind v0 component (Hero, Services, Team, About, Partners, CTA sections).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: company-site
*/

/* Tailwind is loaded via CDN in functions.php (see enqueue_tailwind_cdn).
   This file only needs to exist for WordPress to recognize the theme,
   plus a few small overrides that Tailwind's CDN build can't cover
   (e.g. WP core classes like .alignleft, .wp-caption, gallery markup). */

.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: #6b7280; text-align: center; }

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