/* Start custom CSS for html, class: .elementor-element-761715b */:root {
      --ink:#333333;
      --muted:#666666;
      --line:#dcdcdc;
      --brand:#0c4e72;
      --bg:#ffffff;
      --row:#f9fbfc;
    }
    #medicines-ih{
      margin:0 auto;
      padding:0;
      font:16px/1.55 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
      color:var(--ink);
      background:var(--bg);
    }
    #medicines-ih h1,
    #medicines-ih h2,
    #medicines-ih h3{line-height:1.2;margin:0 0 .75rem}
    #medicines-ih h1{font-size:1.8rem;font-weight:700;color:var(--brand)}
    #medicines-ih h2{font-size:1.35rem;margin-top:2rem;font-weight:600;color:var(--brand)}
    #medicines-ih p.small{color:var(--muted);font-size:.9rem;margin-top:-.25rem}
    #medicines-ih .table-wrap{margin:1rem 0 2rem;break-inside:avoid}
    #medicines-ih table{width:100%;border-collapse:collapse;border:1px solid var(--line);font-size:.96rem}
    #medicines-ih caption{
      text-align:left; color: #006E96;
      font-family: "Montserrat", Sans-serif;
      font-size: 1.3em;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.3em;
      letter-spacing: 0.5px;
      padding-bottom: 1rem;
    }
    #medicines-ih th,
    #medicines-ih td{border:1px solid var(--line);padding:.6rem .7rem;vertical-align:top}
    #medicines-ih thead th{background:#004D71;color:#fff;}

    /* Desktop zebra striping */
    #medicines-ih tbody tr:nth-child(even) {
      background-color: #e8f6f9;
    }
        #medicines-ih tbody tr:nth-child(even) td {
      background-color: #e8f6f9;
    }

    #medicines-ih ul{margin:.25rem 0 .25rem 1.1rem}
    #medicines-ih li{margin:.12rem 0}
    @media print{#medicines-ih{padding:0;font-size:12pt} #medicines-ih thead{display:table-header-group}}
/* === Mobile tables: stack rows into cards under 600px === */
    @media screen and (max-width: 600px){
      #medicines-ih{padding:16px;font-size:15px}
      #medicines-ih .table-wrap{margin:0.75rem 0 1.25rem}
      #medicines-ih table{border:0;font-size:1rem}
      #medicines-ih caption{margin:.25rem 0 .25rem}
      #medicines-ih thead,
      #medicines-ih thead tr,
      #medicines-ih thead th{
        position:absolute !important;
        height:1px; width:1px;
        overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap;
        border:0; padding:0; margin:-1px;
      }
      #medicines-ih tbody,
      #medicines-ih tr,
      #medicines-ih td{display:block;width:100%}
      #medicines-ih tbody tr{
        background:var(--row);
        border:1px solid var(--line);
        border-radius:12px;
        padding:.25rem .5rem;
        margin:.75rem 0;
      }
      #medicines-ih tbody tr:nth-child(even){
        background-color:#e8f6f9;
      }
      #medicines-ih td{
        border:0;
        border-top:1px solid var(--line);
        padding:.65rem .5rem .55rem .5rem;
      }
      #medicines-ih td:first-child{
        border-top:0;
        padding-top:.7rem;
      }
      #medicines-ih td::before{
        content: attr(data-label);
        display:block;
        font-weight:600;
        color:var(--brand);
        margin-bottom:.25rem;
      }
      #medicines-ih td ul{margin:.25rem 0 .25rem 1.1rem}
      #medicines-ih td a{word-break:break-word}
      #medicines-ih .table-wrap{overflow-x:visible}
    }/* End custom CSS */