/*
 Theme Name:   Sydney Child
 Theme URI:    https://designsmiranda.com
 Description:  Child theme for Sydney — Miranda Designs customizations
 Author:       Miranda Designs
 Author URI:   https://designsmiranda.com
 Template:     sydney
 Version:      1.0.0
 Text Domain:  sydney-child
*/

/* ── Sign In nav tab ── */
li.md-signin-menu-item > a.md-signin-tab,
li.md-signin-menu-item > a.md-signin-tab:visited {
    color: #ffffff !important;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.15s;
    opacity: 0.85;
}

li.md-signin-menu-item > a.md-signin-tab:hover {
    opacity: 1;
    text-decoration: none;
    color: #ffffff !important;
}

/* User pill when logged in */
.md-user-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f4f9;
    border: 1px solid #dadce0;
    border-radius: 20px;
    padding: 5px 12px 5px 5px;
    font-size: 13px;
    color: #3c4043;
    text-decoration: none;
}

.md-user-pill:hover {
    background: #e8edf4;
    text-decoration: none;
    color: #3c4043;
}

.md-user-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.md-user-avatar-init {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1a73e8;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Portal nav link — only visible to managers */
.md-portal-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0d0f10;
    color: #00c8a0 !important;
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 8px;
    transition: background 0.15s;
    letter-spacing: 0.5px;
}

.md-portal-nav-link:hover {
    background: #1a1d20;
    color: #00c8a0 !important;
    text-decoration: none;
}

/* Virtual Assistant page wrapper */
.md-portal-page-wrap {
    width: 100%;
    height: calc(100vh - 80px);
    padding: 0;
    margin: 0;
}

.md-portal-page-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Access denied page */
.md-access-denied {
    text-align: center;
    padding: 80px 20px;
    max-width: 480px;
    margin: 0 auto;
}

.md-access-denied h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.md-access-denied p {
    color: #666;
    margin-bottom: 24px;
}
