
/* V194 - News listing designed to match approved mockup */

body:not(.admin-layout) .v194-news-page{
  background:#fff;
  color:#163d31;
}

body:not(.admin-layout) .v194-news-shell{
  width:min(1600px,calc(100% - 40px));
  margin:0 auto;
}

/* HERO */
body:not(.admin-layout) .v194-news-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #e3eee8;
  background:
    radial-gradient(circle at 82% 35%,rgba(99,180,114,.10),transparent 30%),
    linear-gradient(100deg,#f6fbf8 0%,#f1f8f5 58%,#e9f4ee 100%);
}
body:not(.admin-layout) .v194-breadcrumbs{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  font-size:12px;
  color:#698078;
}
body:not(.admin-layout) .v194-breadcrumbs a{
  color:#577269;
  text-decoration:none;
}
body:not(.admin-layout) .v194-breadcrumbs strong{
  color:#174a31;
}
body:not(.admin-layout) .v194-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 520px;
  align-items:center;
  min-height:155px;
  padding:10px 0 22px;
}
body:not(.admin-layout) .v194-kicker{
  display:inline-block;
  margin-bottom:6px;
  color:#0b8b4f;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
}
body:not(.admin-layout) .v194-hero-grid h1{
  margin:0;
  color:#0b5f3f;
  font-size:36px;
  line-height:1.13;
  font-weight:900;
  letter-spacing:-.6px;
}
body:not(.admin-layout) .v194-hero-grid p{
  max-width:760px;
  margin:8px 0 0;
  color:#536c62;
  font-size:15px;
  line-height:1.55;
}
body:not(.admin-layout) .v194-hero-art{
  position:relative;
  height:140px;
}
body:not(.admin-layout) .v194-food-disc{
  position:absolute;
  right:0;
  top:3px;
  width:420px;
  height:136px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 36px 0 130px;
  border-radius:68px 0 0 68px;
  background:
    radial-gradient(circle at 14% 50%,#df816d 0 34px,#b94d3d 35px 55px,#8b2c25 56px 74px,transparent 75px),
    linear-gradient(135deg,#f7efe6,#eef8ef);
  box-shadow:inset 0 0 0 1px rgba(15,122,69,.08);
}
body:not(.admin-layout) .v194-food-disc:before{
  content:"";
  position:absolute;
  left:47px;
  top:33px;
  width:72px;
  height:72px;
  border:6px solid rgba(255,255,255,.8);
  border-radius:50%;
}
body:not(.admin-layout) .v194-food-disc span{
  color:#0a7c47;
  font-size:11px;
  font-weight:900;
  letter-spacing:.6px;
}
body:not(.admin-layout) .v194-food-disc b{
  margin-top:5px;
  color:#174a31;
  font-size:18px;
  line-height:1.25;
}
body:not(.admin-layout) .v194-leaf{
  position:absolute;
  border-radius:100% 0 100% 0;
  background:rgba(66,151,82,.18);
  transform:rotate(35deg);
}
body:not(.admin-layout) .v194-leaf.l1{width:70px;height:28px;right:380px;top:3px}
body:not(.admin-layout) .v194-leaf.l2{width:50px;height:22px;right:28px;bottom:0;transform:rotate(-25deg)}

/* CATEGORY TABS */
body:not(.admin-layout) .v194-news-tabs{
  display:flex;
  gap:10px;
  align-items:center;
  overflow-x:auto;
  padding:18px 0 16px;
  scrollbar-width:none;
}
body:not(.admin-layout) .v194-news-tabs::-webkit-scrollbar{display:none}
body:not(.admin-layout) .v194-news-tabs>a{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
  min-height:48px;
  padding:0 16px;
  border:1px solid #e4ece8;
  border-radius:9px;
  background:#f8faf9;
  color:#385249;
  text-decoration:none;
  font-size:12px;
  transition:.15s ease;
}
body:not(.admin-layout) .v194-news-tabs>a:hover,
body:not(.admin-layout) .v194-news-tabs>a.is-active{
  border-color:#078348;
  background:#078348;
  color:#fff;
  box-shadow:0 6px 16px rgba(7,131,72,.12);
}
body:not(.admin-layout) .v194-tab-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
}
body:not(.admin-layout) .v194-tab-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* MAIN LAYOUT */
body:not(.admin-layout) .v194-news-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:start;
  padding-bottom:46px;
}
body:not(.admin-layout) .v194-news-main,
body:not(.admin-layout) .v194-news-sidebar{min-width:0}

