

.op-local-blog-archive {
				background:#fff;
			}

			.op-local-blog-hero {
				background:#05091d;
				color:#fff;
				padding:70px 20px;
				position:relative;
				overflow:hidden;
			}

			.op-local-blog-hero:after {
				content:"";
				position:absolute;
				right:-120px;
				top:-80px;
				width:520px;
				height:260px;
				border-radius:50%;
				border:45px solid rgba(116,20,72,.55);
				transform:rotate(15deg);
			}

			.op-local-blog-wrap {
				max-width:1200px;
				margin:0 auto;
				position:relative;
				z-index:2;
			}

			.op-local-blog-kicker {
				margin:0 0 10px;
				font-weight:700;
				color:#00a19a;
				text-transform:uppercase;
				letter-spacing:.06em;
			}

			.op-local-blog-hero h1 {
				margin:0;
				font-size:clamp(38px, 6vw, 72px);
				line-height:1.05;
				color:#fff;
			}

			.op-local-blog-intro {
				max-width:620px;
				margin:18px 0 0;
				font-size:20px;
				line-height:1.5;
			}

			.op-local-blog-content {
				padding:60px 20px 80px;
			}

			.op-blog-featured {
				display:grid;
				grid-template-columns:1fr 1.05fr;
				gap:60px;
				align-items:center;
				margin-bottom:60px;
			}

			.op-blog-featured h2 {
				margin:8px 0 14px;
				font-size:clamp(34px, 4.5vw, 58px);
				line-height:1.08;
			}

			.op-blog-featured h2 a,
			.op-blog-card h3 a,
			.op-feed-card h3 a {
				color:#05091d;
				text-decoration:none;
			}

			.op-blog-featured p,
			.op-blog-card p,
			.op-feed-card p {
				color:#4b5563;
				font-size:18px;
				line-height:1.55;
				margin:0 0 10px;
			}

			.op-blog-featured-image img {
				width:100%;
				height:auto;
				aspect-ratio:16/10;
				object-fit:cover;
				display:block;
				border-radius:0 0 38px 0;
			}

			.op-blog-meta {
				color:#009c9c;
				font-weight:700;
				font-size:14px;
				margin-bottom:8px;
			}

			.op-blog-readmore {
				color:#7a164b;
				font-weight:800;
				text-decoration:underline;
				text-transform:lowercase;
			}

			.op-blog-divider {
				border:0;
				border-top:1px solid #ddd;
				margin:0 0 40px;
			}

			.op-blog-grid,
			.op-grid {
				display:grid;
				grid-template-columns:repeat(3,1fr);
				gap:34px;
			}

			.op-blog-card,
			.op-feed-card {
				background:#fff;
				border:1px solid #e5e7eb;
				box-shadow:0 14px 30px rgba(0,0,0,.06);
				transition:transform .2s ease, box-shadow .2s ease;
			}

			.op-blog-card:hover,
			.op-feed-card:hover {
				transform:translateY(-4px);
				box-shadow:0 20px 38px rgba(0,0,0,.1);
			}

			.op-blog-card-image img,
			.op-feed-image img {
				width:100%;
				aspect-ratio:16/10;
				object-fit:cover;
				display:block;
			}

			.op-blog-card-body,
			.op-feed-body {
				padding:24px;
			}

			.op-blog-card h3,
			.op-feed-card h3 {
				margin:0 0 12px;
				font-size:25px;
				line-height:1.16;
			}

			.op-local-blogs-feed {
				margin:40px 0;
			}

			.op-local-blogs-feed > h2 {
				margin-bottom:24px;
			}

			.op-local-blogs-feed .op-grid {
				gap:24px;
			}

			.op-local-blogs-feed .op-feed-card h3 {
				font-size:22px;
			}

			.op-local-blogs-feed .op-feed-card p {
				font-size:16px;
			}

			@media(max-width:900px){
				.op-blog-featured {
					grid-template-columns:1fr;
					gap:28px;
				}

				.op-blog-featured-image {
					order:-1;
				}

				.op-blog-grid,
				.op-grid {
					grid-template-columns:1fr 1fr;
				}
			}

			@media(max-width:640px){
				.op-local-blog-hero {
					padding:48px 20px;
				}

				.op-blog-grid,
				.op-grid {
					grid-template-columns:1fr;
				}

				.op-blog-featured h2 {
					font-size:34px;
				}
			}

/* =========================================================
   OFFICE PRIDE LOCAL BLOG ARCHIVE
   ========================================================= */

.op-local-blog-content {
    width: 100%;
}

.op-blog-archive-list {
    width: 100%;
}

/* =========================================================
   FEATURED POST
   ========================================================= */

.op-blog-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.op-blog-featured-copy {
    min-width: 0;
}

.op-blog-featured-image {
    display: block;
    width: 100%;
    overflow: hidden;
}

.op-blog-featured-image img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.op-blog-featured h2 {
    margin: 8px 0 18px;
    line-height: 1.15;
}

.op-blog-featured h2 a {
    color: inherit;
    text-decoration: none;
}

