.ytc-ms-login-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
}
.ytc-ms-login-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #2F2F2F; /* Microsoft brand color */
    border-radius: 5px;
    border: 1px solid #2F2F2F;
    transition: background-color 0.3s, border-color 0.3s;
    width: 100%;
}

.ytc-ms-login-button:hover {
    background-color: #1A73E8; /* Hover color (adjust for branding) */
    border-color: #1A73E8;
}

.ytc-ms-login-button:active {
    background-color: #174EA6; /* Active color */
    border-color: #174EA6;
}

.ytc-ms-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
