/* Scoped audit repairs. Existing layout, image crops and theme retained. */
.phh-skip-nav{position:fixed;left:16px;top:12px;z-index:100000;transform:translateY(-200%);padding:12px 18px;background:#5b21b6;color:#fff;border-radius:8px;font:600 16px/1.4 Inter,system-ui,sans-serif;text-decoration:none}
.phh-skip-nav:focus{transform:translateY(0);outline:3px solid #fff;outline-offset:2px}
/* Small date text needs a 4.5:1 minimum against white. */
.bpost .date{color:#716b7c}
/* Keep long date/category combinations inside narrow cards. */
@media(max-width:600px){.bpost .top{flex-wrap:wrap}}
/* Match the shared heading font; body declarations use the existing Inter font. */
body.phh-estimate-page h1,body.phh-estimate-page h2,body.phh-estimate-page h3,body.phh-estimate-page h4,body.phh-estimate-page h5,body.phh-estimate-page h6,body.phh-estimate-page .font-heading{font-family:"Plus Jakarta Sans",sans-serif!important}