.op-blog-featured p {
    margin: 0 0 18px;
}

.op-blog-divider {
    margin: 55px 0;
    border: 0;
    border-top: 1px solid #ddd;
}


/* =========================================================
   BLOG CARD GRID
   ========================================================= */

.op-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
    align-items: stretch !important;
}


/* =========================================================
   INDIVIDUAL CARD
   ========================================================= */

.op-blog-card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
    background: #fff;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}


/* =========================================================
   FORCE EVERY IMAGE TO SAME SIZE
   ========================================================= */

.op-blog-card-image {
    display: block !important;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.op-blog-card-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* =========================================================
   CARD BODY
   ========================================================= */

.op-blog-card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 28px 28px 30px !important;
    min-width: 0 !important;
}


/* Date */
.op-blog-meta {
    margin: 0 0 10px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #009b8f;
}


/* Title */
.op-blog-card h3 {
    margin: 0 0 16px !important;
    font-size: 27px !important;
    line-height: 1.18 !important;
    font-weight: 500 !important;
}

.op-blog-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.op-blog-card h3 a:hover {
    text-decoration: underline !important;
}


/* Excerpt */
.op-blog-card-body p {
    margin: 0 0 20px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}


/* Push read more to bottom of every card */
.op-blog-readmore {
    display: inline-block !important;
    margin-top: auto !important;
    font-weight: 700 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .op-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }

    .op-blog-card-image {
        height: 280px !important;
    }

    .op-blog-featured {
        gap: 32px;
    }

    .op-blog-featured-image img {
        height: 350px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .op-blog-featured {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .op-blog-featured-copy {
        order: 2;
    }

    .op-blog-featured-image {
        order: 1;
    }

    .op-blog-featured-image img {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .op-blog-divider {
        margin: 38px 0;
    }

    .op-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .op-blog-card-image {
        height: auto !important;
        aspect-ratio: 3 / 2 !important;
    }

    .op-blog-card-body {
        padding: 22px !important;
    }

    .op-blog-card h3 {
        font-size: 24px !important;
    }

    .op-blog-card-body p {
        font-size: 17px !important;
    }
}
/* Brand colors */
.op-blog-meta {
    color: #00964d !important;
}

/* Blog titles */
.op-blog-card h3,
.op-blog-card h3 a,
.op-blog-featured h2,
.op-blog-featured h2 a {
    color: #173f5f !important;
}

/* Read More button */
.op-blog-readmore {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;

    margin-top: auto !important;
    padding: 12px 22px !important;

    background: #00964d !important;
    color: #fff !important;

    border: 2px solid #00964d !important;
    border-radius: 3px !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}

/* Match the site's darker green hover */
.op-blog-readmore:hover,
.op-blog-readmore:focus {
    background: #007c3e !important;
    border-color: #007c3e !important;
    color: #fff !important;
    text-decoration: none !important;

    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}

/* =========================================================
   OFFICE PRIDE LOCAL BLOG ARCHIVE
   ========================================================= */

.op-local-blog-content {
    width: 100%;
}

.op-blog-archive-list {
    width: 100%;
}

/* =========================================================
   FEATURED POST
   ========================================================= */

.op-blog-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.op-blog-featured-copy {
    min-width: 0;
}

.op-blog-featured-image {
    display: block;
    width: 100%;
    overflow: hidden;
}

.op-blog-featured-image img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.op-blog-featured h2 {
    margin: 8px 0 18px;
    line-height: 1.15;
}

.op-blog-featured h2 a {
    color: inherit;
    text-decoration: none;
}

.op-blog-featured p {
    margin: 0 0 18px;
}

.op-blog-divider {
    margin: 55px 0;
    border: 0;
    border-top: 1px solid #ddd;
}


/* =========================================================
   BLOG CARD GRID
   ========================================================= */

.op-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
    align-items: stretch !important;
}


/* =========================================================
   INDIVIDUAL CARD
   ========================================================= */

.op-blog-card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
    background: #fff;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}


/* =========================================================
   FORCE EVERY IMAGE TO SAME SIZE
   ========================================================= */

.op-blog-card-image {
    display: block !important;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.op-blog-card-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* =========================================================
   CARD BODY
   ========================================================= */

.op-blog-card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 28px 28px 30px !important;
    min-width: 0 !important;
}


/* Date */
.op-blog-meta {
    margin: 0 0 10px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #009b8f;
}


/* Title */
.op-blog-card h3 {
    margin: 0 0 16px !important;
    font-size: 27px !important;
    line-height: 1.18 !important;
    font-weight: 500 !important;
}

.op-blog-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.op-blog-card h3 a:hover {
    text-decoration: underline !important;
}


/* Excerpt */
.op-blog-card-body p {
    margin: 0 0 20px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}


/* Push read more to bottom of every card */
.op-blog-readmore {
    display: inline-block !important;
    margin-top: auto !important;
    font-weight: 700 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .op-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }

    .op-blog-card-image {
        height: 280px !important;
    }

    .op-blog-featured {
        gap: 32px;
    }

    .op-blog-featured-image img {
        height: 350px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .op-blog-featured {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .op-blog-featured-copy {
        order: 2;
    }

    .op-blog-featured-image {
        order: 1;
    }

    .op-blog-featured-image img {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .op-blog-divider {
        margin: 38px 0;
    }

    .op-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .op-blog-card-image {
        height: auto !important;
        aspect-ratio: 3 / 2 !important;
    }

    .op-blog-card-body {
        padding: 22px !important;
    }

    .op-blog-card h3 {
        font-size: 24px !important;
    }

    .op-blog-card-body p {
        font-size: 17px !important;
    }
}
/* Brand colors */
.op-blog-meta {
    color: #00964d !important;
}

/* Blog titles */
.op-blog-card h3,
.op-blog-card h3 a,
.op-blog-featured h2,
.op-blog-featured h2 a {
    color: #173f5f !important;
}

/* Read More button */
.op-blog-readmore {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;

    margin-top: auto !important;
    padding: 12px 22px !important;

    background: #00964d !important;
    color: #fff !important;

    border: 2px solid #00964d !important;
    border-radius: 3px !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}

/* Match the site's darker green hover */
.op-blog-readmore:hover,
.op-blog-readmore:focus {
    background: #007c3e !important;
    border-color: #007c3e !important;
    color: #fff !important;
    text-decoration: none !important;

    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}

section.op-local-blog-hero {}

/* =========================================================
   LOCAL BLOG HERO - OFFICE PRIDE BRAND UPDATE
   ========================================================= */

.op-local-blog-hero {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #005f3b 0%,
            #00894c 52%,
            #00a651 100%
        );

    color: #fff;
    padding: 72px 20px 76px;
}

/* optional subtle branded circle */
.op-local-blog-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 48px solid rgba(255,255,255,.10);
    border-radius: 50%;
    top: -220px;
    right: -90px;
    pointer-events: none;
}

.op-local-blog-hero .op-local-blog-wrap {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
}

/* Eyebrow */
.op-local-blog-kicker {
    margin: 0 0 14px !important;

    color: #fff !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    text-transform: uppercase;
    letter-spacing: .08em;
}

/* Main heading */
.op-local-blog-hero h1 {
    margin: 0 0 18px !important;

    color: #fff !important;

    font-size: clamp(42px, 5vw, 68px) !important;
    line-height: 1.02 !important;
    font-weight: 500 !important;
    letter-spacing: -.02em;
}

/* Intro */
.op-local-blog-intro {
    max-width: 620px;

    margin: 0 !important;

    color: rgba(255,255,255,.94) !important;

    font-size: 20px !important;
    line-height: 1.5 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .op-local-blog-hero {
        padding: 52px 20px 56px;
    }

    .op-local-blog-hero h1 {
        font-size: 40px !important;
    }

    .op-local-blog-intro {
        font-size: 18px !important;
    }

    .op-local-blog-hero::after {
        width: 300px;
        height: 300px;
        border-width: 34px;
        top: -170px;
        right: -120px;
    }
}

/* =========================================================
   FEATURED POST - TIGHTER / MORE BALANCED
   ========================================================= */

.op-blog-featured {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: center;

    margin-bottom: 50px;
    padding: 10px 0 8px;
}

.op-blog-featured-copy {
    max-width: 560px;
}

.op-blog-featured h2 {
    margin: 8px 0 16px !important;

    font-size: clamp(34px, 3.4vw, 48px) !important;
    line-height: 1.08 !important;
    font-weight: 500 !important;
    letter-spacing: -.015em;
}

.op-blog-featured h2 a {
    color: #123f5d !important;
    text-decoration: none !important;
}

.op-blog-featured p {
    max-width: 520px;
    margin: 0 0 22px !important;

    color: #465767 !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
}

.op-blog-featured-image {
    display: block;
    width: 100%;
    overflow: hidden;
}

.op-blog-featured-image img {
    display: block;
    width: 100% !important;
    height: 330px !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 0 0 26px 0;
}

.op-blog-featured .op-blog-readmore {
    margin-top: 0 !important;
}

/* =========================================================
   COMPACT BLOG CARDS
   ========================================================= */

/* Shorter image */
.op-blog-card-image,
.op-feed-image {
    height: 190px !important;
}

/* Less padding */
.op-blog-card-body,
.op-feed-body {
    padding: 20px 22px 22px !important;
}

/* Slightly smaller title */
.op-blog-card h3,
.op-feed-card h3 {
    margin: 0 0 12px !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
}

/* Smaller date */
.op-blog-meta {
    margin-bottom: 8px !important;
    font-size: 14px !important;
}

/* Compact excerpt */
.op-blog-card-body p,
.op-feed-body p {
    margin: 0 0 18px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;

    /* Limit excerpt visually */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Slightly smaller CTA */
.op-blog-card .op-blog-readmore,
.op-feed-card .op-blog-readmore {
    padding: 10px 18px !important;
    font-size: 15px !important;
}