
    :root {
      --hksev-blue: #236fb9;
      --hksev-blue-dark: #0f4d8d;
      --hksev-blue-soft: #eaf4ff;
      --ink: #16233f;
      --muted: #5d6b82;
      --line: #d8e4f2;
      --surface: #ffffff;
      --soft: #f7fbff;
      --alert: #d62929;
      --alert-soft: #fff4f4;
      --teal: #008a91;
      --shadow: 0 18px 48px rgba(20, 74, 125, .12);
      --radius: 8px;
      font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: #ffffff;
      font-family: var(--font-family, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif);
      line-height: 1.72;
      letter-spacing: 0;
    }

    body,
    button,
    input,
    textarea {
      font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .urinary-page {
      overflow-x: hidden;
      background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #ffffff 100%);
    }

    .urinary-container {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

    .urinary-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(216, 228, 242, .82);
    }

    .urinary-header-inner {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .urinary-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .urinary-logo img {
      width: 42px;
      height: 42px;
      object-fit: contain;
    }

    .urinary-logo-text {
      display: grid;
      gap: 1px;
      min-width: 0;
    }

    .urinary-logo-text strong {
      color: #2b2f3a;
      font-size: 23px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 4px;
    }

    .urinary-logo-text span {
      color: #236fb9;
      font-size: 12px;
      line-height: 1.25;
      font-weight: 800;
      letter-spacing: 0;
    }

    .urinary-nav {
      display: flex;
      align-items: center;
      gap: 22px;
      color: #31435e;
      font-size: 14px;
      font-weight: 650;
      white-space: nowrap;
    }

    .urinary-nav a {
      transition: color .2s ease;
    }

    .urinary-nav a:hover {
      color: var(--hksev-blue);
    }

    .urinary-top-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 16px;
      border-radius: var(--radius);
      background: var(--hksev-blue);
      color: #ffffff;
      font-size: 14px;
      font-weight: 800;
      box-shadow: 0 10px 24px rgba(35, 111, 185, .22);
    }

    .urinary-hero {
      padding: 54px 0 34px;
    }

    .urinary-hero-title {
      margin-bottom: 28px;
    }

    .urinary-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
      gap: 52px;
      align-items: start;
    }

    .urinary-hero-copy {
      min-width: 0;
    }

    .urinary-hero h1 {
      margin: 0;
      max-width: 980px;
      color: #0d4384;
      font-size: clamp(36px, 5.1vw, 66px);
      line-height: 1.12;
      letter-spacing: 0;
      font-weight: 900;
    }

    .urinary-lead {
      margin: 24px 0 0;
      max-width: 680px;
      color: #2b3b55;
      font-size: 19px;
      line-height: 1.85;
      font-weight: 520;
    }

    .urinary-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .urinary-phone-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      width: min(100%, 860px);
      margin-top: 12px;
    }

    .urinary-phone-grid .urinary-btn {
      min-height: 46px;
      padding: 12px 14px;
      font-size: 14.5px;
      white-space: nowrap;
    }

    .urinary-btn-branch-water {
      background: #236fb9;
      border-color: #236fb9;
      color: #ffffff;
      box-shadow: 0 12px 26px rgba(35, 111, 185, .18);
    }

    .urinary-btn-branch-tung {
      background: #008a91;
      border-color: #008a91;
      color: #ffffff;
      box-shadow: 0 12px 26px rgba(0, 138, 145, .16);
    }

    .urinary-btn-branch-yau {
      background: #d62929;
      border-color: #d62929;
      color: #ffffff;
      box-shadow: 0 12px 26px rgba(214, 41, 41, .16);
    }

    .urinary-btn-branch-water:hover {
      background: #1d63aa;
    }

    .urinary-btn-branch-tung:hover {
      background: #00747a;
    }

    .urinary-btn-branch-yau:hover {
      background: #bd2020;
    }

    .urinary-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 13px 20px;
      border-radius: var(--radius);
      border: 1px solid transparent;
      font-size: 16px;
      font-weight: 850;
      line-height: 1.2;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }

    .urinary-btn:hover {
      transform: translateY(-1px);
    }

    .urinary-btn-primary {
      background: #25d366;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
      box-shadow: 0 16px 32px rgba(37, 211, 102, .24);
    }

    .urinary-btn-primary:hover {
      background: #1fc45d;
    }

    .urinary-btn-alert {
      background: var(--alert);
      color: #fff;
      box-shadow: 0 16px 32px rgba(214, 41, 41, .18);
    }

    .urinary-btn-outline {
      background: #ffffff;
      border-color: #b8cde6;
      color: #124f8d;
    }

    .urinary-micro-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
      max-width: 660px;
    }

    .urinary-micro-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      min-height: 48px;
      padding: 12px 14px;
      border: 1px solid #d7e5f4;
      border-radius: var(--radius);
      background: #ffffff;
      color: #263a56;
      font-size: 15px;
      font-weight: 650;
    }

    .urinary-check {
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #e0f6f7;
      color: var(--teal);
      display: inline-grid;
      place-items: center;
      font-size: 13px;
      font-weight: 900;
      line-height: 1;
      margin-top: 2px;
    }

    .urinary-standby-box {
      margin-top: 18px;
      padding: 16px 18px;
      border-radius: var(--radius);
      border: 1px solid #b9d8f7;
      background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
      box-shadow: 0 10px 26px rgba(35, 111, 185, .08);
    }

    .urinary-standby-box strong {
      display: block;
      color: #0d4384;
      font-size: 18px;
      line-height: 1.35;
      font-weight: 900;
      margin-bottom: 5px;
    }

    .urinary-standby-box span {
      display: block;
      color: #31435e;
      font-size: 15.5px;
      line-height: 1.7;
      font-weight: 650;
    }

    .urinary-hero-media {
      position: relative;
      min-width: 0;
      padding-top: 6px;
    }

    .urinary-hero-frame {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      border: 1px solid #cfe0f1;
      box-shadow: var(--shadow);
      background: #f4f8fd;
      aspect-ratio: 16 / 10.5;
    }

    .urinary-hero-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .urinary-floating-note {
      position: absolute;
      left: -18px;
      bottom: 22px;
      width: min(310px, 76%);
      padding: 16px 18px;
      border-radius: var(--radius);
      border: 1px solid #c8def5;
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 18px 36px rgba(31, 87, 145, .16);
    }

    .urinary-floating-note strong {
      display: block;
      color: #0d4384;
      font-size: 17px;
      line-height: 1.35;
      font-weight: 900;
      margin-bottom: 6px;
    }

    .urinary-floating-note span {
      color: #56657a;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 600;
    }

    .urinary-section {
      padding: 58px 0;
    }

    .urinary-section-heading {
      max-width: 840px;
      margin: 0 auto 28px;
      text-align: center;
    }

    .urinary-section-heading h2 {
      margin: 0;
      color: #0d4384;
      font-size: clamp(28px, 3.4vw, 42px);
      line-height: 1.22;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-section-heading p {
      margin: 12px auto 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.8;
    }

    .urinary-alert-band {
      padding: 26px 0 0;
    }

    .urinary-alert-panel {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.3fr) auto;
      gap: 22px;
      align-items: center;
      padding: 24px;
      border-radius: var(--radius);
      border: 1px solid #f0b5b5;
      background: var(--alert-soft);
      box-shadow: 0 12px 32px rgba(214, 41, 41, .08);
    }

    .urinary-alert-title {
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .urinary-alert-icon {
      flex: 0 0 auto;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--alert);
      color: #fff;
      display: inline-grid;
      place-items: center;
      font-weight: 900;
      font-size: 24px;
      line-height: 1;
    }

    .urinary-alert-title h2 {
      margin: 0;
      color: #c71f1f;
      font-size: 25px;
      line-height: 1.32;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-alert-title p {
      margin: 6px 0 0;
      color: #703131;
      font-size: 15px;
      font-weight: 650;
    }

    .urinary-alert-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 9px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #3d3440;
      font-size: 15px;
      font-weight: 700;
    }

    .urinary-alert-list li {
      position: relative;
      padding-left: 18px;
    }

    .urinary-alert-list li::before {
      content: "";
      position: absolute;
      top: .75em;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--alert);
    }

    .urinary-phone-stack {
      display: grid;
      gap: 8px;
      min-width: 230px;
    }

    .urinary-small-phone {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 42px;
      padding: 10px 12px;
      border-radius: var(--radius);
      border: 1px solid #bed4ed;
      background: #ffffff;
      color: #174f8d;
      font-size: 13.5px;
      line-height: 1.2;
      font-weight: 850;
    }

    .urinary-small-phone strong {
      color: #0f4d8d;
      font-size: 14px;
      white-space: nowrap;
    }

    .urinary-small-phone.branch-water {
      border-color: #9fc4ec;
      background: #eff7ff;
    }

    .urinary-small-phone.branch-tung {
      border-color: #94d5d8;
      background: #edfbfb;
      color: #006d73;
    }

    .urinary-small-phone.branch-tung strong {
      color: #006d73;
    }

    .urinary-small-phone.branch-yau {
      border-color: #f0b5b5;
      background: #fff4f4;
      color: #b61e1e;
    }

    .urinary-small-phone.branch-yau strong {
      color: #b61e1e;
    }

    .urinary-split {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .urinary-compare-card {
      padding: 28px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: #ffffff;
      box-shadow: 0 12px 34px rgba(29, 83, 136, .08);
    }

    .urinary-compare-card.danger {
      border-color: #f0b5b5;
      background: #fffafa;
    }

    .urinary-compare-card h3 {
      margin: 0 0 12px;
      color: #123f78;
      font-size: 24px;
      line-height: 1.28;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-compare-card.danger h3 {
      color: #bd2020;
    }

    .urinary-compare-card p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.75;
    }

    .urinary-clean-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .urinary-clean-list li {
      position: relative;
      padding-left: 20px;
      color: #243550;
      font-size: 15.5px;
      font-weight: 650;
      line-height: 1.62;
    }

    .urinary-clean-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .74em;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--hksev-blue);
    }

    .danger .urinary-clean-list li::before {
      background: var(--alert);
    }

    .urinary-cause-grid,
    .urinary-branch-grid,
    .urinary-related-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .urinary-cause-card,
    .urinary-branch-card,
    .urinary-related-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #ffffff;
      padding: 22px;
      box-shadow: 0 10px 30px rgba(29, 83, 136, .07);
    }

    .urinary-cause-card h3,
    .urinary-branch-card h3,
    .urinary-related-card h3 {
      margin: 0 0 10px;
      color: #113f78;
      font-size: 19px;
      line-height: 1.32;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-cause-card p,
    .urinary-branch-card p,
    .urinary-related-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.72;
    }

    .urinary-cause-card.urgent {
      border-color: #f0b5b5;
      background: #fffafa;
    }

    .urinary-cause-card.urgent h3 {
      color: #bd2020;
    }

    .urinary-flow {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      counter-reset: step;
    }

    .urinary-step {
      position: relative;
      min-height: 218px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #ffffff;
      padding: 22px;
      box-shadow: 0 10px 30px rgba(29, 83, 136, .07);
    }

    .urinary-step::before {
      counter-increment: step;
      content: counter(step);
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--hksev-blue);
      color: #fff;
      font-weight: 900;
      font-size: 17px;
      margin-bottom: 16px;
    }

    .urinary-step h3 {
      margin: 0 0 10px;
      color: #123f78;
      font-size: 18px;
      line-height: 1.32;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-step p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.72;
    }

    .urinary-inline-note {
      margin: 18px 0 0;
      padding: 16px 18px;
      border: 1px solid #b9d8f7;
      border-radius: var(--radius);
      background: var(--hksev-blue-soft);
      color: #164d87;
      font-size: 15.5px;
      font-weight: 700;
      line-height: 1.7;
    }

    .urinary-inline-note a,
    .urinary-related-card a,
    .urinary-copy a {
      color: #0b62b2;
      font-weight: 850;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
    }

    .urinary-banded {
      background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
      border-top: 1px solid #e5eef8;
      border-bottom: 1px solid #e5eef8;
    }

    .urinary-article-layout {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(300px, .45fr);
      gap: 34px;
      align-items: start;
    }

    .urinary-copy {
      min-width: 0;
    }

    .urinary-copy h2 {
      margin: 0 0 16px;
      color: #0d4384;
      font-size: clamp(27px, 3.1vw, 39px);
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-copy p {
      margin: 0 0 16px;
      color: #33425a;
      font-size: 17px;
      line-height: 1.86;
    }

    .urinary-copy strong {
      color: #122d55;
      font-weight: 900;
    }

    .urinary-side-panel {
      position: sticky;
      top: 96px;
      border-radius: var(--radius);
      border: 1px solid #cfe0f1;
      background: #ffffff;
      box-shadow: var(--shadow);
      padding: 22px;
    }

    .urinary-side-panel h3 {
      margin: 0 0 10px;
      color: #0d4384;
      font-size: 21px;
      line-height: 1.3;
      font-weight: 900;
    }

    .urinary-side-panel p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.72;
    }

    .urinary-side-panel .urinary-btn {
      width: 100%;
      margin-top: 8px;
    }

    .urinary-branch-card ul {
      margin: 12px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 8px;
      color: #40516a;
      font-size: 14.5px;
      line-height: 1.58;
    }

    .urinary-branch-card li strong {
      color: #1b2e4a;
      font-weight: 850;
    }

    .urinary-branch-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    .urinary-small-link {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      border-radius: var(--radius);
      border: 1px solid #bed4ed;
      padding: 8px 11px;
      color: #155b9e;
      font-size: 13px;
      font-weight: 850;
      background: #fff;
    }

    .urinary-faq {
      display: grid;
      gap: 10px;
      max-width: 920px;
      margin: 0 auto;
    }

    .urinary-faq details {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #ffffff;
      box-shadow: 0 8px 24px rgba(29, 83, 136, .06);
      overflow: hidden;
    }

    .urinary-faq summary {
      cursor: pointer;
      padding: 18px 22px;
      color: #123f78;
      font-size: 17px;
      line-height: 1.48;
      font-weight: 900;
      list-style: none;
    }

    .urinary-faq summary::-webkit-details-marker {
      display: none;
    }

    .urinary-faq summary::after {
      content: "+";
      float: right;
      color: var(--hksev-blue);
      font-size: 22px;
      line-height: 1;
      margin-left: 16px;
    }

    .urinary-faq details[open] summary::after {
      content: "-";
    }

    .urinary-faq p {
      margin: 0;
      padding: 0 22px 20px;
      color: var(--muted);
      font-size: 15.5px;
      line-height: 1.78;
    }

    .urinary-final-cta {
      text-align: center;
      padding: 48px 0 62px;
      background: #0f4d8d;
      color: #ffffff;
    }

    .urinary-final-cta h2 {
      margin: 0 auto 12px;
      max-width: 820px;
      font-size: clamp(28px, 3.2vw, 42px);
      line-height: 1.22;
      font-weight: 900;
      letter-spacing: 0;
    }

    .urinary-final-cta p {
      margin: 0 auto 24px;
      max-width: 780px;
      color: rgba(255, 255, 255, .84);
      font-size: 17px;
      line-height: 1.8;
    }

    .urinary-final-cta .urinary-btn-outline {
      color: #ffffff;
      border-color: rgba(255, 255, 255, .45);
      background: transparent;
    }

    .urinary-disclaimer {
      padding: 18px 0;
      background: #0b3768;
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
      line-height: 1.65;
      text-align: center;
    }

    .urinary-mobile-sticky {
      display: none;
    }

    @media (max-width: 980px) {
      .urinary-header-inner {
        min-height: 66px;
      }

      .urinary-logo {
        gap: 9px;
      }

      .urinary-logo img {
        width: 38px;
        height: 38px;
      }

      .urinary-logo-text strong {
        font-size: 19px;
        letter-spacing: 3px;
      }

      .urinary-logo-text span {
        display: none;
      }

      .urinary-nav {
        display: none;
      }

      .urinary-hero {
        padding: 34px 0 28px;
      }

      .urinary-hero-title {
        margin-bottom: 20px;
      }

      .urinary-hero-grid,
      .urinary-alert-panel,
      .urinary-split,
      .urinary-article-layout {
        grid-template-columns: 1fr;
      }

      .urinary-hero-grid {
        gap: 28px;
      }

      .urinary-hero-media {
        order: -1;
        padding-top: 0;
      }

      .urinary-floating-note {
        left: 14px;
        bottom: 14px;
      }

      .urinary-alert-list,
      .urinary-phone-grid,
      .urinary-cause-grid,
      .urinary-branch-grid,
      .urinary-related-grid,
      .urinary-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .urinary-side-panel {
        position: static;
      }
    }

    @media (max-width: 640px) {
      body {
        padding-bottom: 126px;
      }

      .urinary-container {
        width: min(100% - 28px, 1120px);
      }

      .urinary-top-cta {
        min-height: 38px;
        padding: 9px 12px;
        font-size: 13px;
      }

      .urinary-hero h1 {
        font-size: clamp(31px, 9vw, 42px);
        line-height: 1.17;
      }

      .urinary-lead {
        font-size: 16px;
        line-height: 1.78;
      }

      .urinary-cta-row {
        display: grid;
        grid-template-columns: 1fr;
      }

      .urinary-btn {
        width: 100%;
        min-height: 48px;
        font-size: 15px;
        padding: 12px 14px;
      }

      .urinary-micro-list,
      .urinary-alert-list,
      .urinary-phone-grid,
      .urinary-cause-grid,
      .urinary-branch-grid,
      .urinary-related-grid,
      .urinary-flow {
        grid-template-columns: 1fr;
      }

      .urinary-micro-list li {
        min-height: 0;
        font-size: 14.5px;
      }

      .urinary-hero-frame {
        aspect-ratio: 16 / 10.5;
      }

      .urinary-floating-note {
        position: static;
        width: 100%;
        margin-top: 12px;
        box-shadow: 0 10px 24px rgba(31, 87, 145, .1);
      }

      .urinary-section {
        padding: 44px 0;
      }

      .urinary-alert-band {
        padding-top: 12px;
      }

      .urinary-alert-panel,
      .urinary-compare-card,
      .urinary-cause-card,
      .urinary-branch-card,
      .urinary-related-card,
      .urinary-step,
      .urinary-side-panel {
        padding: 18px;
      }

      .urinary-alert-title h2 {
        font-size: 22px;
      }

      .urinary-section-heading {
        text-align: left;
      }

      .urinary-section-heading p,
      .urinary-copy p,
      .urinary-final-cta p {
        font-size: 15.5px;
      }

      .urinary-compare-card h3 {
        font-size: 21px;
      }

      .urinary-mobile-sticky {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .96);
        border-top: 1px solid #d8e4f2;
        box-shadow: 0 -12px 30px rgba(21, 75, 130, .14);
      }

      .urinary-mobile-sticky a {
        min-height: 42px;
        border-radius: var(--radius);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 8px;
        font-size: 13.5px;
        line-height: 1.2;
        font-weight: 900;
      }

      .urinary-mobile-sticky .whatsapp {
        background: #25d366;
        color: #ffffff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
      }

      .urinary-mobile-sticky .urgent {
        background: #ffffff;
        color: #155b9e;
        border: 1px solid #bed4ed;
      }

      .urinary-mobile-sticky .branch-water {
        background: #236fb9;
        border-color: #236fb9;
        color: #ffffff;
      }

      .urinary-mobile-sticky .branch-tung {
        background: #008a91;
        border-color: #008a91;
        color: #ffffff;
      }

      .urinary-mobile-sticky .branch-yau {
        background: #d62929;
        border-color: #d62929;
        color: #ffffff;
      }
    }
  