/*
Theme Name: Sensitive Child
Theme URI: http://iwagor.wagor.tc.edu.tw/
Description: Child theme for Sensitive
Author: Antigravity
Author URI: http://example.com
Template: sensitive
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: child-theme, sensitive
*/

/* Custom styles for stacked logo and menu */

.navbar .brand {
    float: none !important;
    display: block !important;
    text-align: left;
    margin: 0;
    padding: 15px 0 15px 20px;
    /* Added 20px indentation */
}

.navbar .nav-collapse {
    float: none !important;
    text-align: left;
    padding-left: 20px;
    /* Added 20px indentation */
}

.navbar .nav {
    display: flex !important;
    justify-content: space-between;
    float: none !important;
    margin: 0 !important;
    width: 100%;
}

.navbar .nav>li {
    float: none;
    display: block;
}

.navbar .nav>li>a {
    font-weight: bold !important;
    font-size: 17px !important;
}

/* Wide and Centered Content */
.post.box.arc {
    margin: 10px auto 30px auto !important;
    float: none !important;
    max-width: 1000px;
    /* Limits width for readability on large screens */
}

.entry-title,
.entry-content,
.breadcrumb {
    text-align: left;
    /* Keep text left aligned but centered block */
}

.post img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

/* Typography Adjustments */
.entry-title,
.entry-title a {
    font-weight: 400 !important;
}