.cbw-site:not(.cbw-view-front) :where(.content, #content) {
padding-top: clamp(24px, 4vw, 52px);
}
.cbw-site:not(.cbw-view-front) .content-in {
align-items: flex-start;
gap: clamp(22px, 3vw, 38px);
}
.cbw-site:not(.cbw-view-front) .main {
min-width: 0;
padding: clamp(22px, 4vw, 48px);
border: 1px solid var(--cbw-line);
border-radius: 8px;
background: var(--cbw-paper);
box-shadow: var(--cbw-shadow-soft);
}
.cbw-site:not(.cbw-view-front) .sidebar {
min-width: 0;
}
.cbw-site:not(.cbw-view-front) :where(.article-header, .archive-title, .list-title, .search-title) {
margin-bottom: clamp(24px, 4vw, 42px);
padding-bottom: 18px;
border-bottom: 1px solid var(--cbw-line);
}
.cbw-site:not(.cbw-view-front) :where(.entry-title, .archive-title, .list-title, .search-title, .page-title) {
margin-top: 0;
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-size: clamp(1.8rem, 4vw, 2.75rem);
font-weight: 600;
letter-spacing: 0.025em;
line-height: 1.45;
text-wrap: pretty;
}
.cbw-site:not(.cbw-view-front) :where(.date-tags, .post-date, .post-update, .author-info, .entry-category, .entry-categories-tags) {
color: var(--cbw-muted);
font-size: 0.78rem;
}
.cbw-site:not(.cbw-view-front) :where(.entry-category, .cat-label, .tag-link) a,
.cbw-site:not(.cbw-view-front) a.cat-label {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 3px 9px;
border: 1px solid rgb(114 27 39 / 28%);
border-radius: 999px;
background: #fff8f7;
color: var(--cbw-bordeaux);
font-size: 0.7rem;
font-weight: 700;
text-decoration: none;
} .cbw-site:not(.cbw-view-front) .entry-content {
color: #342f2b;
font-size: clamp(1rem, 1.2vw, 1.075rem);
line-height: 1.95;
}
.cbw-site:not(.cbw-view-front) .entry-content > :first-child {
margin-top: 0;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(p, ul, ol, blockquote, table, figure, .wp-block-image, .wp-block-table) {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(h2, h3, h4) {
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-weight: 600;
letter-spacing: 0.025em;
text-wrap: pretty;
}
.cbw-site:not(.cbw-view-front) .entry-content h2 {
margin: 2.8em 0 1.1em;
padding: 0.72em 0.86em;
border: 0;
border-left: 5px solid var(--cbw-bordeaux);
background: linear-gradient(100deg, #f4ece8, #fbf8f2 72%);
font-size: clamp(1.45rem, 3vw, 2rem);
line-height: 1.55;
}
.cbw-site:not(.cbw-view-front) .entry-content h3 {
margin: 2.35em 0 0.9em;
padding: 0 0 0.58em;
border: 0;
border-bottom: 2px solid var(--cbw-line-strong);
background: transparent;
font-size: clamp(1.25rem, 2.3vw, 1.62rem);
line-height: 1.6;
}
.cbw-site:not(.cbw-view-front) .entry-content h4 {
margin: 2em 0 0.7em;
padding-left: 0.75em;
border-left: 3px solid var(--cbw-green);
font-size: clamp(1.08rem, 1.8vw, 1.3rem);
line-height: 1.65;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(ul, ol) {
padding-left: 1.55em;
}
.cbw-site:not(.cbw-view-front) .entry-content li + li {
margin-top: 0.38em;
}
.cbw-site:not(.cbw-view-front) .entry-content li::marker {
color: var(--cbw-bordeaux);
font-weight: 700;
}
.cbw-site:not(.cbw-view-front) .entry-content blockquote {
position: relative;
padding: clamp(20px, 3vw, 30px);
border: 0;
border-left: 4px solid var(--cbw-green);
border-radius: 0 6px 6px 0;
background: #f2f5f0;
color: #3d463f;
}
.cbw-site:not(.cbw-view-front) .entry-content blockquote::before,
.cbw-site:not(.cbw-view-front) .entry-content blockquote::after {
display: none;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(table, .wp-block-table table) {
width: 100%;
border: 1px solid var(--cbw-line-strong);
border-collapse: collapse;
background: #fff;
font-size: 0.92em;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(th, td) {
padding: 0.72em 0.8em;
border: 1px solid var(--cbw-line);
text-align: left;
vertical-align: top;
}
.cbw-site:not(.cbw-view-front) .entry-content th {
background: #f1e8df;
color: var(--cbw-charcoal);
font-weight: 700;
}
.cbw-site:not(.cbw-view-front) .entry-content tbody tr:nth-child(even) {
background: #fcfaf6;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(img, .wp-block-image img) {
height: auto;
border-radius: 5px;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(figcaption, .wp-caption-text) {
margin-top: 0.55em;
color: var(--cbw-muted);
font-size: 0.78rem;
line-height: 1.65;
text-align: center;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(pre, code) {
overflow-wrap: normal;
}
.cbw-site:not(.cbw-view-front) .entry-content pre {
max-width: 100%;
overflow-x: auto;
border-radius: 5px;
} .cbw-site:not(.cbw-view-front) :where(.toc, .toc-content) {
max-width: 100%;
padding: clamp(18px, 3vw, 28px);
border: 1px solid var(--cbw-line);
border-radius: 7px;
background: #fbf8f2;
box-shadow: none;
}
.cbw-site:not(.cbw-view-front) :where(.toc-title, .toc-content > .toc-title) {
color: var(--cbw-bordeaux);
font-family: var(--cbw-font-serif);
font-size: 1.12rem;
font-weight: 700;
letter-spacing: 0.04em;
}
.cbw-site:not(.cbw-view-front) .toc :where(ul, ol) {
margin-block: 0.6em 0;
}
.cbw-site:not(.cbw-view-front) .toc a {
color: var(--cbw-charcoal);
text-decoration: none;
}
.cbw-site:not(.cbw-view-front) .toc a:hover {
color: var(--cbw-bordeaux);
text-decoration: underline;
} .cbw-site:not(.cbw-view-front) :where(.entry-card-wrap, .related-entry-card-wrap) {
display: block;
margin-bottom: 18px;
overflow: hidden;
border: 1px solid var(--cbw-line);
border-radius: 7px;
background: #fff;
box-shadow: 0 7px 22px rgb(47 31 20 / 4%);
color: inherit;
text-decoration: none;
transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-wrap, .related-entry-card-wrap):hover {
border-color: rgb(114 27 39 / 40%);
box-shadow: var(--cbw-shadow-soft);
color: inherit;
transform: translateY(-2px);
}
.cbw-site:not(.cbw-view-front) :where(.entry-card, .related-entry-card) {
align-items: center;
gap: clamp(16px, 3vw, 26px);
padding: clamp(14px, 2.2vw, 22px);
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-thumb, .related-entry-card-thumb) {
overflow: hidden;
border-radius: 5px;
background: #eee6da;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-thumb, .related-entry-card-thumb) img {
display: block;
width: 100%;
height: auto;
transition: transform 240ms ease;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-wrap, .related-entry-card-wrap):hover :where(.entry-card-thumb, .related-entry-card-thumb) img {
transform: scale(1.035);
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-content, .related-entry-card-content) {
min-width: 0;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-title, .related-entry-card-title) {
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-size: clamp(1.05rem, 2vw, 1.28rem);
font-weight: 700;
line-height: 1.6;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-snippet, .related-entry-card-snippet) {
margin-top: 0.6em;
color: #625b55;
font-size: 0.82rem;
line-height: 1.75;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-meta, .related-entry-card-meta) {
color: var(--cbw-muted);
font-size: 0.7rem;
}
.cbw-site:not(.cbw-view-front) :where(.archive-description, .author-box) {
margin-bottom: 24px;
padding: clamp(18px, 3vw, 26px);
border: 1px solid var(--cbw-line);
border-radius: 7px;
background: #fbf8f2;
color: #514b45;
}
.cbw-site:not(.cbw-view-front) .author-box {
align-items: center;
gap: 18px;
}
.cbw-site:not(.cbw-view-front) .author-box img {
border-radius: 50%;
} .cbw-site:not(.cbw-view-front) .new-entry-cards.large-thumb {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
gap: 18px;
}
.cbw-site:not(.cbw-view-front) .new-entry-cards.large-thumb > * {
width: auto;
min-width: 0;
margin: 0;
}
.cbw-site:not(.cbw-view-front) :where(.new-entry-card-link, .new-entry-card-wrap) {
overflow: hidden;
border: 1px solid var(--cbw-line);
border-radius: 7px;
background: #fff;
color: inherit;
text-decoration: none;
}
.cbw-site:not(.cbw-view-front) .new-entry-card {
height: 100%;
padding: 12px;
}
.cbw-site:not(.cbw-view-front) :where(.new-entry-card-title, .widget-entry-card-title) {
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-weight: 700;
line-height: 1.55;
} .cbw-site:not(.cbw-view-front) .cbw-article-cta {
margin: clamp(42px, 7vw, 76px) 0 18px;
padding: clamp(24px, 4vw, 40px);
border: 1px solid var(--cbw-line-strong);
border-radius: 8px;
background: linear-gradient(130deg, #f2eadf, #fffdfa 58%, #f2eee6);
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__intro {
max-width: 42rem;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__kicker {
margin: 0 0 8px;
color: var(--cbw-bordeaux);
font-family: var(--cbw-font-serif);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.16em;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta h2 {
margin: 0;
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-size: clamp(1.45rem, 3vw, 2rem);
font-weight: 600;
line-height: 1.5;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__intro > p:last-child {
margin: 12px 0 0;
color: #5f5852;
font-size: 0.9rem;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
gap: 14px;
margin-top: 24px;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__link {
display: flex;
min-height: 190px;
flex-direction: column;
align-items: flex-start;
padding: 20px;
border: 1px solid var(--cbw-line);
border-radius: 6px;
background: rgb(255 255 255 / 78%);
color: var(--cbw-charcoal);
text-decoration: none;
transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__link:hover {
border-color: rgb(114 27 39 / 45%);
box-shadow: var(--cbw-shadow-soft);
color: var(--cbw-charcoal);
transform: translateY(-2px);
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__link--lab {
border-top: 3px solid var(--cbw-green);
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__link--study {
border-top: 3px solid var(--cbw-bordeaux);
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__eyebrow {
color: var(--cbw-muted);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__title {
margin-top: 8px;
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-size: 1.12rem;
font-weight: 700;
line-height: 1.55;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__description {
margin-top: 8px;
color: #625b55;
font-size: 0.78rem;
line-height: 1.7;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__action {
display: inline-flex;
align-items: center;
gap: 8px;
min-height: 44px;
margin-top: auto;
padding-top: 10px;
color: var(--cbw-bordeaux);
font-size: 0.8rem;
font-weight: 700;
} .cbw-site:not(.cbw-view-front) .my_link_btn {
display: flex;
justify-content: center;
margin: 2em 0;
}
.cbw-site:not(.cbw-view-front) .my_link_btn > a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 11px 20px;
border: 1px solid var(--cbw-bordeaux);
border-radius: 4px;
background: var(--cbw-bordeaux);
box-shadow: 0 8px 20px rgb(78 16 25 / 16%);
color: #fff;
font-weight: 700;
line-height: 1.5;
text-align: center;
text-decoration: none;
transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.cbw-site:not(.cbw-view-front) .my_link_btn > a:hover {
border-color: var(--cbw-bordeaux-deep);
background: var(--cbw-bordeaux-deep);
box-shadow: 0 10px 24px rgb(78 16 25 / 22%);
color: #fff;
transform: translateY(-2px);
}
.cbw-site:not(.cbw-view-front) .my_link_btn > a:focus-visible {
outline: 3px solid var(--cbw-focus);
outline-offset: 3px;
} .cbw-site:not(.cbw-view-front) :where(.sns-share, .sns-follow, .related-entries, .comment-area, .pager-post-navi) {
margin-top: clamp(30px, 5vw, 52px);
padding-top: 24px;
border-top: 1px solid var(--cbw-line);
}
.cbw-site:not(.cbw-view-front) :where(.sns-share-message, .sns-follow-message, .related-entry-heading, .comment-title) {
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-weight: 700;
}
.cbw-site:not(.cbw-view-front) :where(.sns-buttons, .social-color, .social-color-type) a {
min-height: 44px;
border-radius: 4px;
}
.cbw-site:not(.cbw-view-front) :where(.ad-area, .ad-label-invisible) {
max-width: 100%;
}
.cbw-site:not(.cbw-view-front) .ad-area {
margin-block: clamp(26px, 5vw, 48px);
overflow: hidden;
text-align: center;
}
.cbw-site:not(.cbw-view-front) :where(.comment-form input, .comment-form textarea) {
width: 100%;
}
.cbw-site:not(.cbw-view-front) .pager-post-navi a {
min-height: 84px;
border: 1px solid var(--cbw-line);
border-radius: 5px;
background: #fff;
color: var(--cbw-charcoal);
text-decoration: none;
} .cbw-site:not(.cbw-view-front) .sidebar .widget {
margin-bottom: 22px;
padding: 20px;
border: 1px solid var(--cbw-line);
border-radius: 7px;
background: var(--cbw-paper);
box-shadow: 0 8px 24px rgb(47 31 20 / 4%);
}
.cbw-site:not(.cbw-view-front) :where(.sidebar .widget-title, .sidebar h2, .sidebar h3) {
margin: 0 0 14px;
padding: 0 0 10px;
border: 0;
border-bottom: 2px solid var(--cbw-line);
background: transparent;
color: var(--cbw-charcoal);
font-family: var(--cbw-font-serif);
font-size: 1.05rem;
font-weight: 700;
line-height: 1.5;
}
.cbw-site:not(.cbw-view-front) .sidebar :where(
.widget_nav_menu,
.widget_categories,
.widget_archive,
.widget_pages,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_new_entries,
.widget_popular_entries
) :where(ul, ol) {
padding-left: 0;
list-style: none;
}
.cbw-site:not(.cbw-view-front) .sidebar :where(
.widget_nav_menu,
.widget_categories,
.widget_archive,
.widget_pages,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_new_entries,
.widget_popular_entries
) li + li {
margin-top: 0.45em;
}
.cbw-site:not(.cbw-view-front) .sidebar a {
color: var(--cbw-charcoal);
text-decoration: none;
}
.cbw-site:not(.cbw-view-front) .sidebar a:hover {
color: var(--cbw-bordeaux);
}
.cbw-site:not(.cbw-view-front) .sidebar :where(.widget-entry-card, .popular-entry-card) {
gap: 10px;
min-height: 70px;
} .cbw-site:not(.cbw-view-front) :where(.pagination, .page-numbers) {
gap: 6px;
}
.cbw-site:not(.cbw-view-front) .pagination :where(a, span),
.cbw-site:not(.cbw-view-front) :where(a.page-numbers, span.page-numbers) {
display: inline-grid;
min-width: 44px;
min-height: 44px;
padding: 6px;
place-items: center;
border: 1px solid var(--cbw-line);
border-radius: 4px;
background: #fff;
color: var(--cbw-charcoal);
text-decoration: none;
}
.cbw-site:not(.cbw-view-front) .pagination .current,
.cbw-site:not(.cbw-view-front) span.page-numbers.current {
border-color: var(--cbw-bordeaux);
background: var(--cbw-bordeaux);
color: #fff;
}
.cbw-view-search:not(.cbw-view-front) .search-form,
.cbw-view-404:not(.cbw-view-front) .search-form {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
max-width: 36rem;
margin-top: 24px;
padding: 8px;
} .cbw-site:not(.cbw-view-front) .wpcf7 {
max-width: 48rem;
}
.cbw-site:not(.cbw-view-front) .wpcf7 :where(p, label) {
display: block;
}
.cbw-site:not(.cbw-view-front) .wpcf7 :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea, select) {
width: 100%;
}
.cbw-site:not(.cbw-view-front) .wpcf7 .wpcf7-list-item {
margin: 0 1em 0.5em 0;
}
.cbw-site:not(.cbw-view-front) .wpcf7 :where(.wpcf7-not-valid-tip, .wpcf7-response-output) {
font-size: 0.86rem;
}
.cbw-site:not(.cbw-view-front) .wpcf7 .wpcf7-response-output {
margin-inline: 0;
padding: 12px 14px;
border-radius: 4px;
}
@media (max-width: 1023px) {
.cbw-site:not(.cbw-view-front) .content-in {
gap: 28px;
}
.cbw-site:not(.cbw-view-front) .sidebar {
width: 100%;
}
}
@media (max-width: 767px) {
.cbw-site:not(.cbw-view-front) :where(.content, #content) {
padding-top: 18px;
}
.cbw-site:not(.cbw-view-front) .main {
padding: 22px 16px;
border-right: 0;
border-left: 0;
border-radius: 0;
box-shadow: none;
}
.cbw-site:not(.cbw-view-front) :where(.entry-title, .archive-title, .list-title, .search-title, .page-title) {
font-size: clamp(1.65rem, 8vw, 2.15rem);
}
.cbw-site:not(.cbw-view-front) .entry-content {
font-size: 1rem;
line-height: 1.9;
}
.cbw-site:not(.cbw-view-front) .entry-content h2 {
margin-top: 2.3em;
padding: 0.66em 0.72em;
}
.cbw-site:not(.cbw-view-front) .entry-content :where(.wp-block-table, table) {
display: block;
max-width: 100%;
overflow-x: auto;
white-space: normal;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card, .related-entry-card) {
align-items: flex-start;
gap: 12px;
padding: 12px;
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-snippet, .related-entry-card-snippet) {
display: none;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta {
padding: 22px 16px;
}
.cbw-site:not(.cbw-view-front) .cbw-article-cta__link {
min-height: 0;
}
.cbw-view-search:not(.cbw-view-front) .search-form,
.cbw-view-404:not(.cbw-view-front) .search-form {
grid-template-columns: 1fr;
}
.cbw-site:not(.cbw-view-front) .sidebar .widget {
padding: 18px 16px;
}
}
@media (max-width: 420px) {
.cbw-site:not(.cbw-view-front) :where(.entry-card, .related-entry-card) {
display: grid;
grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
}
.cbw-site:not(.cbw-view-front) :where(.entry-card-title, .related-entry-card-title) {
font-size: 0.96rem;
}
}
@media (prefers-reduced-motion: reduce) {
.cbw-site:not(.cbw-view-front) :where(.entry-card-wrap, .related-entry-card-wrap, .cbw-article-cta__link, .my_link_btn > a):hover {
transform: none;
}
}