div#masthead {
    //display: none;
}
.close-customer-link {
    background-color: #0073aa; /* WordPress blue */
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.close-customer-link:hover {
    background-color: #006799;
}
/** TOP BAR (switched-user) **/
.switched-user-top-bar, #user_switching_switch_on1 {
    width: 100%;
    height: 100px;
    background-color: #ff0000; /* Standout red background */
    color: white;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 !important;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
p#user_switching_switch_on1 {
    margin: 0 0 0 -10px !important;
	text-align: center !important;
}
#user_switching_switch_on a {
	color: #ffffff;
	font-size: 20px;
	display: none;
}


.close-customer-link {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .switched-user-top-bar p {
        font-size: 14px; /* Smaller text on mobile */
    }
    .close-customer-link {
        font-size: 12px;
    }
}