/*
Theme Name: No Seed Directory
Theme URI: https://ai.studio/build
Description: Custom theme for the No Seed Restaurant Directory. Focuses on healthy, clean, seed-oil-free dining.
Author: AI Studio Build
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-layout, full-width, clean, translation-ready, modern
Text Domain: no-seed-theme
*/

/* Reset margins and set background matching the theme eggshell */
html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F4F0E6;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.no-seed-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
