
/* DaruGet mobile prescription action — refined */
@media(max-width:900px){
  .unified-mobile-nav .mobile-rx-link{
    position:relative!important;
    z-index:3!important;
    transform:translateY(-11px)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    min-height:58px!important;
    padding:0 4px!important;
    color:#0f5f51!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.15!important;
    letter-spacing:0!important;
    overflow:visible!important;
    text-shadow:none!important;
  }

  .unified-mobile-nav .mobile-rx-link::before{
    content:""!important;
    position:absolute!important;
    top:-1px!important;
    left:50%!important;
    width:50px!important;
    height:50px!important;
    transform:translateX(-50%)!important;
    border-radius:17px!important;
    background:
      linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,0)),
      linear-gradient(145deg,#20a36f,#0f766e)!important;
    border:2px solid rgba(255,255,255,.96)!important;
    box-shadow:
      0 7px 18px rgba(15,118,110,.22),
      inset 0 1px 0 rgba(255,255,255,.26)!important;
    z-index:-1!important;
  }

  .unified-mobile-nav .mobile-rx-link::after{
    content:""!important;
    position:absolute!important;
    top:42px!important;
    left:50%!important;
    width:32px!important;
    height:8px!important;
    transform:translateX(-50%)!important;
    border-radius:50%!important;
    background:rgba(15,118,110,.10)!important;
    filter:blur(4px)!important;
    z-index:-2!important;
  }

  .unified-mobile-nav .mobile-rx-link b{
    width:34px!important;
    height:30px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    font-size:0!important;
    line-height:0!important;
    color:#fff!important;
  }

  .unified-mobile-nav .mobile-rx-link b::before{
    content:""!important;
    display:block!important;
    width:22px!important;
    height:22px!important;
    background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3.5h6.5L19 8v11.5A1.5 1.5 0 0 1 17.5 21h-11A1.5 1.5 0 0 1 5 19.5V5A1.5 1.5 0 0 1 6.5 3.5H8Z'/%3E%3Cpath d='M14.5 3.8V8H19'/%3E%3Cpath d='M9.2 12h5.6M12 9.2v5.6'/%3E%3Cpath d='M9 17h6'/%3E%3C/svg%3E")!important;
  }

  .unified-mobile-nav .mobile-rx-link:hover,
  .unified-mobile-nav .mobile-rx-link:focus-visible{
    color:#0b5b4d!important;
  }

  .unified-mobile-nav .mobile-rx-link:active::before{
    transform:translateX(-50%) scale(.96)!important;
  }
}

@media(max-width:380px){
  .unified-mobile-nav .mobile-rx-link{
    font-size:12px!important;
  }
  .unified-mobile-nav .mobile-rx-link::before{
    width:47px!important;
    height:47px!important;
    border-radius:15px!important;
  }
  .unified-mobile-nav .mobile-rx-link b::before{
    width:20px!important;
    height:20px!important;
  }
}
