/* Styles for Page Title */
.page-title.custom {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.07);
  border-bottom: 0px solid rgba(0,0,0,0.07);
  padding: 20px 0;
}
.page-title .page-row{ display:flex; align-items:center; gap:16px; }
.page-title .accent-bar{ width:3px; height:44px; background:#35940f; border-radius:2px; }
.page-title .breadcrumb{ font-size:11px; color:#9ca3af; margin:0 0 3px; text-transform:uppercase; letter-spacing:0.06em; }
.page-title .title-main{ font-size:20px; font-weight:700; color:#0f172a; margin:0; }

/* Reusable button styles if needed */
.thm-btn.custom { padding:10px 18px; background:#0073c6; color:#fff; border-radius:8px; box-shadow:0 6px 18px rgba(0,115,198,0.18); display:inline-block; }
