/* Aircraft Maintenance Log — WordPress embed styles */

/* Make the app fill the page properly */
#aml-root {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

/* Override common WordPress theme interference */
#aml-root *,
#aml-root *::before,
#aml-root *::after {
    box-sizing: border-box;
}

/* Hide WordPress admin bar overlap */
@media screen {
    html.admin-bar #aml-root {
        margin-top: 0;
    }
}

/* Ensure the app can use full viewport width */
.entry-content #aml-root,
.page-content #aml-root,
article #aml-root {
    max-width: none;
    width: 100%;
}

/* Remove theme padding/margin around the shortcode */
.entry-content > #aml-root {
    margin-left:  -20px;
    margin-right: -20px;
}
