﻿

.navbar-middle {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* use flex-end (valid) instead of 'right' */
    width: 96%;
    text-align: center;
    margin-top: 10px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: Verdana, sans-serif;
}

/* Visible link style */
.support-link-login {
    color: #0c6fc3;
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

/* Hidden phone display (will be toggled visible by script) */
.support-link-hidden-login {
    display: none;
    color: #0c6fc3;
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
}

/* Small helper class used for the "Need help..." label */
.need-help-getting-started {
    margin-right: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #595959;
}

/* Inline SVG phone icon sizing */
.phone-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
    fill: #0c6fc3; /* for inline SVG path if CSS fill applies */
}

/* Utility to force-show the phone display if needed */
.support-visible {
    display: inline !important;
}
