/*
Theme Name: AS Aquarium Blank
Theme URI: https://asaquarium.com/
Author: AS Aquarium
Description: Minimal blank WordPress theme for the AS Aquarium custom HTML website. The theme intentionally provides almost no visual design so the page HTML/CSS controls the site layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
License: GPL-2.0-or-later
Text Domain: as-aquarium-blank
*/

/* =========================================================
   AS AQUARIUM BLANK THEME
   ---------------------------------------------------------
   The purpose of this stylesheet is NOT to design the site.
   It only removes common WordPress/theme spacing and width
   constraints so the user's own HTML/CSS can control the page.
   ========================================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    background: #ffffff !important;
}

body {
    overflow-x: hidden;
}

#page,
.site,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks,
.wp-block-group,
main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.entry-content > *,
.wp-site-blocks > * {
    max-width: none !important;
}

.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 0;
}

img {
    max-width: 100%;
}
