/*
Theme Name: MagicPicker WordPress Theme
Theme URI: https://example.com/magicpicker-wordpress-theme
Author: Genspark
Description: WordPress conversion of the MagicPicker tools collection with auto-created pages and .html style URLs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: magicpicker-wordpress
*/

html, body {
    margin: 0;
    padding: 0;
}

.page-default {
    padding: 48px 20px;
    background: #f8faff;
    min-height: 60vh;
}

.page-default__inner {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.admin-bar .mp-fixed-nav {
    bottom: 16px;
}
