/*
Theme Name: entryform
Theme URI: https://www.wti.jp
Description: Minimal WordPress theme for iframe embedded mail forms.
Version: 1.0.0
Author: WTI
*/

/* Reset & Iframe Container Layout */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    width: 100%;
    min-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Ensure no admin bar top spacing offset */
html {
    margin-top: 0 !important;
}

/* Top-left aligned container */
.entry-form-container {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

/* Form elements reset for top-left alignment */
.entry-form-container form {
    margin: 0;
    padding: 0;
}
