/* Mutual Fund Section Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .mutual-fund-section {
    margin: 15px 0;
  }

  .product-head {
    padding: 12px 15px;
  }

  .product-head h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .tools {
    gap: 8px;
    flex-wrap: wrap;
  }

  .filter-btn {
    height: 30px;
    padding: 6px 14px;
    font-size: 11px;
  }

  .fund-card {
    padding: 10px;
  }

  .fund-top {
    flex-direction: column;
  }

  .returns {
    width: 100%;
    flex-basis: auto;
  }

  .return-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .return-labels span,
  .return-values span {
    height: 22px;
    font-size: 9px;
    padding: 4px;
  }

  .actions {
    gap: 8px;
  }

  .actions a {
    height: 22px;
    font-size: 9px;
    padding: 4px;
  }

  .fund-list {
    max-height: 300px;
    padding: 8px;
    gap: 8px;
  }

  .fund-name {
    font-size: 12px;
  }

  .aum,
  .subs {
    font-size: 10px;
  }

  .desktop-table-wrap {
    padding: 15px;
    max-height: 400px;
  }

  .fund-table th {
    padding: 8px 6px;
    font-size: 11px;
    height: 50px;
  }

  .fund-table td {
    padding: 8px 6px;
    font-size: 11px;
    height: 50px;
  }

  .table-product strong {
    font-size: 12px;
  }

  .table-product span {
    font-size: 10px;
    margin-top: 2px;
  }

  .download-btn {
    width: 36px;
    height: 36px;
  }

  .download-btn img,
  .download-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 390px) {
  .product-head {
    padding: 10px 12px;
  }

  .filter-btn {
    height: 28px;
    padding: 5px 12px;
    font-size: 10px;
  }

  .fund-card {
    padding: 8px;
  }

  .returns {
    width: 100%;
  }

  .return-labels span,
  .return-values span {
    height: 20px;
    font-size: 8px;
  }

  .actions {
    gap: 6px;
  }

  .fund-list {
    max-height: 250px;
    padding: 6px;
  }

  .fund-name {
    font-size: 11px;
  }
}