/* Page: mutual-funds/amc/baroda-bnp-paribas-mutual-fund.php */
.bbnp-live-mf,
    .bbnp-live-mf *,
    .bbnp-live-mf *::before,
    .bbnp-live-mf *::after {
      box-sizing: border-box;
    }

    .bbnp-live-mf {
      width: 100%;
      max-width: 100%;
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
      background: #ffffff;
      color: #10284c;
      overflow-x: hidden;
      line-height: 1.45;
    }

    .bbnp-live-mf a {
      text-decoration: none;
    }

    .bbnp-live-mf a[target="_blank"] {
      cursor: pointer;
    }

    .bbnp-live-mf h1,
    .bbnp-live-mf h2,
    .bbnp-live-mf h3,
    .bbnp-live-mf h4,
    .bbnp-live-mf h5,
    .bbnp-live-mf h6,
    .bbnp-live-section-title,
    .bbnp-live-box-title,
    .bbnp-live-title,
    .bbnp-live-doc-card h3,
    .bbnp-live-info-table th {
      color: #08306b !important;
    }

    .bbnp-live-container {
      width: min(1320px, 94%);
      margin: 0 auto;
    }

    .bbnp-live-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      padding: 32px 0 28px;
    }

    .bbnp-live-brand {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .bbnp-live-logo {
      width: 82px;
      height: 82px;
      background: linear-gradient(135deg, #003b79 0%, #0072bc 48%, #00a859 100%);
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #ffffff;
      font-size: 16px;
      font-weight: 900;
      letter-spacing: -0.8px;
      text-align: center;
      padding: 8px;
    }

    .bbnp-live-title {
      font-size: 34px;
      font-weight: 850;
      color: #08306b !important;
      letter-spacing: -0.7px;
      margin: 0;
    }

    .bbnp-live-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: #edf5ff;
      border-radius: 8px;
      min-width: 540px;
      overflow: hidden;
    }

    .bbnp-live-stat {
      padding: 18px 22px;
      border-right: 1px solid #cbdcf0;
    }

    .bbnp-live-stat:last-child {
      border-right: none;
    }

    .bbnp-live-stat span {
      display: block;
      font-size: 13px;
      color: #5b6e89;
      margin-bottom: 5px;
      font-weight: 650;
    }

    .bbnp-live-stat strong {
      display: block;
      color: #000000;
      font-size: 15px;
      font-weight: 900;
      word-break: break-word;
    }

    .bbnp-live-section {
      padding: 22px 0 28px;
    }

    .bbnp-live-section-title {
      font-size: 28px;
      line-height: 1.2;
      color: #08306b !important;
      font-weight: 850;
      margin: 0 0 20px;
      letter-spacing: -0.4px;
    }

    .bbnp-live-text {
      font-size: 13px;
      color: #001b3f;
      margin: 0;
      max-width: 100%;
    }

    .bbnp-live-note {
      margin-top: 12px;
      font-size: 12px;
      color: #60718d;
    }

    .bbnp-live-card-box {
      background: #ffffff;
      border: 1px solid #cfd6df;
      border-radius: 9px;
      box-shadow: 0 12px 26px rgba(16, 40, 76, 0.10);
      padding: 32px 24px 24px;
    }

    .bbnp-live-box-title {
      font-size: 28px;
      font-weight: 850;
      color: #08306b !important;
      margin: 0 0 8px;
      letter-spacing: -0.4px;
    }

    .bbnp-live-trust-note,
    .equity-live-trust-note {
      display: block;
      margin: 0 0 14px;
      padding: 12px 14px;
      background: #fff8e8;
      border-left: 4px solid #0072bc;
      border-radius: 6px;
      color: #4e3a12;
      font-size: 13px;
      font-weight: 0;
    }

    .bbnp-live-nav-date-note {
      display: block;
      margin: 0 0 22px;
      padding: 10px 14px;
      background: #f4f8ff;
      border-left: 4px solid #0072bc;
      border-radius: 6px;
      color: #465a78;
      font-size: 13px;
      font-weight: 600;
    }

    .bbnp-live-search-panel {
      background: #edf5ff;
      border-radius: 10px;
      padding: 16px;
      margin-bottom: 24px;
      display: grid;
      grid-template-columns: 1fr auto auto;
      gap: 12px;
      align-items: center;
    }

    .bbnp-live-search-panel input,
    .bbnp-live-search-panel select {
      height: 42px;
      border: 1px solid #cbdcf0;
      background: #ffffff;
      color: #10284c;
      border-radius: 7px;
      padding: 0 12px;
      font-size: 13px;
      outline: none;
      width: 100%;
    }

    .bbnp-live-search-panel input:focus,
    .bbnp-live-search-panel select:focus {
      border-color: #0072bc;
      box-shadow: 0 0 0 3px rgba(0, 114, 188, 0.12);
    }

    .bbnp-live-search-panel button {
      height: 42px;
      border: none;
      background: #0072bc;
      color: #ffffff;
      border-radius: 7px;
      padding: 0 18px;
      font-size: 13px;
      font-weight: 850;
      cursor: pointer;
      white-space: nowrap;
      transition: 0.25s ease;
    }

    .bbnp-live-search-panel button:hover {
      background: #003b79;
      transform: translateY(-2px);
    }

    .bbnp-live-tabs-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px;
    }

    .bbnp-live-tabs {
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .bbnp-live-tab {
      border: none;
      background: transparent;
      color: #10284c;
      font-weight: 850;
      font-size: 12px;
      padding: 0 0 11px;
      cursor: pointer;
      position: relative;
    }

    .bbnp-live-tab.active {
      color: #0072bc;
    }

    .bbnp-live-tab.active::after {
      content: "";
      position: absolute;
      height: 3px;
      background: #0072bc;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 30px;
    }

    .bbnp-live-controls {
      display: flex;
      align-items: center;
      gap: 9px;
      flex-wrap: wrap;
    }

    .bbnp-live-status {
      font-size: 12px;
      color: #60718d;
      font-weight: 650;
    }

    .bbnp-live-table {
      width: 100%;
    }

    .bbnp-live-fund-row {
      display: grid;
      grid-template-columns: 1.85fr 0.62fr 0.62fr 0.62fr 0.72fr 0.82fr;
      gap: 16px;
      align-items: center;
      padding: 11px 0;
      border-bottom: 1px solid #eef2f7;
    }

    .bbnp-live-fund-name {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .bbnp-live-icon {
      width: 30px;
      height: 30px;
      border-radius: 8px;
      background: linear-gradient(135deg, #003b79, #00a859);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 9px;
      font-weight: 900;
      letter-spacing: -0.4px;
    }

    .bbnp-live-fund-title {
      font-size: 13px;
      line-height: 1.25;
      color: #10284c;
      font-weight: 850;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 330px;
    }

    .bbnp-live-category {
      font-size: 10px;
      color: #43536b;
      margin-top: 3px;
    }

    .bbnp-live-data-label {
      display: block;
      font-size: 9px;
      color: #6c7c94;
      margin-bottom: 2px;
    }

    .bbnp-live-data-value {
      display: block;
      font-size: 12px;
      color: #000000;
      font-weight: 850;
    }

    .bbnp-live-risk {
      color: #000000;
      font-weight: 900;
    }

    .bbnp-live-rating-good {
      color: #f5a400;
      font-weight: 900;
    }

    .bbnp-live-positive {
      color: #0b8f55;
      font-weight: 900;
    }

    .bbnp-live-negative {
      color: #c62828;
      font-weight: 900;
    }

    .bbnp-live-invest {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #0072bc;
      color: #ffffff;
      font-size: 11px;
      font-weight: 850;
      border-radius: 4px;
      padding: 9px 12px;
      min-width: 82px;
      transition: 0.25s ease;
    }

    .bbnp-live-invest:hover {
      background: #003b79;
      transform: translateY(-2px);
    }

    .bbnp-live-loader,
    .bbnp-live-error,
    .bbnp-live-empty {
      background: #f8fbff;
      border: 1px dashed #cbdcf0;
      border-radius: 10px;
      padding: 22px;
      color: #60718d;
      font-size: 13px;
      font-weight: 650;
    }

    .bbnp-live-error {
      background: #fff8f8;
      border-color: #ffc9c9;
      color: #9e1c1c;
    }

    .bbnp-live-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 24px;
      padding-top: 18px;
      border-top: 1px solid #eef2f7;
    }

    .bbnp-live-page-btn {
      min-width: 34px;
      height: 34px;
      border: 1px solid #d8e3f3;
      background: #ffffff;
      color: #10284c;
      border-radius: 7px;
      font-size: 12px;
      font-weight: 800;
      cursor: pointer;
    }

    .bbnp-live-page-btn.active {
      background: #0072bc;
      color: #ffffff;
      border-color: #0072bc;
    }

    .bbnp-live-page-btn:disabled {
      opacity: 0.45;
      cursor: not-allowed;
    }

    .bbnp-live-page-info {
      width: 100%;
      text-align: center;
      margin-top: 8px;
      font-size: 12px;
      color: #60718d;
      font-weight: 650;
    }

    .bbnp-live-info-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
    }

    .bbnp-live-info-table tr:nth-child(odd) {
      background: #edf5ff;
    }

    .bbnp-live-info-table tr:nth-child(even) {
      background: #ffffff;
    }

    .bbnp-live-info-table th,
    .bbnp-live-info-table td {
      padding: 18px 22px;
      text-align: left;
      font-size: 12px;
    }

    .bbnp-live-info-table th {
      width: 220px;
      color: #08306b !important;
      font-weight: 850;
    }

    .bbnp-live-info-table td,
    .equity-live-info-table td {
      color: #001b3f;
      font-weight: 0;
    }

    .bbnp-live-steps {
      display: grid;
      gap: 12px;
    }

    .bbnp-live-step {
      display: grid;
      grid-template-columns: 90px 1fr;
      align-items: start;
      gap: 14px;
    }

    .bbnp-live-step-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 68px;
      background: #edf5ff;
      color: #0072bc;
      border-radius: 999px;
      padding: 6px 12px;
      font-size: 11px;
      font-weight: 850;
    }

    .bbnp-live-step p {
      margin: 0;
      font-size: 13px;
      color: #001b3f;
      font-weight: 500;
    }

    .bbnp-live-doc-text {
      font-size: 13px;
      color: #001b3f;
      margin: 0 0 24px;
    }

    .bbnp-live-doc-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
    }

    .bbnp-live-doc-card {
      background: #edf5ff;
      border-radius: 6px;
      padding: 34px 42px;
      min-height: 230px;
    }

    .bbnp-live-doc-card h3 {
      font-size: 20px;
      color: #08306b !important;
      font-weight: 750;
      margin: 0 0 20px;
    }

    .bbnp-live-doc-card ul {
      margin: 0;
      padding-left: 18px;
      color: #40516b;
    }

    .bbnp-live-doc-card li {
      font-size: 13px;
      margin-bottom: 5px;
    }

    .bbnp-live-cta-banner {
      margin-top: 28px;
      background: linear-gradient(135deg, #08306b 0%, #0054e2 55%, #0072bc 100%);
      border-radius: 16px;
      padding: 30px 34px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      box-shadow: 0 16px 34px rgba(8, 48, 107, 0.20);
    }

    .bbnp-live-cta-banner h2 {
      color: #ffffff !important;
      margin: 0 0 8px;
      font-size: 27px;
      line-height: 1.2;
      font-weight: 850;
    }

    .bbnp-live-cta-banner p {
      margin: 0;
      color: #eaf3ff;
      font-size: 14px;
      max-width: 680px;
    }

    .bbnp-live-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      background: #ffffff;
      color: #08306b;
      border-radius: 999px;
      padding: 13px 20px;
      font-size: 13px;
      font-weight: 900;
      text-transform: capitalize;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
      transition: 0.25s ease;
      white-space: nowrap;
    }

    .bbnp-live-cta-btn:hover {
      transform: translateY(-2px);
      background: #f4f8ff;
    }

    .bbnp-live-seo-content {
      background: #ffffff;
      border: 1px solid #d8e3f3;
      border-radius: 12px;
      padding: 30px 28px;
      box-shadow: 0 10px 24px rgba(16, 40, 76, 0.08);
    }

    .bbnp-live-seo-content p {
      font-size: 14px;
      color: #001b3f;
      line-height: 1.75;
      margin: 0 0 16px;
    }

    .bbnp-live-seo-content p:last-child {
      margin-bottom: 0;
    }

    .bbnp-live-faq-grid {
      display: grid;
      gap: 12px;
    }

    .bbnp-live-faq-grid details {
      background: #ffffff;
      border: 1px solid #d8e3f3;
      border-radius: 10px;
      padding: 16px 18px;
      box-shadow: 0 8px 18px rgba(16, 40, 76, 0.06);
    }

    .bbnp-live-faq-grid summary {
      cursor: pointer;
      color: #08306b;
      font-size: 14px;
      font-weight: 850;
      list-style: none;
    }

    .bbnp-live-faq-grid summary::-webkit-details-marker {
      display: none;
    }

    .bbnp-live-faq-grid summary::after {
      content: "+";
      float: right;
      font-size: 18px;
      color: #0072bc;
      font-weight: 900;
    }

    .bbnp-live-faq-grid details[open] summary::after {
      content: "–";
    }

    .bbnp-live-faq-grid p {
      margin: 12px 0 0;
      color: #001b3f;
      font-size: 13px;
      line-height: 1.65;
    }

    .bbnp-live-meta-description-box {
      background: #f4f8ff;
      border-left: 4px solid #08306b;
      border-radius: 8px;
      padding: 16px 18px;
      color: #001b3f;
      font-size: 14px;
      line-height: 1.6;
    }

    .bbnp-live-meta-description-box strong {
      color: #08306b;
    }

    .bbnp-live-disclaimer {
      background: #f8fbff;
      border-top: 1px solid #e4edf8;
      margin-top: 24px;
      padding: 22px 0 34px;
      font-size: 12px;
      color: #60718d;
    }

    .bbnp-live-disclaimer strong {
      color: #08306b;
    }

    @media (max-width: 1050px) {
      .bbnp-live-top {
        align-items: flex-start;
      }

      .bbnp-live-stats {
        min-width: 440px;
      }

      .bbnp-live-fund-row {
        grid-template-columns: 1.75fr 0.62fr 0.62fr 0.62fr 0.72fr 0.82fr;
        gap: 12px;
      }

      .bbnp-live-fund-title {
        max-width: 260px;
      }

      .bbnp-live-doc-grid {
        gap: 28px;
      }
    }

    @media (max-width: 900px) {
      .bbnp-live-top {
        flex-direction: column;
      }

      .bbnp-live-stats {
        width: 100%;
        min-width: 0;
      }

      .bbnp-live-search-panel {
        grid-template-columns: 1fr;
      }

      .bbnp-live-tabs-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .bbnp-live-table {
        overflow-x: auto;
        display: block;
        padding-bottom: 4px;
      }

      .bbnp-live-fund-row {
        min-width: 900px;
      }

      .bbnp-live-doc-grid {
        grid-template-columns: 1fr;
      }

      .bbnp-live-cta-banner {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 560px) {
      .bbnp-live-container {
        width: min(100% - 28px, 1180px);
      }

      .bbnp-live-brand {
        gap: 14px;
      }

      .bbnp-live-logo {
        width: 58px;
        height: 58px;
        font-size: 11px;
        border-radius: 14px;
      }

      .bbnp-live-title {
        font-size: 24px;
      }

      .bbnp-live-stats {
        grid-template-columns: 1fr;
      }

      .bbnp-live-stat {
        border-right: none;
        border-bottom: 1px solid #cbdcf0;
      }

      .bbnp-live-stat:last-child {
        border-bottom: none;
      }

      .bbnp-live-section-title,
      .bbnp-live-box-title {
        font-size: 23px;
      }

      .bbnp-live-card-box {
        padding: 22px 14px 18px;
      }

      .bbnp-live-info-table th,
      .bbnp-live-info-table td {
        display: block;
        width: 100%;
        padding: 12px 16px;
      }

      .bbnp-live-doc-card {
        padding: 26px 24px;
      }

      .bbnp-live-cta-banner {
        padding: 24px 20px;
      }

      .bbnp-live-cta-banner h2 {
        font-size: 22px;
      }

      .bbnp-live-seo-content {
        padding: 22px 18px;
      }
    }
