
  @media (max-width: 576px) {
    .container{
      margin-top: 16%!important;
      width: 95%!important;
    }
  }
  
  .lab-scroll-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding-bottom: 10px;
  }

  .lab-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
  }

  .lab-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }
  .lab-card-link {
    flex: 0 0 auto;
  } 
  .sub-title{
    font-size: 25px;
    font-weight: 600;
    color: black;
  }
  .test-card {
    background: #fafafa;
    border: 1px solid #eee;
  }

  .test-card .fw-semibold {
    font-size: 18px;
  }

  .test-card .text-muted {
    font-size: 14px;
  }

  .test-card button {
    font-size: .8rem;
    padding: 6px 12px;
    white-space: nowrap;

  }

  @media (max-width: 576px) {
    .test-card .fw-semibold {
    font-weight: 600;
    font-size: 15px!important;
    }
    .test-card button {
      font-size: 0.85rem;
      padding: 6px 12px;
      white-space: nowrap;

    }
    .test-card {
      
      align-items: flex-start;
      gap: 0.5rem;
    }
    .sub-title{
      font-size: 20px!important;
      font-weight: 600;
      color: black;
    }
    .test-card button {
      align-self: flex-end;
    }
  }

  .workday-card {
    background: #fafafa;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #666;
  }
  /* Mobile adjustments */
  @media (max-width: 576px) {
    .workday-card {
      padding: 0.85rem 1rem;
    }
    .workday-card .fw-semibold {
      font-size: 0.95rem;
    }
    .workday-card .text-muted {
      font-size: 0.8rem;
    }
    .icon-box {
      width: 36px;
      height: 36px;
      font-size: 1rem;
    }
  }
