.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;
}