body:not(.admin-layout) .v194-news-search{
  display:flex;
  height:46px;
  margin-bottom:16px;
  border:1px solid #dce7e1;
  border-radius:9px;
  overflow:hidden;
  background:#fff;
}
body:not(.admin-layout) .v194-news-search input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  padding:0 14px;
  font-size:13px;
  color:#29473c;
}
body:not(.admin-layout) .v194-news-search button{
  width:48px;
  border:0;
  background:#087744;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
body:not(.admin-layout) .v194-news-search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}

/* FEATURED */
body:not(.admin-layout) .v194-featured-news{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(320px,.97fr);
  min-height:285px;
  overflow:hidden;
  border:1px solid #dfe8e3;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(22,83,54,.04);
}
body:not(.admin-layout) .v194-featured-media{
  position:relative;
  display:block;
  min-height:285px;
  overflow:hidden;
  background:#eef4f1;
}
body:not(.admin-layout) .v194-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body:not(.admin-layout) .v194-featured-media>span,
body:not(.admin-layout) .v194-card-media>span{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  padding:6px 11px;
  border-radius:999px;
  background:#0c9b58;
  color:#fff;
  font-size:10px;
  font-weight:800;
}
body:not(.admin-layout) .v194-featured-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:26px;
}
body:not(.admin-layout) .v194-featured-copy h2{
  margin:0 0 10px;
  font-size:27px;
  line-height:1.2;
  font-weight:900;
}
body:not(.admin-layout) .v194-featured-copy h2 a,
body:not(.admin-layout) .v194-news-card h2 a{
  color:#142a24;
  text-decoration:none;
}
body:not(.admin-layout) .v194-featured-copy p{
  margin:12px 0 18px;
  color:#5b6e66;
  font-size:14px;
  line-height:1.55;
}
body:not(.admin-layout) .v194-news-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  color:#7b8c85;
  font-size:11px;
}
body:not(.admin-layout) .v194-news-meta span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
body:not(.admin-layout) .v194-news-meta svg{
  width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8
}
body:not(.admin-layout) .v194-read-btn{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 18px;
  border-radius:8px;
  background:#088149;
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

/* GRID CARDS */
body:not(.admin-layout) .v194-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
body:not(.admin-layout) .v194-news-card{
  overflow:hidden;
  border:1px solid #dfe8e3;
  border-radius:12px;
  background:#fff;
  transition:transform .15s ease,box-shadow .15s ease;
}
body:not(.admin-layout) .v194-news-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(17,82,51,.08);
}
body:not(.admin-layout) .v194-card-media{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef4f1;
}
body:not(.admin-layout) .v194-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
body:not(.admin-layout) .v194-news-card:hover .v194-card-media img{transform:scale(1.025)}
body:not(.admin-layout) .v194-card-body{padding:14px 15px 16px}
body:not(.admin-layout) .v194-card-body h2{
  margin:8px 0 7px;
  font-size:17px;
  line-height:1.32;
  font-weight:800;
}
body:not(.admin-layout) .v194-card-body p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:62px;
  margin:0 0 10px;
  color:#65756f;
  font-size:12px;
  line-height:1.55;
}
body:not(.admin-layout) .v194-card-more{
  color:#078348;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

/* SIDEBAR */
body:not(.admin-layout) .v194-news-sidebar{
  display:grid;
  gap:16px;
  position:sticky;
  top:78px;
}
body:not(.admin-layout) .v194-side-card,
body:not(.admin-layout) .v194-contact-card,
body:not(.admin-layout) .v194-trust-card{
  border:1px solid #dde8e2;
  border-radius:13px;
  background:#fff;
  overflow:hidden;
}
body:not(.admin-layout) .v194-side-card{padding:15px}
body:not(.admin-layout) .v194-side-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:11px;
}
body:not(.admin-layout) .v194-side-head h2{
  margin:0;
  color:#174a31;
  font-size:18px;
  font-weight:900;
}
body:not(.admin-layout) .v194-side-head>a{
  color:#087744;
  font-size:10px;
  font-weight:800;
  text-decoration:none;
}
body:not(.admin-layout) .v194-side-categories{
  display:grid;
  gap:4px;
}
body:not(.admin-layout) .v194-side-categories>a{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto 15px;
  gap:9px;
  align-items:center;
  min-height:48px;
  padding:6px 8px;
  border-bottom:1px solid #edf2ef;
  color:#385148;
  text-decoration:none;
}
body:not(.admin-layout) .v194-side-categories>a:last-of-type{border-bottom:0}
body:not(.admin-layout) .v194-side-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;height:34px;
  border-radius:50%;
  background:#e9f6ed;
  color:#0a8a4a;
}
body:not(.admin-layout) .v194-side-icon svg{
  width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round
}
body:not(.admin-layout) .v194-side-categories b{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px;
}
body:not(.admin-layout) .v194-side-categories small{
  min-width:34px;
  padding:4px 7px;
  border-radius:999px;
  background:#f0f4f2;
  color:#6e8178;
  text-align:center;
  font-size:10px;
  font-weight:800;
}
body:not(.admin-layout) .v194-side-categories i{
  color:#779088;
  font-style:normal;
  font-size:18px;
}
body:not(.admin-layout) .v194-side-children{
  display:grid;
  margin:0 0 7px 44px;
  border-left:2px solid #d9e9df;
}
body:not(.admin-layout) .v194-side-children a{
  display:grid;
  grid-template-columns:14px minmax(0,1fr) auto;
  gap:6px;
  padding:6px 8px;
  color:#63756d;
  font-size:11px;
  text-decoration:none;
}
body:not(.admin-layout) .v194-side-children a b{font-weight:700}

