/*
Theme Name: Shinsei
Theme URI: https://example.com/shinsei
Author: Orient Software Development Corp
Author URI: https://example.com
Description: A custom theme for Shinsei
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shinsei
*/

/* CSS bổ sung dành riêng cho WordPress */
.admin-bar .header {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header {
        margin-top: 46px;
    }
}