/*
Theme Name: Book of Slots
Theme URI: https://example.com/book-of-slots
Author: Grace
Description: Casino & slots review theme converted from the "Book of Slots" HTML template. Ships custom post types for Casinos and Games, plus ACF field groups for every block (bonuses, attributes, ratings, FAQ, player reviews).
Version: 1.0.0
Requires at least: 6.0
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: book-of-slots
Tags: casino, igaming, reviews, custom-post-types, acf
*/

/* The full design lives in /css/style.min.css, which is enqueued from functions.php.
   This file only carries the WordPress theme header (required) and a few WP-core helpers. */

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

.bos-empty {
  text-align: center;
  padding: 60px 0;
  font-size: 18px;
}

/* WP alignment / caption helpers so the_content() output behaves */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; opacity: .8; }
.sticky, .gallery-caption, .bypostauthor { }
