/* Rinaldi Services v3.0.8 — five-tab customer portal navigation */
.customer-portal-nav-v308{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;position:relative;top:auto;overflow:visible;padding:.8rem 1rem;margin:0 0 1.25rem;background:#fff;border:1px solid #d7e3ec;border-radius:18px;box-shadow:0 8px 24px rgba(13,45,77,.06)}
.customer-portal-tab-v308{display:flex;align-items:center;justify-content:center;min-height:54px;text-align:center;text-decoration:none!important;border:1px solid #bfd0de;background:#fff;color:#173b5e;border-radius:12px;padding:.72rem .85rem;font-weight:800;cursor:pointer;user-select:none;touch-action:manipulation}
.customer-portal-tab-v308:hover,.customer-portal-tab-v308:focus-visible{border-color:#78a4c7;background:#f3f8fc;outline:2px solid transparent;box-shadow:0 0 0 3px rgba(13,86,135,.12)}
.customer-portal-tab-v308.is-active{background:#0d5687;color:#fff;border-color:#0d5687}
.profile-security-center-v308{margin-top:1.25rem}
@media(max-width:820px){.customer-portal-nav-v308{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-portal-tab-v308:first-child{grid-column:1/-1}}
@media(max-width:480px){.customer-portal-nav-v308{grid-template-columns:1fr;padding:.65rem}.customer-portal-tab-v308:first-child{grid-column:auto}}
