.jbio-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .jbio-main-layout {
display: flex;
flex-direction: column;
margin-top: 10px;
} .jbio-top-sections {
display: flex;
flex-direction: row;
gap: 15px;
margin-bottom: 40px;
} .jbio-section-title {
text-align: left;
margin: 0 0 15px 0;
font-size: 1.3rem;
color: #000;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
padding: 0;
} .jbio-featured-section-container {
flex: 2;
order: 1;
max-width: 570px;
}
.jbio-featured-section { padding: 0; }
.jbio-post-featured {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 8px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.jbio-post-featured .jbio-post-image {
width: 100%;
height: 500px;
object-fit: cover;
}
.jbio-post-featured .jbio-post-content {
padding: 25px;
}
.jbio-post-featured .jbio-post-title {
margin: 0 0 15px;
font-size: 1.3rem;
color: #000;
font-family: sans-serif;
font-weight: bold;
line-height: 1.2;
text-decoration: none;
text-align: left;
}
.jbio-post-featured .jbio-post-excerpt {
margin: 0 0 15px;
color: #000;
font-family: sans-serif;
font-size: 0.9rem;
line-height: 1.6;
font-style: normal;
}
.jbio-post-featured .jbio-post-date {
color: #666;
font-size: 0.8rem;
font-family: sans-serif;
font-style: italic;
} .jbio-recent-posts-section {
flex: 1;
padding: 0;
order: 2;
}
.jbio-recent-posts-grid {
display: flex;
flex-direction: column;
gap: 15px;
}
.jbio-post-recent {
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.jbio-post-recent-link {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
min-height: 120px;
}
.jbio-post-recent-image {
width: 120px;
height: 120px;
flex-shrink: 0;
}
.jbio-post-recent-thumbnail {
width: 100%;
height: 100%;
object-fit: cover;
}
.jbio-post-recent-content {
padding: 15px;
flex-grow: 1;
}
.jbio-post-recent-title {
margin: 0;
font-size: 1rem;
color: #000;
font-family: sans-serif;
font-weight: bold;
line-height: 1.3;
text-decoration: none;
}
.jbio-post-recent-date {
margin-top: 5px;
color: #666;
font-size: 0.8rem;
font-family: sans-serif;
font-style: italic;
display: block;
} .jbio-posts-grid-section {
padding: 30px 0;
order: 3;
}
.jbio-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.jbio-post-grid {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.jbio-post-grid .jbio-post-image {
width: 100%;
height: 200px;
object-fit: cover;
}
.jbio-post-grid .jbio-post-content {
padding: 15px;
}
.jbio-post-grid .jbio-post-title {
margin: 0 0 10px;
font-size: 1.0rem;
color: #000;
font-family: sans-serif;
font-weight: bold;
line-height: 1.3;
text-decoration: none;
}
.jbio-post-grid .jbio-post-date {
color: #666;
font-size: 0.8rem;
font-family: sans-serif;
font-style: italic;
} @media (max-width: 768px) {
.jbio-post-featured .jbio-post-image {
height: 350px;
}
.jbio-featured-section-container {
max-width: 100%;
}
.jbio-top-sections {
flex-direction: column;
}
.jbio-posts-grid {
grid-template-columns: 1fr;
}
} .jbio-featured-section-container .jbio-section-title,
.jbio-recent-posts-section .jbio-section-title,
.jbio-posts-grid-section .jbio-section-title {
margin: 0 0 15px 0;
} .ad-slot-wrapper {
display: block;
text-align: center;
margin: 15px auto;
clear: both; min-height: 320px;
}
@media (min-width: 1024px) {
.ad-slot-wrapper {
min-height: 280px;
}
}
.ad-slot-wrapper ins {
display: block !important;
margin: 0 auto !important;
} .jbio-breadcrumbs-container {
width: 100%;
margin: 0 0 15px 0;
padding: 0;
}
.jbio-breadcrumbs {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
font-size: 13px;
color: #666;
}
.jbio-breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.jbio-breadcrumbs li {
display: inline-flex;
align-items: center;
margin: 0;
padding: 0;
}
.jbio-breadcrumbs a {
color: #666;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
line-height: 1.3;
}
.jbio-breadcrumbs a:hover {
color: #333;
text-decoration: underline;
}
.jbio-breadcrumb-separator {
margin: 0 6px;
color: #666;
font-weight: bold;
font-size: 13px;
line-height: 1.3;
}
.jbio-breadcrumbs li:last-child {
color: #333;
font-weight: 500;
font-size: 13px;
line-height: 1.3;
} .jbio-featured-section .jbio-breadcrumbs-container {
padding-left: 20px;
margin-left: 0;
margin-right: 0;
}  body.jbio-menu-open { overflow: hidden; } .jbio-menu-toggle {
transition: opacity 0.15s ease;
color: #333;
}
.jbio-menu-toggle:hover,
.jbio-menu-toggle:active,
.jbio-menu-toggle:focus {
color: #333 !important;
background: transparent !important;
box-shadow: none !important;
outline: none !important;
}
.jbio-menu-toggle--hidden {
opacity: 0;
pointer-events: none;
} .jbio-menu-overlay[hidden] {
display: none !important;
} .jbio-main-menu .jbio-menu-header{
display: flex;
justify-content: flex-start;
align-items: center;
padding: calc(12px + env(safe-area-inset-top)) 16px 12px 16px;
} .jbio-menu-close{
width: 44px;
height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
background: transparent;
border: none;
box-shadow: none;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
outline: none;
color: #333;
}
.jbio-menu-close:hover,
.jbio-menu-close:active,
.jbio-menu-close:focus{
color: #333 !important;
background: transparent !important;
box-shadow: none !important;
outline: none !important;
} .jbio-menu-items{
padding-top: 6px;
} @media (max-width: 768px) {
.jbio-menu-toggle i,
.jbio-menu-close i{
display: none !important;
}
.jbio-menu-toggle::before{
content: "☰";
font-size: 26px;
line-height: 1;
color: #333;
}
.jbio-menu-close::before{
content: "✕";
font-size: 26px;
line-height: 1;
color: #333;
}
.jbio-menu-toggle:hover::before,
.jbio-menu-toggle:active::before,
.jbio-menu-toggle:focus::before,
.jbio-menu-close:hover::before,
.jbio-menu-close:active::before,
.jbio-menu-close:focus::before{
color: #333 !important;
}
}  .jbio-single-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background: #F7F8FA;
} .jbio-single-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 30px;
margin-top: 20px;
background: #F7F8FA;
}
@media (max-width: 992px) {
.jbio-single-layout {
grid-template-columns: 1fr;
}
} .jbio-single-article {
background: #F7F8FA;
padding: 0;
} .jbio-single-header,
.jbio-single-content,
.jbio-related-articles {
background: transparent;
}
.jbio-single-header {
margin-bottom: 20px;
}
.jbio-single-title {
font-size: 32px;
line-height: 1.2;
color: #222;
margin: 0 0 10px 0;
font-weight: 700;
}
@media (max-width: 768px) {
.jbio-single-title {
font-size: 26px;
}
}
.jbio-single-meta {
font-size: 14px;
color: #666;
display: flex;
gap: 12px;
}
.jbio-single-featured-image {
margin-bottom: 24px;
}
.jbio-single-featured-image img {
width: 100%;
height: auto;
border-radius: 8px;
}
.jbio-single-content {
font-size: 16px;
line-height: 1.6;
color: #333;
margin-bottom: 30px;
}
.jbio-single-content p {
margin-bottom: 1.2em;
}
.jbio-single-content img {
max-width: 100%;
height: auto;
margin: 1em 0;
} .jbio-related-articles {
margin-top: 40px;
}
.jbio-related-articles-title {
font-size: 22px;
color: #222;
margin-bottom: 20px;
}
.jbio-related-articles-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
@media (max-width: 1024px) {
.jbio-related-articles-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.jbio-related-articles-grid {
grid-template-columns: 1fr;
}
} .jbio-single-sidebar {
position: sticky;
top: 20px;
align-self: start;
background: transparent;
}
@media (max-width: 992px) {
.jbio-single-sidebar {
position: static;
margin-top: 30px;
}
}
.jbio-sidebar-box {
background: #fff;
border: 1px solid #eee;
border-radius: 8px;
padding: 16px;
margin-bottom: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.jbio-sidebar-box-title {
font-size: 18px;
color: #222;
margin-bottom: 15px;
font-weight: 600;
} .jbio-sidebar-search form {
display: flex;
gap: 8px;
}
.jbio-search-input {
flex: 1;
padding: 10px 12px;
border: 1px solid #ddd;
border-radius: 6px;
outline: none;
}
.jbio-search-button {
width: 42px;
height: 42px;
padding: 0;
background: #4CAF50;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s ease;
}
.jbio-search-button:hover {
background: #43a047;
} .jbio-article-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
transition: transform 0.2s, box-shadow 0.2s;
}
.jbio-article-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.jbio-article-card-image img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 8px 8px 0 0;
}
.jbio-article-card-title {
padding: 12px;
font-size: 16px;
color: #222;
margin: 0;
line-height: 1.3;
} .jbio-article-list-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
margin-bottom: 16px;
}
.jbio-article-list-card:hover {
transform: translateY(-2px);
}
.jbio-article-list-card-link {
text-decoration: none;
color: inherit;
display: block;
} .jbio-article-list-card-image {
width: 100%;
height: 180px;
overflow: hidden;
}
.jbio-article-list-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .jbio-article-list-card-content {
padding: 14px 16px 18px 16px;
}
.jbio-article-list-card-title {
font-size: 17px;
font-weight: 600;
line-height: 1.35;
color: #222;
margin: 0;
} .jbio-load-more-wrap{
text-align: center;
margin: 18px 0 0;
}
.jbio-load-more{
border: 1px solid #ddd;
background: #fff;
padding: 12px 16px;
border-radius: 8px;
cursor: pointer;
font-family: sans-serif;
}
.jbio-load-more:disabled{
opacity: .6;
cursor: default;
} #jbio-infinite-sentinel{
width: 100%;
height: 1px;
}