/*
Theme Name: PHPTRAVELS Clone
Theme URI: https://phptravels.com
Author: PHPTRAVELS
Author URI: https://phptravels.com
Description: Custom WordPress theme matching the main PHPTRAVELS Clone SaaS website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phptravelsclone
*/

/* 
 * This theme relies on Tailwind CSS loaded from the parent app assets.
 * Only WordPress-specific structural overrides (Gutenberg blocks, alignment, WP core classes) go here.
 */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.875rem; color: #64748b; margin-top: 0.5rem; }
.gallery { display: flex; flex-wrap: wrap; gap: 1rem; }
.gallery-item { flex: 1 1 calc(33.333% - 1rem); }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; }
