.custom-title{display:flex;align-items:center;gap:10px}
.custom-title .line{flex:1;height:1px;background:#ccc}
.custom-title .badge{background:#1e4e8c;color:#fff;padding:6px 14px;border-radius:6px;font-weight:700}
.custom-title .sub{margin-left:8px;color:#2b5a9e;font-style:italic}
.line-item{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:8px 0}
.line-item .left{color:#333}
.line-item .right{color:#1e4e8c;font-weight:700}