/* ── Shared nav page select dropdown ──
   Used by profile header (.ph-nav-page-select) and subscriptions page (.subs-nav-page-select).
   Both classes share the same styling via this file. */
.ph-nav-page-select,
.subs-nav-page-select {
    font-family: 'Tahoma', Geneva, sans-serif;
    font-weight: normal;
    font-size: 13.34px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    margin-top: 3px;
    padding: 3px 8px;
    height: 30px;
    width: 130px;
}
