/*
Theme Name: A Cute Pet Story
Theme URI: https://acutepetstory.com/
Author: A Cute Pet Story
Author URI: https://acutepetstory.com/
Description: A custom WordPress and WooCommerce theme converted from the original PbootCMS website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: acutepetstory
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * WordPress-required theme stylesheet.
 * Existing site styles remain centrally loaded from static/css in functions.php.
 * Add future theme-specific overrides to this single file.
 */

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

.screen-reader-text:focus {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto;
    color: #111827;
    background: #fff;
    font-weight: 700;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

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

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

.wp-caption,
.gallery-caption {
    max-width: 100%;
}

.wp-caption-text {
    margin-top: .5rem;
    font-size: .875rem;
    color: #57575b;
}

.sticky,
.bypostauthor {
    display: block;
}
