@font-face {
font-family: "Changa One";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/ChangaOne-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Google Sans";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/GoogleSans-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Google Sans";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/GoogleSans-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Google Sans";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/GoogleSans-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
} html {
scrollbar-gutter: stable;
}
body {
font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1,
h2,
h3,
h4 {
font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
h1, h2, h3, h4, p, a, li {
overflow-wrap: anywhere;
}
img {
max-width: 100%;
height: auto;
display: block;
}  .site-header,
.main-navigation {
display: none !important;
} .j365-header {
background: #1E6906;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
position: relative;
z-index: 1000;
height: 90px; } .j365-header-inner,
.j365-header-container {
display: flex;
justify-content: flex-end; align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
height: 100%;
position: relative;
} .j365-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
}
.j365-logo a {
display: flex;
align-items: center;
text-decoration: none;
} .j365-logo-text {
font-size: 28px;
font-weight: 400;
font-family: "Changa One", cursive;
line-height: 1;
color: #FFFFFF;
display: inline-flex;
align-items: baseline;
} .j365-logo-jardin {
font-size: 140%;
color: #FFFFFF;
} .j365-logo-365 {
font-size: 80%;
color: #000000;
} .j365-logo img,
.j365-logo-icon {
margin-left: 0;
margin-right: 8px;
width: 45px;
height: 45px;
display: block;
order: -1;
} .j365-search-btn {
display: none !important;
} .j365-menu-toggle,
.j365-menu-close {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
color: #FFFFFF !important;
cursor: pointer;
padding: 10px;
line-height: 1;
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
-webkit-tap-highlight-color: transparent;
} .j365-menu-toggle {
position: relative;
font-size: 26px;
z-index: 1001;
} .j365-menu-close {
font-size: 22px;
} .j365-menu-toggle:hover,
.j365-menu-close:hover {
opacity: 0.9;
}
.j365-menu-toggle:focus,
.j365-menu-close:focus {
outline: none !important;
}
.j365-menu-toggle:focus-visible,
.j365-menu-close:focus-visible {
outline: 2px solid rgba(255,255,255,0.7);
outline-offset: 3px;
}  .j365-menu-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.35);
z-index: 1999;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 160ms ease-out, visibility 160ms ease-out;
} .j365-drawer {
position: fixed;
z-index: 2000;
top: 90px;
left: 0;
right: 0;
height: calc(100dvh - 90px);
background: #1E6906;
color: #FFFFFF;
transform: translate3d(0, -8px, 0);
opacity: 0;
pointer-events: none;
transition: opacity 160ms ease-out, transform 160ms ease-out;
will-change: transform, opacity;
} .j365-drawer-header {
position: sticky;
top: 0;
background: #1E6906;
padding: 12px 16px;
border-bottom: 1px solid rgba(255,255,255,0.12);
} .j365-menu-items {
list-style: none;
margin: 0;
padding: 8px 0 24px 0;
}
.j365-menu-items li {
border-bottom: 1px solid rgba(255,255,255,0.12);
}
.j365-menu-items a {
display: block;
padding: 16px 18px;
color: #FFFFFF;
text-decoration: none;
font-weight: 600;
font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.j365-menu-items a:hover,
.j365-menu-items a:focus-visible {
background: rgba(255,255,255,0.08);
outline: none;
} body.j365-menu-open .j365-menu-overlay {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
body.j365-menu-open .j365-drawer {
transform: translate3d(0, 0, 0);
opacity: 1;
pointer-events: auto;
} @media (min-width: 992px) {
.j365-drawer {
top: 0;
height: 100dvh;
left: auto;
width: 360px;
max-width: 92vw;
transform: translate3d(12px, 0, 0);
}
body.j365-menu-open .j365-drawer {
transform: translate3d(0, 0, 0);
}
} @media (prefers-reduced-motion: reduce) {
.j365-menu-overlay,
.j365-drawer {
transition: none !important;
}
} @media (max-width: 768px) {
.j365-logo-text {
font-size: 24px;
}
} @media (min-width: 769px) {
header.j365-header button.j365-menu-toggle,
.j365-drawer-header button.j365-menu-close {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
border: 0 !important;
border-radius: 0 !important;
outline: none !important;
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
}
header.j365-header button.j365-menu-toggle:hover,
header.j365-header button.j365-menu-toggle:active,
header.j365-header button.j365-menu-toggle:focus,
header.j365-header button.j365-menu-toggle:focus-visible,
.j365-drawer-header button.j365-menu-close:hover,
.j365-drawer-header button.j365-menu-close:active,
.j365-drawer-header button.j365-menu-close:focus,
.j365-drawer-header button.j365-menu-close:focus-visible {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
header.j365-header button.j365-menu-toggle::before,
header.j365-header button.j365-menu-toggle::after,
.j365-drawer-header button.j365-menu-close::before,
.j365-drawer-header button.j365-menu-close::after {
background: transparent !important;
box-shadow: none !important;
}
} .site-footer,
footer.site-footer {
display: none !important;
}
.j365-footer {
width: 100%;
background: #1E6906;
min-height: 90px;
display: flex;
align-items: center;
justify-content: center;
}
.j365-footer-container {
width: 100%;
max-width: 1200px;
padding: 0 20px;
text-align: center;
color: #FFFFFF;
font-size: 14px;
line-height: 1.4;
}
.j365-footer,
.j365-footer-container,
.j365-footer a {
color: #FFFFFF;
}
.j365-footer a {
text-decoration: none;
font-weight: 500;
}
.j365-footer a:hover,
.j365-footer a:focus-visible {
text-decoration: underline;
} .j365-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.j365-section {
margin: 0 0 18px 0;
}
.j365-section-title {
margin: 0 0 12px 0;
font-size: 18px;
line-height: 1.2;
font-weight: 800;
color: #111;
}
.j365-card {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}
.j365-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.j365-grid {
display: grid;
grid-template-columns: 1fr;
gap: 22px;
}
@media (min-width: 992px) {
.j365-grid {
grid-template-columns: repeat(3, 1fr);
gap: 26px;
}
}
.j365-section-all {
margin-top: 8px;
}
.j365-section-all .j365-grid {
display: grid;
grid-template-columns: 1fr;
gap: 22px;
}
@media (min-width: 992px) {
.j365-section-all .j365-grid {
grid-template-columns: repeat(3, 1fr);
gap: 26px;
}
}
.j365-card--grid {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.j365-card--grid .j365-card-media {
width: 100%;
overflow: hidden;
aspect-ratio: 16 / 9;
background: #fff;
}
.j365-card--grid .j365-card-img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.j365-card--grid .j365-card-body {
padding: 12px 12px 14px;
}
.j365-card--grid .j365-card-title {
margin: 0 0 8px;
font-size: 15px;
line-height: 1.25;
font-weight: 800;
color: #111;
}
.j365-card--grid .j365-card-excerpt {
margin: 8px 0 0;
font-size: 13px;
line-height: 1.45;
color: #333;
}
.j365-card--list {
background: #fff !important;
border: 1px solid #e9e9e9;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 18px rgba(0,0,0,0.05);
height: 120px;
display: flex;
}
.j365-card--list .j365-card-link {
display: flex;
align-items: stretch;
gap: 0;
width: 100%;
height: 100%;
}
.j365-card--list .j365-card-media {
width: 120px;
min-width: 120px;
height: 100%;
overflow: hidden;
background: #fff;
}
.j365-card--list .j365-card-img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.j365-card--list .j365-card-body {
padding: 12px 14px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 6px;
flex: 1;
min-height: 120px;
}
.j365-card--list .j365-card-title {
margin: 0;
font-size: 15px;
line-height: 1.25;
font-weight: 800;
color: #111;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.j365-card--list .j365-card-excerpt {
margin: 0;
font-size: 13px;
color: #333;
line-height: 1.45;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.j365-breadcrumbs-container {
padding: 10px 0;
background: #fff;
margin-bottom: 14px;
}
.j365-breadcrumbs {
display: flex;
list-style: none;
padding: 0;
margin: 0;
font-size: 13px;
line-height: 1.2;
}
.j365-breadcrumbs li { margin-right: 8px; }
.j365-breadcrumbs a { color: #2E8B57; text-decoration: none; }
.j365-breadcrumbs a:hover { text-decoration: underline; }
.j365-breadcrumb-separator { color: #777; margin: 0 6px; } .j365-home .j365-section,
.j365-home .j365-card,
.j365-home .j365-card-media,
.j365-home .j365-card-body {
background-color: #fff;
}
.j365-home .j365-card,
.j365-home .j365-section-alaune,
.j365-home .j365-section-popular,
.j365-home .j365-card--list,
.j365-home .j365-card--grid {
border-color: #e9e9e9;
}@font-face {
font-family: "Changa One";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/ChangaOne-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Google Sans";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/GoogleSans-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Google Sans";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/GoogleSans-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Google Sans";
src: url(//jardin365.com/wp-content/themes/generatepress-child/fonts/GoogleSans-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
} html {
scrollbar-gutter: stable;
}
body {
font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1,
h2,
h3,
h4 {
font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
h1, h2, h3, h4, p, a, li {
overflow-wrap: anywhere;
}
img {
max-width: 100%;
height: auto;
display: block;
}  .site-header,
.main-navigation {
display: none !important;
} .j365-header {
background: #1E6906;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
position: relative;
z-index: 1000;
height: 90px; } .j365-header-inner,
.j365-header-container {
display: flex;
justify-content: flex-end; align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
height: 100%;
position: relative;
} .j365-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
}
.j365-logo a {
display: flex;
align-items: center;
text-decoration: none;
} .j365-logo-text {
font-size: 28px;
font-weight: 400;
font-family: "Changa One", cursive;
line-height: 1;
color: #FFFFFF;
display: inline-flex;
align-items: baseline;
} .j365-logo-jardin {
font-size: 140%;
color: #FFFFFF;
} .j365-logo-365 {
font-size: 80%;
color: #000000;
} .j365-logo img,
.j365-logo-icon {
margin-left: 0;
margin-right: 8px;
width: 45px;
height: 45px;
display: block;
order: -1;
} .j365-search-btn {
display: none !important;
} .j365-menu-toggle,
.j365-menu-close {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
color: #FFFFFF !important;
cursor: pointer;
padding: 10px;
line-height: 1;
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
-webkit-tap-highlight-color: transparent;
} .j365-menu-toggle {
position: relative;
font-size: 26px;
z-index: 1001;
} .j365-menu-close {
font-size: 22px;
} .j365-menu-toggle:hover,
.j365-menu-close:hover {
opacity: 0.9;
}
.j365-menu-toggle:focus,
.j365-menu-close:focus {
outline: none !important;
}
.j365-menu-toggle:focus-visible,
.j365-menu-close:focus-visible {
outline: 2px solid rgba(255,255,255,0.7);
outline-offset: 3px;
}  .j365-menu-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.35);
z-index: 1999;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 160ms ease-out, visibility 160ms ease-out;
} .j365-drawer {
position: fixed;
z-index: 2000;
top: 90px;
left: 0;
right: 0;
height: calc(100dvh - 90px);
background: #1E6906;
color: #FFFFFF;
transform: translate3d(0, -8px, 0);
opacity: 0;
pointer-events: none;
transition: opacity 160ms ease-out, transform 160ms ease-out;
will-change: transform, opacity;
} .j365-drawer-header {
position: sticky;
top: 0;
background: #1E6906;
padding: 12px 16px;
border-bottom: 1px solid rgba(255,255,255,0.12);
} .j365-menu-items {
list-style: none;
margin: 0;
padding: 8px 0 24px 0;
}
.j365-menu-items li {
border-bottom: 1px solid rgba(255,255,255,0.12);
}
.j365-menu-items a {
display: block;
padding: 16px 18px;
color: #FFFFFF;
text-decoration: none;
font-weight: 600;
font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.j365-menu-items a:hover,
.j365-menu-items a:focus-visible {
background: rgba(255,255,255,0.08);
outline: none;
} body.j365-menu-open .j365-menu-overlay {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
body.j365-menu-open .j365-drawer {
transform: translate3d(0, 0, 0);
opacity: 1;
pointer-events: auto;
} @media (min-width: 992px) {
.j365-drawer {
top: 0;
height: 100dvh;
left: auto;
width: 360px;
max-width: 92vw;
transform: translate3d(12px, 0, 0);
}
body.j365-menu-open .j365-drawer {
transform: translate3d(0, 0, 0);
}
} @media (prefers-reduced-motion: reduce) {
.j365-menu-overlay,
.j365-drawer {
transition: none !important;
}
} @media (max-width: 768px) {
.j365-logo-text {
font-size: 24px;
}
} @media (min-width: 769px) {
header.j365-header button.j365-menu-toggle,
.j365-drawer-header button.j365-menu-close {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
border: 0 !important;
border-radius: 0 !important;
outline: none !important;
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
}
header.j365-header button.j365-menu-toggle:hover,
header.j365-header button.j365-menu-toggle:active,
header.j365-header button.j365-menu-toggle:focus,
header.j365-header button.j365-menu-toggle:focus-visible,
.j365-drawer-header button.j365-menu-close:hover,
.j365-drawer-header button.j365-menu-close:active,
.j365-drawer-header button.j365-menu-close:focus,
.j365-drawer-header button.j365-menu-close:focus-visible {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
header.j365-header button.j365-menu-toggle::before,
header.j365-header button.j365-menu-toggle::after,
.j365-drawer-header button.j365-menu-close::before,
.j365-drawer-header button.j365-menu-close::after {
background: transparent !important;
box-shadow: none !important;
}
} .site-footer,
footer.site-footer {
display: none !important;
}
.j365-footer {
width: 100%;
background: #1E6906;
min-height: 90px;
display: flex;
align-items: center;
justify-content: center;
}
.j365-footer-container {
width: 100%;
max-width: 1200px;
padding: 0 20px;
text-align: center;
color: #FFFFFF;
font-size: 14px;
line-height: 1.4;
}
.j365-footer,
.j365-footer-container,
.j365-footer a {
color: #FFFFFF;
}
.j365-footer a {
text-decoration: none;
font-weight: 500;
}
.j365-footer a:hover,
.j365-footer a:focus-visible {
text-decoration: underline;
} .j365-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.j365-section {
margin: 0 0 18px 0;
}
.j365-section-title {
margin: 0 0 12px 0;
font-size: 18px;
line-height: 1.2;
font-weight: 800;
color: #111;
}
.j365-card {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}
.j365-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.j365-grid {
display: grid;
grid-template-columns: 1fr;
gap: 22px;
}
@media (min-width: 992px) {
.j365-grid {
grid-template-columns: repeat(3, 1fr);
gap: 26px;
}
}
.j365-section-all {
margin-top: 8px;
}
.j365-section-all .j365-grid {
display: grid;
grid-template-columns: 1fr;
gap: 22px;
}
@media (min-width: 992px) {
.j365-section-all .j365-grid {
grid-template-columns: repeat(3, 1fr);
gap: 26px;
}
}
.j365-card--grid {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.j365-card--grid .j365-card-media {
width: 100%;
overflow: hidden;
aspect-ratio: 16 / 9;
background: #fff;
}
.j365-card--grid .j365-card-img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.j365-card--grid .j365-card-body {
padding: 12px 12px 14px;
}
.j365-card--grid .j365-card-title {
margin: 0 0 8px;
font-size: 15px;
line-height: 1.25;
font-weight: 800;
color: #111;
}
.j365-card--grid .j365-card-excerpt {
margin: 8px 0 0;
font-size: 13px;
line-height: 1.45;
color: #333;
}
.j365-card--list {
background: #fff !important;
border: 1px solid #e9e9e9;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 18px rgba(0,0,0,0.05);
height: 120px;
display: flex;
}
.j365-card--list .j365-card-link {
display: flex;
align-items: stretch;
gap: 0;
width: 100%;
height: 100%;
}
.j365-card--list .j365-card-media {
width: 120px;
min-width: 120px;
height: 100%;
overflow: hidden;
background: #fff;
}
.j365-card--list .j365-card-img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.j365-card--list .j365-card-body {
padding: 12px 14px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 6px;
flex: 1;
min-height: 120px;
}
.j365-card--list .j365-card-title {
margin: 0;
font-size: 15px;
line-height: 1.25;
font-weight: 800;
color: #111;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.j365-card--list .j365-card-excerpt {
margin: 0;
font-size: 13px;
color: #333;
line-height: 1.45;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.j365-breadcrumbs-container {
padding: 10px 0;
background: #fff;
margin-bottom: 14px;
}
.j365-breadcrumbs {
display: flex;
list-style: none;
padding: 0;
margin: 0;
font-size: 13px;
line-height: 1.2;
}
.j365-breadcrumbs li { margin-right: 8px; }
.j365-breadcrumbs a { color: #2E8B57; text-decoration: none; }
.j365-breadcrumbs a:hover { text-decoration: underline; }
.j365-breadcrumb-separator { color: #777; margin: 0 6px; } .j365-home .j365-section,
.j365-home .j365-card,
.j365-home .j365-card-media,
.j365-home .j365-card-body {
background-color: #fff;
}
.j365-home .j365-card,
.j365-home .j365-section-alaune,
.j365-home .j365-section-popular,
.j365-home .j365-card--list,
.j365-home .j365-card--grid {
border-color: #e9e9e9;
}body.category .j365-category-title{
font-size: 18px;
line-height: 1.2;
font-weight: 800;
color: #111;
margin: 0 0 12px 0;
}
body.category .j365-category-count{
display: none !important;
} body.category .j365-home{
padding-top: 18px;
padding-bottom: 30px;
} body.category .j365-section-featured{
margin-top: 10px;
} body.category .j365-card--featured .j365-card-link{
display: flex;
align-items: stretch;
gap: 0;
min-height: 320px;
} body.category .j365-card--featured .j365-card-media{
width: 40%;
min-width: 40%;
overflow: hidden;
background: #f9f9f9;
} body.category .j365-card--featured .j365-card-img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
} body.category .j365-card--featured .j365-card-body{
width: 60%;
padding: 20px 24px;
display: flex;
flex-direction: column;
} body.category .j365-card--featured .j365-featured-content{
display: flex;
flex-direction: column;
height: 100%;
} body.category .j365-card--featured .j365-card-title{
margin: 0 0 12px 0;
font-size: 28px;
line-height: 1.15;
font-weight: 800;
color: #111;
} body.category .j365-card--featured .j365-card-excerpt{
margin: 0 0 14px 0;
font-size: 16px;
line-height: 1.45;
color: #333;
flex-grow: 1;
} body.category .j365-card--featured .j365-card-readmore{
margin-top: auto;
font-size: 16px;
font-weight: 600;
color: #2E8B57;
text-decoration: none;
display: inline-block;
}
body.category .j365-card--featured .j365-card-readmore:hover{
text-decoration: underline;
} @media (min-width: 992px){
body.category .j365-card--featured .j365-card-link{
min-height: 280px;
}
} @media (max-width: 768px){
body.category .j365-card--featured .j365-card-link{
flex-direction: column;
min-height: unset;
}
body.category .j365-card--featured .j365-card-media{
width: 100%;
min-width: 100%;
aspect-ratio: 16 / 9;
}
body.category .j365-card--featured .j365-card-body{
width: 100%;
padding: 16px 16px 20px;
}
body.category .j365-card--featured .j365-card-title{
font-size: 22px;
}
} body.category .j365-home-columns{
display: grid;
grid-template-columns: 1fr;
gap: 18px;
align-items: start;
margin-top: 18px;
margin-bottom: 18px;
}
@media (min-width: 992px){
body.category .j365-home-columns{
grid-template-columns: 1fr 1fr;
gap: 22px;
}
}
body.category .j365-section-alaune,
body.category .j365-section-popular{
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 18px;
padding: 14px 14px 6px;
min-height: 600px;
display: flex;
flex-direction: column;
}
body.category .j365-list{
display: flex;
flex-direction: column;
gap: 14px;
padding-bottom: 10px;
flex: 1;
} body.category .j365-home a:focus-visible{
outline: 2px solid rgba(0,0,0,0.35);
outline-offset: 3px;
}