/*
Theme Name: Retreat Center Finder
Theme URI:
Author: Gianni A. Hdez. Mtz. && Carolina Cardenas // gahm10@hotmail.com
Description: Luxury wellness retreat sourcing platform — a boutique hospitality theme built with TailwindCSS, ACF Pro, and Custom Post Types.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: retreat-center-finder
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/*
 * Tailwind CDN handles utility classes.
 * This file satisfies the WordPress style.css requirement
 * and contains only base/reset rules that Tailwind's preflight doesn't cover.
 */

/* WordPress required: screen-reader-text */
.screen-reader-text {
    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;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress alignment classes */
.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

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

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

.alignwide {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* WordPress gallery */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.8125rem;
    color: #666;
    text-align: center;
    padding: 0.5rem 0;
}

/* WordPress editor content (the_content output) */
.entry-content > * + * {
    margin-top: 1.25em;
}

.entry-content a {
    color: #628c80;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.entry-content a:hover {
    color: #0cc0df;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.5em;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content blockquote {
    border-left: 3px solid #628c80;
    padding-left: 1.5rem;
    font-style: italic;
    color: #555;
}
