
   .line-row{
      width: 98%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0; /* edge-to-edge; add padding if you want breathing room */
      padding-left: 15px!important;
    }

    .line-left{
      font-size: 25px;
      font-weight: 700;
      line-height: 1.1;
      margin: 0;
      color: #0c2039;
    }

    .line-right{
      font-size: 14px;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin: 0;
    }
    .line-right::before{
      content: "›";
      font-size: 18px;
      line-height: 1;
    }

    /* Thin grey line under the row (uncomment if you want it visible)
    .line-divider{ width:100%; height:1px; background:#e5e7eb; }
    */