.nouram-account-google-wrap {
    margin-top: 16px;
}

.nouram-account-google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 12px 16px 12px 12px;
    background: #ffffff;
    color: #1f1f1f;
    text-decoration: none;
    border-radius: 14px;
    border: 1px solid #dadce0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    font-weight: 700;
    font-size: 14px;
    transition: all 0.25s ease;
}

.nouram-account-google-btn:hover {
    transform: translateY(-1px);
    background: #fcfcfc;
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

.nouram-account-google-btn__icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nouram-account-google-btn__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.nouram-account-google-btn__text {
    line-height: 1;
}

.nouram-account-google-note {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #666666;
}