.pmah-btn{display:inline-flex;align-items:center;gap:6px;background:var(--pmah-bg,#0a7c3a);color:#fff !important;border:0;padding:8px 14px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;line-height:1.2;font-family:inherit;box-shadow:0 2px 4px rgba(0,0,0,.12);transition:background .15s;}
.pmah-btn:hover{background:var(--pmah-bg-hover,#0d9346);color:#fff !important;}
.pmah-btn.pmah-revealed{background:var(--pmah-bg-rev,#0d6efd);}
.pmah-btn.pmah-revealed:hover{background:var(--pmah-bg-rev-hover,#0958ce);}
.pmah-icon{font-size:18px;line-height:1;}
.pmah-hint{font-size:11px;opacity:.85;font-weight:400;margin-left:4px;}
.pmah-btn.pmah-revealed .pmah-hint{display:none;}
.pmah-hint-mobile{display:none;}
.pmah-hint-desktop{display:inline;}
@media (hover:none) and (pointer:coarse){
  .pmah-hint-mobile{display:inline;}
  .pmah-hint-desktop{display:none;}
}
