.item-page,
.item-page p,
.item-page .article-body {
    text-align: left !important;
}
.item-page.layout-1 .top-article-info,
.item-page .article-body {
    max-width: 100% !important;
}
body {
    font-size: 18px;
    line-height: 1.65;
    color: #222;
    font-weight: 300;
}
h1, h2, h3, h4 {
    font-weight: 600;
    letter-spacing: 0.4px;
}
a {
    color: #0066cc;
    transition: 0.2s ease;
}
a:hover {
    color: #004999;
    text-decoration: underline;
}
.item-page,
.item-page .article-body {
    text-align: left !important;
}

.item-page p {
    margin-bottom: 1.2em;
}

.item-page img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 15px 0;
}
@media (min-width: 1200px) {
    .item-page.layout-1 .top-article-info,
    .item-page .article-body {
        max-width: 1100px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .item-page.layout-1 .top-article-info,
    .item-page .article-body {
        max-width: 900px !important;
    }
}
@media (max-width: 767px) {
    .item-page.layout-1 .top-article-info,
    .item-page .article-body {
        max-width: 100% !important;
        padding: 0 15px;
    }
}
.btn,
.button {
    border-radius: 4px;
    padding: 10px 18px;
    transition: 0.2s ease;
}

.btn-primary {
    background: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    background: #0056b3;
}
.btn-default {
    background: #f2f2f2;
    border-color: #ddd;
}
.module-title {
    font-size: 1.3em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.moduletable {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}
.nav > li > a {
    padding: 12px 18px;
    transition: 0.2s ease;
}

.nav > li > a:hover {
    background: #f5f5f5;
}

.nav > li.active > a {
    color: #007bff;
    font-weight: 600;
}
#ja-footer {
    padding: 40px 0;
    font-size: 0.95em;
    background: #fafafa;
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
table th, table td {
    padding: 10px;
    border: 1px solid #ddd;
}
blockquote {
    border-left: 4px solid #007bff;
    padding-left: 15px;
    color: #555;
    font-style: italic;
}
ul li {
    margin-bottom: 6px;
}
