/*
Theme Name: Bordeaux Stone Restoration
Theme URI: https://bordeauxstone.com
Author: Bordeaux Stone Team
Author URI: https://bordeauxstone.com
Description: A French minimalist WordPress child theme for the Bordeaux Stone restoration blog, featuring elegant typography and sophisticated design inspired by French architecture. Built with Tailwind CSS.
Template: twentytwentyfour
Version: 1.3.0
License: GPL v2 or later
Text Domain: bordeaux-stone
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
 * This file is required by WordPress to recognize the theme.
 * All actual styles are handled by Tailwind CSS in assets/css/theme.css
 *
 * Parent theme styles are loaded via functions.php
 */

/* WordPress Required Styles */
.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.gallery-caption {
  display: block;
}

.sticky {
  position: relative;
}

.bypostauthor {
  font-weight: bold;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}