
:root{
	--urb-blog-green:#276c68;
	--urb-blog-green-dark:#173f3d;
	--urb-blog-green-hover:#1f5754;
	--urb-blog-yellow:#e1b217;
	--urb-blog-text:#222221;
	--urb-blog-muted:#64706e;
	--urb-blog-border:#d7e2e1;
	--urb-blog-soft:#f4f7f6;
}
.urb-blog,.urb-blog *{box-sizing:border-box}
.urb-blog{font-family:"DM Sans",Arial,sans-serif;color:var(--urb-blog-text)}
.urb-blog-tools{display:grid;gap:18px;margin-bottom:34px}
.urb-blog-search{display:grid;grid-template-columns:1fr auto;gap:10px;padding:8px;border:1px solid var(--urb-blog-border);border-radius:15px;background:#fff;box-shadow:0 12px 32px rgba(23,63,61,.07)}
.urb-blog-search input{width:100%;min-height:48px;padding:10px 14px;border:0!important;outline:0;background:transparent;color:var(--urb-blog-text);font:500 15px "DM Sans",Arial,sans-serif}
.urb-blog-search button{min-width:118px;padding:12px 18px;border:0;border-radius:10px;background:var(--urb-blog-green);color:#fff;font:800 13px "Outfit",Arial,sans-serif;cursor:pointer;transition:.2s ease}
.urb-blog-search button:hover{transform:translateY(-2px);background:var(--urb-blog-green-hover)}
.urb-blog-filters{display:flex;flex-wrap:wrap;gap:9px}
.urb-blog-filters a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid var(--urb-blog-border);border-radius:999px;background:#fff;color:var(--urb-blog-green-dark)!important;font-size:12px;font-weight:800;text-decoration:none!important;transition:.2s ease}
.urb-blog-filters a:hover,.urb-blog-filters a.is-active{border-color:var(--urb-blog-green);background:var(--urb-blog-green);color:#fff!important;transform:translateY(-2px)}
.urb-blog-results-summary{margin:-8px 0 26px;padding:14px 16px;border-left:4px solid var(--urb-blog-yellow);border-radius:9px;background:#fff7d6;color:#5c4a09;font-size:14px}
.urb-blog-results-summary a{margin-left:8px;color:var(--urb-blog-green)!important;font-weight:800;text-decoration:none!important}
.urb-blog-featured{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);min-height:460px;margin-bottom:28px;overflow:hidden;border:1px solid var(--urb-blog-border);border-radius:24px;background:#fff;box-shadow:0 24px 65px rgba(23,63,61,.12)}
.urb-blog-featured__media{display:block;min-height:100%;overflow:hidden;background:var(--urb-blog-soft)}
.urb-blog-image{display:block;width:100%;height:100%!important;min-height:240px;object-fit:cover;transition:transform .35s ease}
.urb-blog-featured:hover .urb-blog-image,.urb-blog-card:hover .urb-blog-image{transform:scale(1.035)}
.urb-blog-image--fallback{display:flex;align-items:flex-end;min-height:320px;padding:28px;background:radial-gradient(circle at 86% 12%,rgba(225,178,23,.32),transparent 28%),linear-gradient(145deg,#276c68,#173f3d);color:#fff}
.urb-blog-image--fallback span{max-width:80%;font:800 28px/1.1 "Outfit",Arial,sans-serif}
.urb-blog-featured__content{display:flex;flex-direction:column;justify-content:center;padding:44px}
.urb-blog-taxonomy{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:15px}
.urb-blog-featured-label,.urb-blog-category{display:inline-flex;align-items:center;padding:6px 8px;border-radius:7px;font-size:10px;font-weight:900;letter-spacing:.5px}
.urb-blog-featured-label{background:var(--urb-blog-yellow);color:var(--urb-blog-text)}
.urb-blog-category{background:#eaf3f2;color:var(--urb-blog-green)}
.urb-blog-featured h2,.urb-blog-card h3{margin:0;font-family:"Outfit",Arial,sans-serif;font-weight:800}
.urb-blog-featured h2{font-size:clamp(30px,3vw,44px);line-height:1.05}
.urb-blog-card h3{font-size:22px;line-height:1.16}
.urb-blog-featured h2 a,.urb-blog-card h3 a{color:var(--urb-blog-text)!important;text-decoration:none!important}
.urb-blog-featured h2 a:hover,.urb-blog-card h3 a:hover{color:var(--urb-blog-green)!important}
.urb-blog-excerpt{margin:17px 0;color:var(--urb-blog-muted);font-size:15px;line-height:1.65}
.urb-blog-meta{display:flex;flex-wrap:wrap;gap:7px;color:#7b8583;font-size:12px;font-weight:700}
.urb-blog-read-more{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin-top:24px;padding:13px 17px;border-radius:10px;background:var(--urb-blog-green);color:#fff!important;font:800 13px "Outfit",Arial,sans-serif;text-decoration:none!important;transition:.2s ease}
.urb-blog-read-more:hover{transform:translateY(-2px);background:var(--urb-blog-green-hover)}
.urb-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.urb-blog-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--urb-blog-border);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(23,63,61,.08);transition:transform .22s ease,box-shadow .22s ease}
.urb-blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 58px rgba(23,63,61,.14)}
.urb-blog-card__media{display:block;height:220px;overflow:hidden;background:var(--urb-blog-soft)}
.urb-blog-card__media .urb-blog-image{min-height:220px}
.urb-blog-card__content{display:flex;flex:1;flex-direction:column;padding:23px}
.urb-blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:auto;padding-top:18px;border-top:1px solid #e6eceb}
.urb-blog-card__arrow{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:10px;background:#eaf3f2;color:var(--urb-blog-green)!important;font-size:20px;font-weight:900;text-decoration:none!important;transition:.2s ease}
.urb-blog-card__arrow:hover{background:var(--urb-blog-yellow);color:var(--urb-blog-text)!important;transform:translateX(3px)}
.urb-blog-pagination{margin-top:38px}
.urb-blog-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}
.urb-blog-pagination a,.urb-blog-pagination span{display:grid;min-width:42px;height:42px;place-items:center;padding:0 12px;border:1px solid var(--urb-blog-border);border-radius:10px;background:#fff;color:var(--urb-blog-green-dark)!important;font-size:13px;font-weight:800;text-decoration:none!important}
.urb-blog-pagination a:hover,.urb-blog-pagination .current{border-color:var(--urb-blog-green);background:var(--urb-blog-green);color:#fff!important}
.urb-blog-empty{padding:54px 28px;border:1px dashed #b7c9c7;border-radius:20px;background:var(--urb-blog-soft);text-align:center}
.urb-blog-empty>span{display:inline-flex;margin-bottom:12px;color:var(--urb-blog-green);font-size:11px;font-weight:900;letter-spacing:1px}
.urb-blog-empty h2{margin:0 0 10px;font:800 34px "Outfit",Arial,sans-serif}
.urb-blog-empty p{margin:0 auto 22px;max-width:560px;color:var(--urb-blog-muted)}
.urb-blog-empty a{display:inline-flex;padding:13px 17px;border-radius:10px;background:var(--urb-blog-green);color:#fff!important;font-weight:800;text-decoration:none!important}
@media(max-width:1000px){.urb-blog-featured{grid-template-columns:1fr}.urb-blog-featured__media{height:360px}.urb-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.urb-blog-search{grid-template-columns:1fr}.urb-blog-search button{width:100%}.urb-blog-featured__media{height:260px}.urb-blog-featured__content{padding:28px 23px}.urb-blog-grid{grid-template-columns:1fr}}
