/* Rowland Made Website V167 — Compact Portrait Ask Nat
   Restores the launcher label on narrow portrait screens while keeping the
   V166 footer clearance and every existing Ask Nat action intact. */

@media (max-width: 480px) {
  .ask-nat-fab {
    width: auto;
    min-width: 128px;
    max-width: calc(100vw - 24px);
    height: 56px;
    min-height: 56px;
    gap: 7px;
    padding: 5px 12px 5px 5px;
  }

  .ask-nat-fab-copy {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .ask-nat-fab-copy strong {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .ask-nat-fab-copy small {
    display: none;
  }
}
