/*
Theme Name: Dong Phuc Gao House Theme
Theme URI: https://dongphucgaohouse.local
Author: Gao House
Description: Custom WordPress theme for Dong Phuc Gao House.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dongphucgaohouse-theme
*/

/*
 * Keep this file intentionally thin.
 * Visual styling lives in assets/css/style.css and assets/css/output.css.
 */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.wp-caption,
.wp-block-image,
.wp-block-gallery {
    max-width: 100%;
}

.site-main {
    min-height: 40vh;
}
