/*
Theme Name: Beaver Next WooCommerce Frame
Theme URI: https://github.com/kornbed/beaver-next-wordpress-theme
Author: OpenHands
Author URI: https://github.com/kornbed
Description: A minimal WordPress theme designed specifically for WooCommerce payment pages in iframes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beaver-next-wc-frame
*/

html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page {
    width: 100%;
}

/* Hide unnecessary elements */
#masthead,
#colophon,
.site-header,
.site-footer,
.entry-header {
    display: none !important;
}

.site-content {
    margin: auto;
    width: 100%;
    max-width: 560px;
    box-sizing: border-box;
}
.woocommerce ul.order_details {
    padding: 0 !important;
    display: none !important;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.woocommerce ul.order_details li {
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce ul.order_details li strong {
    font-size: 1.1em;
}