body:not(.admin-layout) .v194-latest-list{display:grid;gap:9px}
body:not(.admin-layout) .v194-latest-list>a{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:10px;
  align-items:center;
  color:#29453b;
  text-decoration:none;
}
body:not(.admin-layout) .v194-latest-img{
  display:block;
  width:88px;height:62px;
  overflow:hidden;
  border-radius:8px;
  background:#eef4f1;
}
body:not(.admin-layout) .v194-latest-img img{width:100%;height:100%;object-fit:cover}
body:not(.admin-layout) .v194-latest-list b{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:12px;
  line-height:1.35;
}
body:not(.admin-layout) .v194-latest-list small{
  display:block;
  margin-top:4px;
  color:#86958e;
  font-size:9px;
}

body:not(.admin-layout) .v194-contact-card{
  padding:16px;
  background:linear-gradient(135deg,#078248,#13a45e);
  color:#fff;
}
body:not(.admin-layout) .v194-contact-top{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:11px;
  align-items:center;
}
body:not(.admin-layout) .v194-contact-top>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;height:48px;
  border-radius:50%;
  background:#fff;
  color:#078248;
}
body:not(.admin-layout) .v194-contact-top svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}
body:not(.admin-layout) .v194-contact-top small{display:block;color:#e9fff1;font-size:10px}
body:not(.admin-layout) .v194-contact-top a{
  color:#fff;
  font-size:18px;
  font-weight:900;
  text-decoration:none;
}
body:not(.admin-layout) .v194-contact-card p{
  margin:8px 0 12px 59px;
  color:#e8f7ee;
  font-size:10px;
  line-height:1.45;
}
body:not(.admin-layout) .v194-contact-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border-radius:999px;
  background:#fff;
  color:#087744;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}

body:not(.admin-layout) .v194-trust-card{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:13px 8px;
  background:#f7fbf8;
}
body:not(.admin-layout) .v194-trust-card>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  min-width:0;
  text-align:center;
  border-right:1px solid #e1ebe5;
}
body:not(.admin-layout) .v194-trust-card>div:last-child{border-right:0}
body:not(.admin-layout) .v194-trust-card span{color:#078248}
body:not(.admin-layout) .v194-trust-card svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body:not(.admin-layout) .v194-trust-card b{
  color:#345448;
  font-size:9px;
  line-height:1.3;
}

/* PAGINATION / SEO COPY */
body:not(.admin-layout) .v194-pagination-wrap{margin-top:24px}
body:not(.admin-layout) .v194-pagination-wrap .pagination{
  display:flex;
  justify-content:center;
  gap:6px;
}
body:not(.admin-layout) .v194-pagination-wrap .pagination a,
body:not(.admin-layout) .v194-pagination-wrap .pagination span{
  min-width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dce7e1;
  border-radius:7px;
  color:#4f685e;
  text-decoration:none;
}
body:not(.admin-layout) .v194-pagination-wrap .pagination .active,
body:not(.admin-layout) .v194-pagination-wrap .pagination strong{
  border-color:#078248;
  background:#078248;
  color:#fff;
}
body:not(.admin-layout) .v194-category-copy{
  max-width:950px;
  margin:30px auto 0;
}
body:not(.admin-layout) .v194-empty{
  padding:40px 20px;
  border:1px dashed #d8e4dd;
  border-radius:12px;
  text-align:center;
  color:#708078;
}

/* RESPONSIVE */
@media(max-width:1300px){
  body:not(.admin-layout) .v194-news-layout{grid-template-columns:minmax(0,1fr) 320px;gap:22px}
  body:not(.admin-layout) .v194-hero-grid{grid-template-columns:minmax(0,1fr) 430px}
  body:not(.admin-layout) .v194-food-disc{width:390px}
  body:not(.admin-layout) .v194-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  body:not(.admin-layout) .v194-news-shell{width:min(100% - 28px,900px)}
  body:not(.admin-layout) .v194-hero-grid{grid-template-columns:1fr;min-height:0;padding-bottom:18px}
  body:not(.admin-layout) .v194-hero-art{display:none}
  body:not(.admin-layout) .v194-hero-grid h1{font-size:30px}
  body:not(.admin-layout) .v194-news-layout{grid-template-columns:1fr}
  body:not(.admin-layout) .v194-news-sidebar{position:static;grid-template-columns:1fr 1fr}
  body:not(.admin-layout) .v194-contact-card,
  body:not(.admin-layout) .v194-trust-card{grid-column:1/-1}
  body:not(.admin-layout) .v194-featured-news{grid-template-columns:1fr}
  body:not(.admin-layout) .v194-featured-media{min-height:0;aspect-ratio:16/9}
}
@media(max-width:680px){
  body:not(.admin-layout) .v194-news-shell{width:calc(100% - 22px)}
  body:not(.admin-layout) .v194-breadcrumbs{font-size:10px;overflow-x:auto;white-space:nowrap}
  body:not(.admin-layout) .v194-hero-grid h1{font-size:25px}
  body:not(.admin-layout) .v194-hero-grid p{font-size:12.5px}
  body:not(.admin-layout) .v194-news-tabs{padding:12px 0}
  body:not(.admin-layout) .v194-news-tabs>a{min-height:42px;padding:0 12px;font-size:10.5px}
  body:not(.admin-layout) .v194-news-search{height:42px}
  body:not(.admin-layout) .v194-featured-copy{padding:18px}
  body:not(.admin-layout) .v194-featured-copy h2{font-size:21px}
  body:not(.admin-layout) .v194-featured-copy p{font-size:12.5px}
  body:not(.admin-layout) .v194-news-grid{grid-template-columns:1fr;gap:13px}
  body:not(.admin-layout) .v194-card-body h2{font-size:16px}
  body:not(.admin-layout) .v194-news-sidebar{grid-template-columns:1fr}
  body:not(.admin-layout) .v194-contact-card,
  body:not(.admin-layout) .v194-trust-card{grid-column:auto}
  body:not(.admin-layout) .v194-side-head h2{font-size:16px}
}


/* V204 - News list: remove duplicate breadcrumbs and pull hero directly under main menu */
.v194-news-page{margin-top:0!important;padding-top:0!important}
.v194-news-page .v194-news-hero{margin-top:0!important}
.v194-news-page .v194-news-hero>.v194-news-shell{padding-top:30px!important}
.v194-news-page .v194-breadcrumbs{display:none!important}
@media(max-width:767px){
  .v194-news-page .v194-news-hero>.v194-news-shell{padding-top:20px!important}
}
